From cb19925011d889c513e1bbedc446e399597e38a0 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 17 Apr 2024 14:06:05 +0100 Subject: feat(gui): work on home page, sort state (#1956) 1. Start on a home page, can sort onboarding/etc from there 2. Introduce zustand for state management. It's nice! Did a production build and clicked around for a while. Memory usage seems nice and chill. --- ui/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui/package.json') diff --git a/ui/package.json b/ui/package.json index 126adabe..e3025717 100644 --- a/ui/package.json +++ b/ui/package.json @@ -20,6 +20,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "core": "link:@tauri-apps/api/core", + "date-fns": "^3.6.0", "highlight.js": "^11.9.0", "lucide-react": "^0.367.0", "luxon": "^3.4.4", @@ -29,7 +30,8 @@ "recharts": "^2.12.4", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", - "vaul": "^0.9.0" + "vaul": "^0.9.0", + "zustand": "^4.5.2" }, "devDependencies": { "@tauri-apps/cli": "2.0.0-beta.2", -- cgit v1.3.1