Projects

Déjà-bu

Remix

diffender/deja-bu

Inventory reception app used as a live target when filming deterministic Diffender walkthroughs against a real backend.

deja-bu.demo.diffender.com7 videosDeployed 4 days ago

Commit history

At every commit, Design Guardrails watches your design system.

  1. 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
    Before — 04-platform-tap-target
    After
    After — 04-platform-tap-target
    What changed in this commit
    diff --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

0:26
Views
3
Unique
3
Last viewed
5 hours ago
0:39
Views
5
Unique
4
Last viewed
6 hours ago
0:16
Views
2
Unique
2
Last viewed
6 hours ago
0:42
Views
12
Unique
9
Last viewed
6 hours ago
0:25
Views
8
Unique
7
Last viewed
7 hours ago
Processing…
Processing

Mobile capture (iOS)

Déjà-bu

Processing
0:39
Views
New
Unique
Last viewed
Never
1:14
Views
New
Unique
Last viewed
Never