From 8d9f677c4e9ccfcc6dc9297864dc49446fb5ee59 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 10 Jul 2024 15:56:33 +0100 Subject: feat(gui): use fancy new side nav (#2243) * feat(gui): use fancy new side nav * compact only sidebar, no expand-collapse * custom drag region, remove titlebar * add user popup * wire up login/logout/register, move user button to bottom and add menu * link help and feedback to forum --- ui/package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ui/package.json') diff --git a/ui/package.json b/ui/package.json index 400ed336..13dd1c50 100644 --- a/ui/package.json +++ b/ui/package.json @@ -22,6 +22,7 @@ "@codemirror/view": "^6.28.2", "@headlessui/react": "^2.1.1", "@heroicons/react": "^2.1.4", + "@nextui-org/react": "^2.4.2", "@radix-ui/react-dialog": "^1.1.1", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-slot": "^1.1.0", @@ -42,6 +43,7 @@ "clsx": "^2.1.1", "core": "link:@tauri-apps/api/core", "date-fns": "^3.6.0", + "framer-motion": "^11.2.13", "highlight.js": "^11.9.0", "lucide-react": "^0.402.0", "luxon": "^3.4.4", @@ -51,16 +53,19 @@ "react-activity-calendar": "^2.2.10", "react-dom": "^18.3.1", "react-spinners": "^0.14.1", + "react-router-dom": "^6.24.1", "react-tooltip": "^5.27.0", "react-window": "^1.8.10", "react-window-infinite-loader": "^1.0.9", "recharts": "^2.12.7", "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", + "usehooks-ts": "^3.1.0", "vaul": "^0.9.1", "zustand": "^4.5.2" }, "devDependencies": { + "@iconify/react": "^5.0.1", "@tauri-apps/cli": "2.0.0-beta.20", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", -- cgit v1.3.1