Commit Graph

9 Commits

Author SHA1 Message Date
918399bf62 Fix Gambar 2026-03-12 15:16:41 +08:00
6c3e7c86b6 feat: resolve HMR port conflict and update project files 2026-02-13 17:49:33 +08:00
d41e53c41f feat: Implement dark/light mode toggle and address linting issues
This commit introduces a functional dark/light mode toggle by integrating
`next-themes` with the application. It configures `ThemeProvider` in
`src/frontend.tsx` and sets `darkMode: 'class'` in `tailwind.config.js`.

Additionally, this commit resolves several linting and parsing issues
found in `src/index.ts`.

This commit also includes other pre-existing modifications and new
components within the project's working directory that were not
specifically part of the dark mode or linting tasks.
2026-02-10 16:52:45 +08:00
550138005b feat: Remove PWA and TWA features 2026-02-10 15:02:06 +08:00
bipproduction
df707fe29b feat: implement dark/light mode toggle across dashboard and profile 2026-02-09 11:24:34 +08:00
bipproduction
5ed9637a88 feat: integrate Tailwind CSS v4 and verify with dashboard UI 2026-02-09 09:56:10 +08:00
bipproduction
cb0f17da15 docs: finalize README.md and GEMINI.md with full feature set 2026-02-08 13:53:27 +08:00
bipproduction
718e7603d1 feat: improve profile UI/UX and migrate to Mantine modals 2026-02-07 15:05:28 +08:00
bipproduction
b9abcaadde Initial commit: Setup Bun, Elysia, Vite, React, TanStack Router, Mantine, and Biome 2026-02-07 02:15:29 +08:00