cynosura
  • Joined on 2026-02-06
cynosura pushed to main at trace-system/frontend 2026-02-07 16:40:10 +08:00
2a3399d436 fix typo
cynosura pushed to main at trace-system/frontend 2026-02-07 16:34:25 +08:00
a93a90ff2d update package.json
cynosura pushed to main at trace-system/backend-node 2026-02-07 16:32:47 +08:00
ea876a76be update package.json
cynosura pushed to main at trace-system/backend-node 2026-02-07 03:49:17 +08:00
cd9e5f5860 chore: add .env.example with required configuration templates
cynosura pushed to main at trace-system/backend-node 2026-02-07 03:44:08 +08:00
e8a8ad389c chore(deps): add zod and nestjs-zod for schema validation
cynosura pushed to main at trace-system/backend-node 2026-02-07 03:27:27 +08:00
0bf46e887d refactor(db): switch Prisma adapter from libsql to better-sqlite3
cynosura pushed to main at trace-system/backend-node 2026-02-07 03:02:17 +08:00
86e41b479d chore(deps): upgrade Prisma from v6 to v7
2dc6bf16ec refactor: migrate database layer to Prisma ORM
Compare 2 commits »
cynosura pushed to main at trace-system/backend-node 2026-02-07 01:45:57 +08:00
1eb8abb447 refactor: migrate backend framework from Express to NestJS
cynosura pushed to main at trace-system/frontend 2026-02-07 01:44:32 +08:00
bef7416ecb chore: update package.json dependencies
cynosura pushed to main at trace-system/frontend 2026-02-06 21:39:37 +08:00
b76ef06c62 style: enhance visual hierarchy of Profile page components
e5b391f7b7 style(ui): polish Profile page layout and user info display
Compare 2 commits »
cynosura pushed to main at trace-system/frontend 2026-02-06 21:01:17 +08:00
9c1e923336 perf(vite): implement manual chunks for vendor code splitting
cynosura pushed to main at trace-system/frontend 2026-02-06 20:59:42 +08:00
a0871524ac style: polish overall user interface and layout
cynosura pushed to main at trace-system/frontend 2026-02-06 17:54:52 +08:00
cynosura pushed to main at trace-system/frontend 2026-02-06 17:44:51 +08:00
09b6fc331f style: enhance visual representation of serial numbers
cynosura pushed to main at trace-system/backend-node 2026-02-06 17:31:53 +08:00
2c006c3330 fix: resolve 'Invalid Date' issue for user creation time
cynosura pushed to main at trace-system/frontend 2026-02-06 17:21:32 +08:00
b94e7f42a4 fix: fix typo in PrivateRoute component name
cynosura pushed to main at trace-system/frontend 2026-02-06 17:13:25 +08:00
cecedb2843 perf(auth): eliminate login page flicker by moving session check to App.tsx
cynosura pushed to main at trace-system/frontend 2026-02-06 17:04:10 +08:00
205b8925b4 fix(auth): improve login error feedback for better UX
cynosura pushed to main at trace-system/frontend 2026-02-06 16:58:16 +08:00
aa81871cfe fix(auth): improve login error feedback for better UX
cynosura pushed to main at trace-system/frontend 2026-02-06 16:53:27 +08:00
a506ebfccd fix: add error feedback for failed login attempts