Mobile1 min read
Mobile Status Resonance (UI)
Mobile Status Resonance (UI)
This note captures the mobile header/status updates and the status-tinted ambient background. We will mirror the same idea on desktop later.
Scope
- Mobile header status pill uses a revolving/resonating badge.
- Page background tint shifts based on system status (ok/warning/danger).
- Background uses a slow ambient animation to make the tint feel alive.
Files Touched
src/components/mobile/MobileHeader.tsxsrc/app/(mobile)/m/layout.tsxsrc/app/(mobile)/m/mobile.css
Behavior
- Status colors:
ok: green tint.warning: yellow tint.danger: red tint.
- The mobile shell gets
data-statusto drive CSS variables. - The
mobile-contentbackground uses status-tinted radial gradients and a resonance animation. - The status capsule includes orbiting rings and a pulsing stroke (resonating effect).
Follow-up (Desktop)
Apply the same system on desktop:
- Add
data-statusto the desktop shell/container. - Add status-tinted background gradients in the desktop layout CSS.
- Reuse the status pill animation or build a desktop variant.
Last updated for v1
Edit this page on GitHub