Fix #146: untitled paste ID fallback renders as plain text like titled pastes #148

Merged
fen merged 1 commits from fix-146-id-fallback-plain into dev 2026-09-10 04:07:04 +00:00
1 Commits
Author SHA1 Message Date
fen 7dc70d62f6 Fix #146: render untitled paste ID fallback as plain text like titled pastes
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 26s
The PASTE column fallback for untitled pastes used the .slug class, which
renders as a monospace chip with a background pill. Give it a dedicated
paste-name modifier that strips the chip styling (background, padding,
radius, mono font) so the fallback looks identical to a titled paste
(var(--fg) plain text). The dedicated ID column and URL column chips keep
their existing styling. Applied to both /history and /mine tables.
2026-09-09 22:56:53 -05:00