feat: complete TUI redesign with cyberpunk theme #1

Merged
Muyue merged 1 commits from feat/ui-redesign into main 2026-04-20 20:17:06 +00:00
Owner
  • Dark theme with red accents (cyberpunk aesthetic)
  • Epuré cyberpunk style: clean dark backgrounds, sharp red highlights
  • Full cyberpunk animations: glitch effect, scan line, typewriter
  • Mixed Unicode + ASCII icons
  • Rounded borders (╭ ╮ ╯ ╰) on cards and panels
  • ASCII art block titles (■) with red styling
  • Header: MUYUE branding, status indicators, live clock
  • Footer: shortcuts, version, update indicator
  • Tab transitions: glitch → scan → typewriter sequence
  • Extracted header.go, footer.go, animations.go as new files

Controls unchanged: ctrl+t tabs, ctrl+s sidebar, ctrl+a AI panel

file changes:

  • styles.go: new color palette (cyberRed, bgVoid, dimRed), block titles
  • types.go: added transition state, clock tick, glitch/scan/done messages
  • animations.go: new file with glitch, scan, typewriter, hex stream effects
  • header.go: new file with logo, tabs, status dots, live clock
  • footer.go: new file with shortcuts, version, update indicator
  • model.go: integrated transition state machine, clock updates
  • dashboard.go, studio.go, terminal.go, config_tab.go: updated icons/styles

Generated with Crush

Assisted-by: GLM-5.1 via Crush crush@charm.land

- Dark theme with red accents (cyberpunk aesthetic) - Epuré cyberpunk style: clean dark backgrounds, sharp red highlights - Full cyberpunk animations: glitch effect, scan line, typewriter - Mixed Unicode + ASCII icons - Rounded borders (╭ ╮ ╯ ╰) on cards and panels - ASCII art block titles (■) with red styling - Header: MUYUE branding, status indicators, live clock - Footer: shortcuts, version, update indicator - Tab transitions: glitch → scan → typewriter sequence - Extracted header.go, footer.go, animations.go as new files Controls unchanged: ctrl+t tabs, ctrl+s sidebar, ctrl+a AI panel file changes: - styles.go: new color palette (cyberRed, bgVoid, dimRed), block titles - types.go: added transition state, clock tick, glitch/scan/done messages - animations.go: new file with glitch, scan, typewriter, hex stream effects - header.go: new file with logo, tabs, status dots, live clock - footer.go: new file with shortcuts, version, update indicator - model.go: integrated transition state machine, clock updates - dashboard.go, studio.go, terminal.go, config_tab.go: updated icons/styles Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
Muyue added 1 commit 2026-04-20 20:16:24 +00:00
feat: complete TUI redesign with cyberpunk theme
All checks were successful
PR Check / check (pull_request) Successful in 18s
5f91ef2a78
- Dark theme with red accents (cyberpunk aesthetic)
- Epuré cyberpunk style: clean dark backgrounds, sharp red highlights
- Full cyberpunk animations: glitch effect, scan line, typewriter
- Mixed Unicode + ASCII icons
- Rounded borders (╭ ╮ ╯ ╰) on cards and panels
- ASCII art block titles (■) with red styling
- Header: MUYUE branding, status indicators, live clock
- Footer: shortcuts, version, update indicator
- Tab transitions: glitch → scan → typewriter sequence
- Extracted header.go, footer.go, animations.go as new files

Controls unchanged: ctrl+t tabs, ctrl+s sidebar, ctrl+a AI panel

file changes:
- styles.go: new color palette (cyberRed, bgVoid, dimRed), block titles
- types.go: added transition state, clock tick, glitch/scan/done messages
- animations.go: new file with glitch, scan, typewriter, hex stream effects
- header.go: new file with logo, tabs, status dots, live clock
- footer.go: new file with shortcuts, version, update indicator
- model.go: integrated transition state machine, clock updates
- dashboard.go, studio.go, terminal.go, config_tab.go: updated icons/styles

Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
Muyue merged commit cb8e3d0d26 into main 2026-04-20 20:17:06 +00:00
Muyue deleted branch feat/ui-redesign 2026-04-20 20:17:07 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Muyue/MuyueWorkspace#1