Restore the pill shape on the section count badges #202
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-retired-radius-token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#196 retired
--radius-fullbut missed two consumers: the count badge beside a section header inQueuedSection.vueandSortableSection.vue.Neither reference has a fallback, so
border-radius: var(--radius-full)is an invalid declaration and the browser drops it entirely. The badge renders square where a pill was intended.Found while checking whether
fase-5-composerstill referenced the retired tokens - it does not any more, butmaindid.Why nothing caught it
A retired custom property fails silently by construction. There is no error, no warning, and no failing test;
vue-tscdoes not look inside CSS variable names. The only signal is visual.A grep for every token
#196retired (--space-*,--text-*,--radius-*,--font-weight-*,--shadow-*,--transition-*,--line-height-*,--focus-ring) now returns nothing acrossfrontend/src.Verified
vue-tscclean, 534 tests green, build green.robbertbos referenced this pull request2026-07-26 20:34:02 +00:00