Paste list: untitled pastes (ID fallback name) styled as code chip - should be plain text like titled pastes #146
Notifications
Total Time Spent: 15 minutes
fen
15 minutes
No due date set.
Dependencies
No dependencies set.
Reference: poslop/palette#146
Reference in New Issue
Block a user
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.
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.