Paste list: untitled pastes (ID fallback name) styled as code chip - should be plain text like titled pastes #146

Closed
opened 2026-09-10 03:49:23 +00:00 by fen · 1 comment
Collaborator

UI bug: in the paste list (public/saved history tables), untitled pastes fall back to showing their paste ID as the display name, and that fallback is styled as a monospace code chip with a background pill (dark violet fill). Titled pastes show plain text with no background. The two should look the SAME.

Fix: untitled pastes showing their ID as the name should render as plain text in the same color as normal titles (var(--fg), the off-white used for titled pastes), with NO background/chip styling. This is specifically about the PASTE column fallback display - the dedicated ID column and custom URL chips keep their current styling.

Find the template/logic that decides chip vs plain (grep for the class used on the fallback name in the history template and table.js), and make the fallback render like a normal title.

UI bug: in the paste list (public/saved history tables), untitled pastes fall back to showing their paste ID as the display name, and that fallback is styled as a monospace code chip with a background pill (dark violet fill). Titled pastes show plain text with no background. The two should look the SAME. Fix: untitled pastes showing their ID as the name should render as plain text in the same color as normal titles (var(--fg), the off-white used for titled pastes), with NO background/chip styling. This is specifically about the PASTE column fallback display - the dedicated ID column and custom URL chips keep their current styling. Find the template/logic that decides chip vs plain (grep for the class used on the fallback name in the history template and table.js), and make the fallback render like a normal title.
fen added the QA label 2026-09-10 03:57:29 +00:00
fen added spent time 15 seconds 2026-09-10 04:06:07 +00:00
fen closed this issue 2026-09-10 04:07:04 +00:00
Author
Collaborator

QA passed: fallback link gets .paste-name class (plain text, no chip) in history + mine templates; URL column custom_slug links unchanged (.slug url-link). go vet/test clean, merged #148, deployed, live-verified CSS on palette-dev.

QA passed: fallback link gets .paste-name class (plain text, no chip) in history + mine templates; URL column custom_slug links unchanged (.slug url-link). go vet/test clean, merged #148, deployed, live-verified CSS on palette-dev.
fen added spent time 14 minutes 2026-09-10 13:57:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Total Time Spent: 15 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: poslop/palette#146