asepharyana
|
6293d588bc
|
chore(lint): biome cleanup across services — format, sort imports, drop unused
- discord-gateway: 74 lint errors -> 0 (format, import sorting, unused
imports/vars, dead breath var)
- backend: format + sort imports (11 warnings left: noExplicitAny)
- frontend: remove unused imports, drop dead breathing var, fix
useExhaustiveDependencies (scroll keyed on messages), a11y biome-ignore
for drag surface + stopPropagation container (mouse-only gestures)
- remaining warnings are false positives: index keys on static lists,
<img> in static export (next/image unsupported), noExplicitAny
tsc --noEmit clean on all 3 services; vitest green (60+36).
|
2026-08-01 22:09:02 +07:00 |
|
 DeveloperandClaude Opus 4.8
|
3ae0c96a13
|
feat: design tokens, globals CSS, fonts, navigation config
- Rewrite globals.css with dark-theme OKLCH tokens, glass utilities, ambient bg
- Update root layout with Inter + JetBrains Mono fonts, theme script
- Redirect / to /dashboard
- Update navigation config — remove search link, add recordings
- Update analysis search-panel with glass styling
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-07-28 10:05:08 +07:00 |
|