From 3c6099908930fa222444e360550a86c035cc6f27 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Sun, 3 Apr 2022 00:48:31 -0500 Subject: [PATCH] Completed the edit confirmation modal --- components/calender/modals/AddSticker.tsx | 72 ++++++++++++++++------- 1 file changed, 51 insertions(+), 21 deletions(-) diff --git a/components/calender/modals/AddSticker.tsx b/components/calender/modals/AddSticker.tsx index 43214a7..22b4f79 100644 --- a/components/calender/modals/AddSticker.tsx +++ b/components/calender/modals/AddSticker.tsx @@ -8,12 +8,17 @@ import { ModalFooter, Heading, HStack, - Text + Text, + VStack, + SimpleGrid, + Box } from "@chakra-ui/react"; -import React, { useState, useContext } from "react"; +import React, { useState, useContext, Fragment } from "react"; import { format, isSameDay } from "date-fns"; +import { Icon } from "@iconify/react"; import { StickersContext } from "../../../contexts/StickerContext"; import StickerSelector from "./StickerSelector"; +import DemoStickers from "../stickers/DemoStickers"; interface AddStickerProps { isOpen: boolean; @@ -116,12 +121,28 @@ const AddSticker = ({ "LLL d, y" )}?`, body: ( - + + + {"Current Sticker"} + + + + + + {"Select your new sticker"} + + + ), footer: (