Commit Graph

9 Commits

Author SHA1 Message Date
javayhu
23cd59bbac refactor: biome lint part 1 2025-04-18 21:47:14 +08:00
javayhu
5b02b0379f chore: update biome.json 2025-04-18 10:25:00 +08:00
javayhu
f0ea8bf52e chore: update biome.json, add more to the ignore paths 2025-04-18 10:08:21 +08:00
javayhu
2ba2eebbaa chore: update database schema and enhance authentication features
- Add `username` column to the `user` table and enforce uniqueness constraint.
- Introduce new SQL migration file for the `username` addition.
- Update `schema.ts` to reflect changes in the `user`, `session`, and `account` tables.
- Enhance authentication client by integrating `usernameClient` plugin for better user management.
- Adjust session management settings for improved caching and freshness.
- Refactor metadata generation in the home page for consistency.
2025-03-15 00:54:13 +08:00
javayhu
92ec1b14c5 refactor: format src/app folder 2025-03-09 20:01:07 +08:00
javayhu
21e04f3027 feat: rename (marketing) to (public) routes 2025-02-23 14:27:45 +08:00
javayhu
a6dc7e1ddc chore: apply Biome formatting and semicolon consistency across project files 2025-02-17 00:34:01 +08:00
javayhu
16309d571a chore: configure biome with detailed formatting and linting rules 2025-02-17 00:22:56 +08:00
javayhu
d893138250 feat: install biome 2025-02-17 00:16:10 +08:00