Commit Graph

57 Commits

Author SHA1 Message Date
Lucid Kobold d8c9db9475 Attempted to force the app to stay within the valid date ranges. This caused app crashed due to infinite useEffect loops. Added documentation. 2022-03-26 02:49:14 -05:00
Lucid Kobold 39b9a13e39 Removed references to the inaccesible contect within a dynamic page. 2022-03-26 00:45:32 -05:00
Lucid Kobold 5071d5a6ba Moved valid date range function into it's own file to be accessibly within the dynamic pages. 2022-03-26 00:43:22 -05:00
Lucid Kobold 94ffe42325 Remove outdated todos 2022-03-25 23:58:59 -05:00
Lucid Kobold 827441ca1e Invalidated the next and prev nav buttons for the calender component when compared to a new valid date range state withing the calender context. 2022-03-25 23:50:07 -05:00
Lucid Kobold 87a14c450b Updating value passed to demostickers component 2022-02-10 02:21:55 -06:00
Lucid Kobold 622ec49933 Added todos. 2022-02-10 02:14:42 -06:00
Lucid Kobold cecf9b2683 Removed unused import. 2022-02-10 02:06:18 -06:00
Lucid Kobold 609882fd1e Stickers now updating in local state, the context state is not. 2022-02-10 01:57:54 -06:00
Lucid Kobold af57b29e2d Remove unused id. 2022-02-10 01:01:58 -06:00
Lucid Kobold d6ee215a15 Removed unused imports. 2022-02-10 00:59:36 -06:00
Lucid Kobold dc5c83641c Handle update and hangle close functions. Updated modal footer butons. 2022-02-10 00:09:59 -06:00
Lucid Kobold ae29a1e4af Add sticker context. 2022-02-03 13:39:58 -06:00
Lucid Kobold 4c3ef736fc Add sticker context. 2022-02-03 13:39:42 -06:00
Lucid Kobold 1510f6725c Dynamically render cursor and modal. Removed unused imports. 2022-02-03 13:39:19 -06:00
Lucid Kobold ad1d75568a Conditionally render cusor and modal. 2022-02-03 11:54:04 -06:00
Lucid Kobold 314ead7a79 Updated and removed todos. 2022-01-27 13:45:17 -06:00
Lucid Kobold 934cd98e3c Added stickers to modal. 2022-01-07 10:55:32 -06:00
Lucid Kobold dd1945a4ef Add stickerVal to the types files. 2022-01-07 10:49:32 -06:00
Lucid Kobold ad7733e979 Hover properties. 2022-01-06 13:00:43 -06:00
Lucid Kobold 98ba326472 Styling and formatting. 2022-01-06 12:55:11 -06:00
Lucid Kobold 6926066751 Formatting. Added demo stickers as emojis. Added TODOs. 2022-01-06 12:01:22 -06:00
Lucid Kobold 342507ad05 Added more todos. 2022-01-05 12:54:11 -06:00
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 e88f0cb91c Fixed key typing. 2022-01-03 14:35:52 -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 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 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 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 11c8010515 Prittier rules. 2021-12-29 11:40:08 -06:00
Lucid Kobold b44021effa New prittier rule. No trailing commas. 2021-12-29 09:03:35 -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 0f16f15f18 Formatting 2021-12-05 22:18:28 -06:00
Lucid Kobold 2b1f54e2bc Fix invalid props. 2021-12-05 22:18:14 -06:00
Lucid Kobold bd7f3f7da6 Added emoji to the date form. 2021-12-05 21:12:10 -06:00
Lucid Kobold c539f912da Update use effect. 2021-12-05 20:55:51 -06:00
Lucid Kobold 7e594beb5b Form validation with emojis. 2021-12-05 20:55:34 -06:00
Lucid Kobold 0241adfbd5 Made a date picker componenet. 2021-12-05 20:55:18 -06:00