UI polish: custom URL placeholder, styled buttons/selects, admin link spacing #123
Notifications
Total Time Spent: 1 hour 45 minutes
fen
1 hour 45 minutes
No due date set.
Dependencies
No dependencies set.
Reference: poslop/palette#123
Reference in New Issue
Block a user
Three UI polish changes:
Custom URL placeholder: the new-paste example reads
/my-snippet; remove the leading slash so it readsmy-snippet.Custom-styled buttons and selection controls: replace default HTML look on buttons (
.btn, submit buttons), selects, checkboxes, and radio buttons with house styling matching the custom URL box reference:var(--surface)/var(--border)/var(--fg)/var(--accent)palette,radius-smshapes, proper hover and focus-visible states, CSS-only (appearance: none) where possible.Admin link spacing: on the settings page, move the Admin link further down from the component above it (increase top spacing on
.admin-link-row).QA passed (PR #125). Verified locally (go vet/test, rendered headless chromium on :18087) and live on palette-dev: (1) custom URL placeholder reads
my-snippetwith no leading slash; (2) selects/checkboxes/radios/buttons styled via appearance:none with custom chevron/check SVGs in served app.css; (3) .admin-link-row has 32px top margin + 20px padding-top with border separator. No unrelated changes in the diff. Dev CI green on merge commit7ed5008, deployed to palette-dev, live-verified. Closing.