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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fixes #168
Gates: go build ./... and go test ./... pass; template inline-script/style grep clean; verified rendering with headless chromium.
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.