Modals #44

Merged
LucidKobold merged 14 commits from modals into main 2022-04-03 02:53:08 -04:00
7 changed files with 627 additions and 580 deletions
Showing only changes of commit c191c6037b - Show all commits

View File

@@ -30,6 +30,7 @@ interface AddStickerProps {
* @param {React.Dispatch<React.SetStateAction<boolean>>} props.updateIsOpen used to close the modal.
* @param {date} props.date the date for which the sticker will be added or modified.
* @param {React.Dispatch<React.SetStateAction<StickerVal>>} updateSticker the react state function to update the sticker.
* @param {StickerVal}currSticker the current sticker for the date.
*/
const AddSticker = ({
isOpen,