New paste: split title input into its own component, separate from language select + refresh #147
Notifications
Total Time Spent: 30 minutes
fen
30 minutes
No due date set.
Dependencies
No dependencies set.
Reference: poslop/palette#147
Reference in New Issue
Block a user
UI restructure on the new paste page editor header: the title input, language select, and refresh button currently share ONE rounded bar, making the language select look like part of the title field.
Wanted: two separate components side by side in the editor header row.
Keep house styling (radius, borders, tokens). The refresh button stays paired with the language select since it re-detects language. Check /new template (internal/web/templates/new.html) editor-head markup and app.css .editor-head rules.
QA passed: editor header split into .editor-head-title pill (title input) and .editor-head-settings pill (language select + re-detect + wrap toggle); all element ids intact; responsive wrap CSS added. Verified locally and live on palette-dev. Merged #149, deployed.