Commit Graph

17 Commits

Author SHA1 Message Date
f0c37272b9 Progress Tampilan UI Dashboard Desa Plus NOC 2026-03-17 20:53:33 +07:00
918399bf62 Fix Gambar 2026-03-12 15:16:41 +08:00
1ec10fe623 Fix seed-2 2026-02-26 16:30:22 +08:00
95c08681a7 fix localhost 2026-02-25 15:51:48 +08:00
9b015ec84d fix localhost 2026-02-25 15:44:26 +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
1f03927987 chore: fix formatting and add auth guards to dashboard route 2026-02-09 15:01:33 +08:00
bipproduction
c4de7e4e62 fix: resolve manifest.json 404 on nested routes by adding base tag and improving server fallback 2026-02-09 12:32:28 +08:00
bipproduction
df707fe29b feat: implement dark/light mode toggle across dashboard and profile 2026-02-09 11:24:34 +08:00
bipproduction
cb0f17da15 docs: finalize README.md and GEMINI.md with full feature set 2026-02-08 13:53:27 +08:00
bipproduction
6abd32650d chore: prepare for migration to OpenAPI 2026-02-07 18:04:37 +08:00
bipproduction
d2abd9dafb fix: production routing for auth callbacks and restore API type inference 2026-02-07 17:21:20 +08:00
bipproduction
60457b1f2f fix: production crash due to undefined import.meta.env by adding env utility and updating build script 2026-02-07 17:03:42 +08:00
bipproduction
0dd2aa17d6 feat: enable swagger only in development 2026-02-07 15:20:28 +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