Commit 65377fca authored by Mahmoud Aglan's avatar Mahmoud Aglan

Improve receptionist screen & registration wizard mobile UX

Dashboard:
- Primary action (new registration) is now a full-width hero card
- Secondary actions are a compact 2x2 icon grid

Registration wizard:
- Mobile step indicator: compact progress bar + step name instead of
  cramped 5-circle stepper
- Sticky bottom nav bar on mobile (fixed position, safe-area aware)
  so Back/Next are always reachable without scrolling
- Activity selection uses horizontal scrollable pills on mobile
- Desktop layout remains unchanged (sm: breakpoint gates all changes)
Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 75c39ad7
...@@ -181,6 +181,13 @@ hover:border-cyan-300 hover:border-pink-300 hover:border-orange-300 hover:border ...@@ -181,6 +181,13 @@ hover:border-cyan-300 hover:border-pink-300 hover:border-orange-300 hover:border
transform: scale(0.95) !important; transform: scale(0.95) !important;
opacity: 0.9; opacity: 0.9;
} }
.scrollbar-hide {
-ms-overflow-style: none;
scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
} }
/* Print: hide all app chrome */ /* Print: hide all app chrome */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment