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
|
4f9d4a5c7d
|
refactor: remove unused UI components and replace GlassCard with Card in voice components
- Deleted Item, Kbd, Marker, Message, NativeSelect, Questionnaire, Spinner components.
- Replaced GlassCard with Card in VoiceActivityTimeline, VoiceConnectionCard, ListenControl, MicControl, and SpeakerWaveform components.
- Introduced AppSidebar and ThemeToggle components for improved navigation and theme management.
|
2026-08-07 17:33:12 +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 (1M context) <noreply@anthropic.com
|
106bb249f0
|
chore: remove old components replaced by redesign
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com
|
2026-07-28 12:17:58 +07:00 |
|