Déjà-bu
Remixdiffender/deja-bu
Inventory reception app used as a live target when filming deterministic Diffender walkthroughs against a real backend.
Commit history
At every commit, Design Guardrails watches your design system.
- Design GuardrailsPlatform constraint· 78%
Reviewed this commit against your design system — allowed a platform constraint.
Adding min-height: 44px and touch-action: manipulation doesn't reference any token, but it's not drift — it's enforcing WCAG 2.5.5 and iOS HIG minimum tap-target accessibility requirements, which are external platform constraints rather than a design-token concern. The visual rendering is essentially unchanged (the button already met 44px via its padding scale), so no token value was overridden. This is an additive, defensive constraint layered on top of the token-driven padding/radius/motion.
Before 
After
What changed in this commitdiff --git a/sample-app/components.css b/sample-app/components.css@@ -10,6 +10,8 @@border-radius: var(--radius-md);line-height: 1.2;+ min-height: 44px; /* WCAG 2.5.5 / iOS HIG min tap target */+ touch-action: manipulation; /* remove 300ms tap delay on touch */cursor: pointer;No fix needed — this change stays on the design system.
Demos
Mobile capture (iOS)
Déjà-bu
- Views
- New
- Unique
- —
- Last viewed
- Never




