Files
bedolaga-cabinet/src/styles
c0mrade 9cfbf2ba97 polish: drop dead .progress-bar / .progress-fill utilities
Created with future-API intent during the optimize pass but no .tsx
consumer materialised — the three Subscription progress bars inline
their classes directly. Dead utility classes accumulate, confuse the
next reader ("this looks like our pattern, am I doing it wrong?"),
and add bytes to the CSS. Drop both the dark version and the
.light .progress-bar override.

If a future progress bar needs them back: inline first, extract only
when 3+ call sites share intent (per /impeccable extract guidance).
2026-05-26 21:00:02 +03:00
..