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
48cf6c44f5
feat: Integrate new dashboard design and components, remove old dashboard routes, and update dependencies.
2026-02-10 15:00:11 +08:00
1c2ef98dcd
coba 1
2026-02-10 10:29:40 +08:00
bipproduction
4061a63c7c
chore: bump version to 0.1.0-pre.2
2026-02-10 10:09:20 +08:00
bipproduction
75bc7a65fb
chore: migrate telegram hook to typescript and update settings
2026-02-10 09:51:35 +08:00
bipproduction
4496094edd
chore: minor dashboard cleanup
2026-02-09 17:24:11 +08:00
bipproduction
9cc133161c
feat: integrate Radix UI and add sample component
2026-02-09 16:20:27 +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
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
f86ac66820
chore: cleanup package.json and automate api type generation
2026-02-08 12:53:36 +08:00
bipproduction
0f71798389
feat: simplify testing structure into api and e2e categories
2026-02-08 11:01:55 +08:00
bipproduction
4640b72ca6
feat: complete OpenAPI migration and add test suite
2026-02-07 23:57:37 +08:00
bipproduction
f0c317837f
feat: migrate from Elysia Eden to Contract-First API (OpenAPI)
2026-02-07 18:12:52 +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
5c2bd971d7
fix: resolve production crash in api-client.ts and frontend.tsx by using env utility
2026-02-07 17:06:36 +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
799624e68d
chore: add .env.example template
2026-02-07 15:07:04 +08:00
bipproduction
ba27036018
chore: rename project to makuro-base-template
2026-02-07 15:05:39 +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