Add polished UX: tabs, kinetic scroll, animations, search, typography

This commit is contained in:
2026-02-14 11:53:55 +02:00
parent b977d224a5
commit 758a93c9f6
26 changed files with 2762 additions and 469 deletions

View File

@@ -8,6 +8,9 @@ const host = process.env.TAURI_DEV_HOST;
// https://vite.dev/config/
export default defineConfig(async () => ({
plugins: [react(), tailwindcss()],
build: {
chunkSizeWarningLimit: 1600,
},
// Vite options tailored for Tauri development and only applied in `tauri dev` or `tauri build`
//