Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
efaa7787af
Merge remote-tracking branch 'origin/main' into mai/kepler/inventor-profession-vs
c6cdd2c855
fix(t-paliad-148): renumber migration 057→059 (collision with fritz t-147 email_broadcasts already on main; noether t-146 paliadin_poc landed at 058)
efaa7787af
Merge remote-tracking branch 'origin/main' into mai/kepler/inventor-profession-vs
c6cdd2c855
fix(t-paliad-148): renumber migration 057→059 (collision with fritz t-147 email_broadcasts already on main; noether t-146 paliadin_poc landed at 058)
m
pushed to main at m/paliad2026-05-07 19:17:58 +00:00
8cc8435d2e
Merge: fix Custom Views toast respecting its hidden attribute
0f835b6c59
fix(t-paliad-144): empty Custom Views toast — .views-toast { display: flex } was overriding the [hidden] attribute (same-specificity tie, declaration order wins). Add explicit .views-toast[hidden] { display: none } so the toast respects its own hidden state. Was rendering as a visible empty box on every page load.
m
pushed to main at m/paliad2026-05-07 19:00:52 +00:00
3dffce7a0d
Merge: fix Custom Views dark-mode contrast (token name mismatch)
d8b84d0c58
fix(t-paliad-144): Custom Views CSS — replace bare-name tokens (--surface, --text-muted, --border-subtle, --surface-subtle, --surface-hover) with paliad's actual --color-* tokens. The bare names don't exist in paliad's design system; the hardcoded fallbacks (#fff, rgba(0,0,0,...)) fired in dark mode → light text on white card bg. Fixes contrast on /views list+cards+calendar shapes.