1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-17 16:07:18 +03:00
atuin/ui
Ellie Huxtable 80d28ea2da
feat(gui): cache zustand store in localstorage (#2168)
* fix(gui): use the store to cache week start

* feat(gui): cache zustand store in localStorage

This means that before we've loaded any data, we can still display
something up-to-date. Avoid flashing!

I'll probably want to switch this to the tauri sqlite plugin later
2024-06-19 15:46:53 +01:00
..
backend fix(gui): add support for checking if the cli is installed on windows (#2162) 2024-06-19 11:55:03 +01:00
public feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
src feat(gui): cache zustand store in localstorage (#2168) 2024-06-19 15:46:53 +01:00
.gitignore chore: update email, gitignore, tweak ui (#2094) 2024-06-06 15:03:43 +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): add activity calendar to the homepage (#2160) 2024-06-18 17:11:24 +01:00
pnpm-lock.yaml feat(gui): add activity calendar to the homepage (#2160) 2024-06-18 17:11:24 +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.