Commit Graph

471 Commits

Author SHA1 Message Date
Lucid Kobold f6ae31fd04 Updated the add sticker modal. Disabled the next button on the edit modal when no sticker has been selected. 2022-04-03 02:03:10 -05:00
Lucid Kobold 1e914286f4 Merge pull request #44 from LucidKobold/modals
Modals
2022-04-03 01:53:08 -05:00
Lucid Kobold 7ddc48280c Moved the submit and cancel buttons. 2022-04-03 01:41:17 -05:00
Lucid Kobold 619a839eaa Styling 2022-04-03 01:19:37 -05:00
Lucid Kobold c0a69c0eb3 Updated documentation 2022-04-03 01:10:31 -05:00
Lucid Kobold 3c60999089 Completed the edit confirmation modal 2022-04-03 00:48:31 -05:00
Lucid Kobold 8a7adba7f2 Added a sticker selector componenet. 2022-04-02 23:51:31 -05:00
Lucid Kobold 59509c51e2 Locked React to version 17 due to errors. 2022-04-02 23:51:13 -05:00
Lucid Kobold cf86326f7f Merging main 2022-04-01 17:14:17 -05:00
Lucid Kobold 01fa1c6d0b Merging main 2022-04-01 17:13:51 -05:00
Lucid Kobold f71bdd4bbe Merge pull request #43 from LucidKobold/upgrades
Upgrades
2022-04-01 17:08:38 -05:00
Lucid Kobold 17f19ec71a yarn.lock 2022-04-01 17:01:21 -05:00
Lucid Kobold 5c7294dfc1 Downgrade TS, eslint support. Upgrade ewling config next & eslint plugin react. 2022-04-01 16:57:14 -05:00
Lucid Kobold f6f78ce7a6 Upgrade react 2022-04-01 16:53:48 -05:00
Lucid Kobold 18d8b26489 Upgrade TS 2022-04-01 16:47:49 -05:00
Lucid Kobold 87aee7c00f Locking react hooks plugin due to conflicts 2022-04-01 16:44:59 -05:00
Lucid Kobold 6fe98b93ef Upgrade TS eslint plugin 2022-04-01 16:38:13 -05:00
Lucid Kobold 3ec9804523 Upgrade next 2022-04-01 16:32:43 -05:00
Lucid Kobold 9a6b564739 Upgrade iconify 2022-04-01 16:24:34 -05:00
Lucid Kobold d2957eda68 Upgrade chakra ui 2022-04-01 16:20:30 -05:00
Lucid Kobold 96438df8a5 Update version info 2022-04-01 16:13:05 -05:00
Lucid Kobold 5abad3a40a Modal step/page resets to 0 when re-opened. 2022-03-28 13:56:43 -05:00
Lucid Kobold 93de5cd16d Added documentation. 2022-03-27 01:53:54 -05:00
Lucid Kobold 501e6a44be Update version info. 2022-03-27 01:50:33 -05:00
Lucid Kobold 54fb8def5d Merge branch 'main' into modals 2022-03-27 01:49:42 -05:00
Lucid Kobold 24f212e5b3 Merge pull request #42 from LucidKobold/calender-nav
Calender nav
2022-03-27 01:48:03 -05:00
Lucid Kobold 2f686125dc Fixed valid date range function. The start date was behind 1 month for testing purposes. 2022-03-27 01:42:33 -05:00
Lucid Kobold c191c6037b Added documentation 2022-03-27 01:34:43 -05:00
Lucid Kobold fb53187438 Expanded the add stickers modal to include a confirmation screen when updating a sticker on a past day. Step state is not resetting on close. 2022-03-27 01:32:15 -05:00
Lucid Kobold 78abdc7e41 Set the min and max range for the date picker input. 2022-03-26 23:15:37 -05:00
Lucid Kobold 317d9a7100 Added documentation about manipulating the router within the useEffect. 2022-03-26 20:54:35 -05:00
Lucid Kobold 4973bdbdd0 Fixed false positive console warn. 2022-03-26 20:46:38 -05:00
Lucid Kobold aaf42cca57 Commented out all date range validation. 2022-03-26 20:33:04 -05:00
Lucid Kobold 734a3e85ec Removed validate new slug and it's dependencies. 2022-03-26 18:05:19 -05:00
Lucid Kobold 23d86034ad Added a new check new slug funtion and added documentation. 2022-03-26 17:00:42 -05:00
Lucid Kobold 7ee83fc546 merging main 2022-03-26 03:06:19 -05:00
Lucid Kobold f2d6077f1b Merging main 2022-03-26 03:03:56 -05:00
Lucid Kobold 6425d60e24 Merge pull request #41 from LucidKobold/upgrades
Upgrades
2022-03-26 03:02:57 -05:00
Lucid Kobold 9357abdce1 Locked eslint plugin next due to conflicts with other configs and plugins. 2022-03-26 02:58:18 -05:00
Lucid Kobold aaf372ee8f Upgraded types node & react, eslint, next, and prettier 2022-03-26 02:54:08 -05:00
Lucid Kobold ad6e784a2f Updated verion info. 2022-03-26 02:52:15 -05:00
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 d7d31756a1 Merge branch 'main' into calender-nav 2022-03-25 23:53:17 -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 053567b15d Merging main 2022-03-22 13:12:29 -05:00
Lucid Kobold 03b5c0c651 Merge pull request #40 from LucidKobold/upgrades
Upgrades
2022-03-22 13:11:05 -05:00
Lucid Kobold 2d9ec154da Update app version. 2022-03-22 12:52:13 -05:00