asepharyana
|
5bbf75a65b
|
refactor(frontend): finish shadcn→custom primitive migration (green build)
- Remove tw-animate-css import + dead src/components/ui shadcn tree
- Convert 7 orphaned components (moderation, analysis, guild-selector,
voice/activity-timeline, shared/empty+error) to new primitives
- Add missing moderation/view.tsx; analysis uses SearchPanel directly
- globals.css now uses new signal-driven ops-console tokens
- tsc --noEmit clean, next build green (11 routes), local smoke 200
|
2026-08-14 10:49:44 +07:00 |
|
asepharyana
|
9abb09dd33
|
feat(frontend): add light mode with runtime theme toggle
- globals.css: split theme tokens into :root (light default) + .dark
overrides; switch @theme inline → @theme so utilities reference
var(--color-*) and a runtime class swap actually re-skins the UI
(inline inlines literal values and ignores .dark overrides)
- layout.tsx: drop the beforeInteractive inline theme script (it caused
hydration instability); theme is applied client-side only
- top-nav: apply persisted theme on mount, default light, toggle
updates <html> class + localStorage
- glass-intense: light variant (white card on light canvas); chart grid
line uses var(--color-border); attachment chip uses bg-glass-bg
- Verified in static export: toggle dark↔light both directions,
chatbot panel renders clean in both themes
|
2026-08-03 07:20:09 +07:00 |
|
asepharyana
|
03d59f0738
|
feat(frontend): lazy-load images, add lightbox viewer, polish AI panel
- Add loading=lazy + decoding=async to all <img> (message card preview,
attachments grid, image grid, avatars via ui/avatar)
- New Lightbox component: fullscreen image viewer with keyboard nav
(←/→/Esc), counter, click-to-close; wired into messages page + detail
- Attachments grid: click image to open, image counter badge, grouped
non-image attachments
- AI analysis panel: line-clamp-3 with Show more/less toggle
- Message card: preview image is now a clickable button opening detail
|
2026-08-03 05:08:08 +07:00 |
|
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 |
|