atuin/ui
Ellie Huxtable cb19925011
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.
2024-04-17 14:06:05 +01:00
..
backend feat(gui): work on home page, sort state (#1956) 2024-04-17 14:06:05 +01:00
public feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
src feat(gui): work on home page, sort state (#1956) 2024-04-17 14:06:05 +01:00
.gitignore feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
components.json feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
icon.png feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
index.html feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
package.json feat(gui): work on home page, sort state (#1956) 2024-04-17 14:06:05 +01:00
pnpm-lock.yaml feat(gui): work on home page, sort state (#1956) 2024-04-17 14:06:05 +01:00
postcss.config.js feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
README.md feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
tailwind.config.js feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
tsconfig.json feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
tsconfig.node.json feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
vite.config.ts feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.