Commit Graph

402 Commits

Author SHA1 Message Date
Lucid Kobold 628b0ce9f3 Moved interfaces to the interface folder. 2022-01-05 12:36:59 -06:00
Lucid Kobold 356c120ff2 Added todos. 2022-01-05 12:32:49 -06:00
Lucid Kobold 220df963ca Modal opens and closes properly when dates are clicked. Removed todos. 2022-01-05 12:22:53 -06:00
Lucid Kobold f25fbdcbc4 Added todos. Refactored month component to use the day component. 2022-01-04 11:55:19 -06:00
Lucid Kobold c5490e1502 Removed todos 2022-01-04 10:08:50 -06:00
Lucid Kobold e88f0cb91c Fixed key typing. 2022-01-03 14:35:52 -06:00
Lucid Kobold aae003c2a9 Fixed date comparison in seeder. 2022-01-03 14:29:04 -06:00
Lucid Kobold e920eb41fe Fixed index for sticker month array. 2022-01-03 14:21:40 -06:00
Lucid Kobold 27a6f630ba Linked the sticker seeder to the calender context. 2022-01-03 14:19:31 -06:00
Lucid Kobold 454ef47837 Fix sticker seeder. 2022-01-03 14:07:03 -06:00
Lucid Kobold 71eaedea9d Created types file for calender context. 2022-01-03 13:40:46 -06:00
Lucid Kobold 36aea09aff Created a sticker seeder. 2022-01-03 13:30:57 -06:00
Lucid Kobold 3d847fc6aa Adding types. 2022-01-02 18:21:17 -06:00
Lucid Kobold 95b9f91ef7 Started a day component. Will dynamically render buttons and onClicks depending on the properties of the given date. This will in turn trigger the appropriate modal when necessary. 2022-01-01 22:06:48 -06:00
Lucid Kobold 9a3ad8ac95 Basic modal for add sticker component. 2022-01-01 19:51:17 -06:00
Lucid Kobold 975a433273 Merge pull request #25 from LucidKobold/metadata
Metadata
2021-12-31 10:07:14 -06:00
Lucid Kobold e5b759804c Seperated the two images. OG doesn't support SVG. Browsers do. 2021-12-31 10:02:26 -06:00
Lucid Kobold 0d13f36e37 Add PNG image for metadata. 2021-12-31 10:00:18 -06:00
Lucid Kobold 30df764eda Trying to fix metadata image. 2021-12-31 09:56:10 -06:00
Lucid Kobold 174978dfff Upgrade iconify, types react, and date-fns. 2021-12-31 09:29:30 -06:00
Lucid Kobold 6b16990643 Updated version info. 2021-12-31 09:22:35 -06:00
Lucid Kobold d7116bbff9 Add logo to metadata. 2021-12-31 09:21:57 -06:00
Lucid Kobold 74df9685e2 Merge pull request #23 from LucidKobold/date-align
Date align
2021-12-29 19:09:30 -06:00
Lucid Kobold f3074606ed Removed unused imports 2021-12-29 19:06:16 -06:00
Lucid Kobold 958affc5b6 Fixed date height. 2021-12-29 19:00:14 -06:00
Lucid Kobold 1c40d35cbe Cursor hover for overflow dates. Fixed overflow info in context. 2021-12-29 18:22:09 -06:00
Lucid Kobold 1ea9e7ef46 Clicking on overflow dates activated navigation forward or backwards 1 month. 2021-12-29 18:15:53 -06:00
Lucid Kobold 12a1b3a54c Fixed calender Y overflow. 2021-12-29 17:41:23 -06:00
Lucid Kobold d42ecd676e Adding documentation to functions. 2021-12-29 17:12:36 -06:00
Lucid Kobold 73b03afaab Removing old context file and cleaning up. 2021-12-29 17:07:48 -06:00
Lucid Kobold 679b443308 Updated current components to use the new calender context. Added nav function to calender context. 2021-12-29 17:01:30 -06:00
Lucid Kobold 83b3285736 Remove unecessary component. 2021-12-29 14:38:51 -06:00
Lucid Kobold 6b7223112f Remove unused props. 2021-12-29 14:36:50 -06:00
Lucid Kobold c8900cbece Add logo and favicon. 2021-12-29 14:34:07 -06:00
Lucid Kobold 62dad9f866 Add todo 2021-12-29 14:33:55 -06:00
Lucid Kobold 96a9bedf9a Imported the new context to calendar componenet. 2021-12-29 13:52:39 -06:00
Lucid Kobold ee481158f0 Documentation for some functions. Removing uneeded info from context. Moved some items into functions if it was only being used for a single function. 2021-12-29 11:41:28 -06:00
Lucid Kobold 11c8010515 Prittier rules. 2021-12-29 11:40:08 -06:00
Lucid Kobold eb09735107 Documentation for certain functions. 2021-12-29 11:25:29 -06:00
Lucid Kobold f8130f55c9 Invoked populateMonth within the intialization of the month context. 2021-12-29 10:47:05 -06:00
Lucid Kobold 40ebaec47c Removing uneeded info from context. 2021-12-29 09:36:16 -06:00
Lucid Kobold 4b2aac3da2 Adding eslint rule danlge comma. 2021-12-29 09:14:14 -06:00
Lucid Kobold b44021effa New prittier rule. No trailing commas. 2021-12-29 09:03:35 -06:00
Lucid Kobold c56dbb96d4 Destructring, comments, and typing. 2021-12-28 16:08:45 -06:00
Lucid Kobold 74fcc950c6 Mondays and sundays populating correctly in the new populateDays function. 2021-12-28 16:01:18 -06:00
Lucid Kobold 13d643fa56 Rewritten from scratch. New todos. New interfaces. New States. 2021-12-22 15:03:09 -06:00
Lucid Kobold 5e7afcaf7d New component to pull in the new context. 2021-12-22 15:02:40 -06:00
Lucid Kobold 07dbe966e7 Added new function that is pulling in the new calender context. 2021-12-22 15:02:21 -06:00
Lucid Kobold 57056a550b Added new calender context. 2021-12-22 15:01:49 -06:00
Lucid Kobold 44202e3b0d Merging main. 2021-12-22 12:12:13 -06:00