Clean up notification pill (#168) #178

Merged
fen merged 4 commits from fix-168 into dev 2026-09-10 16:25:56 +00:00
Collaborator

Fixes #168

  • Toast pill now only says Paste Created / Link Copied (short banner text on the paste view)
  • Smaller pill: reduced padding and font size
  • Anchored to the bottom-right corner of the screen, out of the content flow
  • CSS changes in app.css only, no inline styles or scripts (CSP conventions kept)

Gates: go build ./... and go test ./... pass; template inline-script/style grep clean; verified rendering with headless chromium.

Fixes #168 - Toast pill now only says Paste Created / Link Copied (short banner text on the paste view) - Smaller pill: reduced padding and font size - Anchored to the bottom-right corner of the screen, out of the content flow - CSS changes in app.css only, no inline styles or scripts (CSP conventions kept) Gates: go build ./... and go test ./... pass; template inline-script/style grep clean; verified rendering with headless chromium.
fen added 1 commit 2026-09-10 16:19:03 +00:00
clean up notification pill wording, size, and placement (#168)
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 39s
3fa2c93e22
fen closed this pull request 2026-09-10 16:19:34 +00:00
fen deleted branch fix-168 2026-09-10 16:19:34 +00:00
fen reopened this pull request 2026-09-10 16:22:32 +00:00
fen added 2 commits 2026-09-10 16:25:43 +00:00
fen merged commit 362a59690f into dev 2026-09-10 16:25:56 +00:00
fen added spent time 22 minutes 2026-09-10 16:32:00 +00:00
Author
Collaborator

QA-passed on palette-dev (merge 362a596, CI success, rollout complete). Verified rendered output at 1400x900 and 375x812: created-pill shows 'Paste Created · Link Copied', compact (4px 12px / 13px), fixed bottom-right out of content flow; .toast also repositioned to bottom-right with reduced sizing. No inline styles or inline scripts in served HTML (grep clean), no CSP console violations. go build/test pass. Branch fix-168 deleted.

QA-passed on palette-dev (merge 362a596, CI success, rollout complete). Verified rendered output at 1400x900 and 375x812: created-pill shows 'Paste Created · Link Copied', compact (4px 12px / 13px), fixed bottom-right out of content flow; .toast also repositioned to bottom-right with reduced sizing. No inline styles or inline scripts in served HTML (grep clean), no CSP console violations. go build/test pass. Branch fix-168 deleted.
Sign in to join this conversation.