aboutsummaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-07-10 15:56:33 +0100
committerGitHub <noreply@github.com>2024-07-10 15:56:33 +0100
commit8d9f677c4e9ccfcc6dc9297864dc49446fb5ee59 (patch)
tree1fe507403c4d690937834a815a663336bf104039 /ui/package.json
parentchore(deps): update to tonic 0.12, prost 0.13 (#2250) (diff)
downloadatuin-8d9f677c4e9ccfcc6dc9297864dc49446fb5ee59.zip
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
Diffstat (limited to '')
-rw-r--r--ui/package.json5
1 files changed, 5 insertions, 0 deletions
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",