Files
palette/internal/web/static
fen 7dc70d62f6
CI / test (pull_request) Successful in 26s
CI / docker (pull_request) Skipped
Fix #146: render untitled paste ID fallback as plain text like titled pastes
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
..