Skip to content

Commit 13bd3f5

Browse files
feat(backlog): add genius UI refresh task
1 parent a063a5c commit 13bd3f5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
id: TASK-277.1
3+
title: Refresh Genius chat-style UI
4+
status: To Do
5+
assignee: []
6+
created_date: '2026-04-04 03:38'
7+
labels:
8+
- feature
9+
- frontend
10+
- ui
11+
- genius
12+
dependencies: []
13+
documentation:
14+
- docs/genius.md
15+
parent_task_id: TASK-277
16+
priority: medium
17+
---
18+
19+
## Description
20+
21+
<!-- SECTION:DESCRIPTION:BEGIN -->
22+
Update the Genius playlist creator interface so it feels like a modern chat-first surface instead of a utility panel. Simplify the layout, move the composer to the bottom of the screen, add the requested branded background treatment, introduce large animated example prompt copy, and update the keyboard shortcut so the interaction model matches the intended UX.
23+
<!-- SECTION:DESCRIPTION:END -->
24+
25+
## Acceptance Criteria
26+
<!-- AC:BEGIN -->
27+
- [ ] #1 Genius view includes a large transparent glasses graphic in the background, angled at roughly 45 degrees, without obscuring primary controls or text.
28+
- [ ] #2 The existing top-left descriptive block is removed from the Genius UI.
29+
- [ ] #3 The Genius composer/chat input is positioned at the bottom of the view and remains usable on desktop and narrow layouts.
30+
- [ ] #4 The UI displays slow animated large-format prompt copy with the text "make me a chill playlist from my library".
31+
- [ ] #5 The generate keyboard shortcut uses Shift+Enter, any visible shortcut hint reflects Shift+Enter, and Cmd+Enter no longer triggers generation.
32+
- [ ] #6 Frontend test coverage and any affected Genius documentation or user-facing copy are updated for the new layout and shortcut behavior.
33+
<!-- AC:END -->

0 commit comments

Comments
 (0)