diff --git a/public/images/exit_fullscreen.png b/public/images/exit_fullscreen.png deleted file mode 100644 index 032309c..0000000 Binary files a/public/images/exit_fullscreen.png and /dev/null differ diff --git a/public/images/exit_fullscreen.svg b/public/images/exit_fullscreen.svg new file mode 100644 index 0000000..658a81c --- /dev/null +++ b/public/images/exit_fullscreen.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + diff --git a/public/images/fullscreen.png b/public/images/fullscreen.png deleted file mode 100644 index 686beca..0000000 Binary files a/public/images/fullscreen.png and /dev/null differ diff --git a/public/images/fullscreen.svg b/public/images/fullscreen.svg new file mode 100644 index 0000000..0ec0d06 --- /dev/null +++ b/public/images/fullscreen.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + diff --git a/src/components/ui/History_Drawer.tsx b/src/components/ui/History_Drawer.tsx new file mode 100644 index 0000000..d0fb81f --- /dev/null +++ b/src/components/ui/History_Drawer.tsx @@ -0,0 +1,27 @@ +import { Button } from "~/components/ui/shadcn/button"; +import { + Drawer, + DrawerClose, + DrawerContent, + DrawerDescription, + DrawerFooter, + DrawerHeader, + DrawerTitle, + DrawerTrigger, +} from "~/components/ui/shadcn/drawer"; + + + Open + + + Are you absolutely sure? + This action cannot be undone. + + + + + + + + + diff --git a/src/components/ui/TV_Toggle.tsx b/src/components/ui/TV_Toggle.tsx index 0c75a48..6acbc24 100644 --- a/src/components/ui/TV_Toggle.tsx +++ b/src/components/ui/TV_Toggle.tsx @@ -10,11 +10,11 @@ export default function TV_Toggle() { return ( + Updated At @@ -189,7 +193,9 @@ export default function Tech_Table({ employees }: { employees: Employee[] }) { {employee.name} - {employee.status} + {formatTime(employee.updatedAt)}