-
-
Notifications
You must be signed in to change notification settings - Fork 5
feat(person): implement person card list view for mobile viewports #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… in the card list
From a UX perspective, it might be better if clicking the action buttons (Admit, Release, etc.) didn’t also open up the accordion. You could try adjusting the That's the first thing that comes to mind at least regarding that. |
Everything else seems clean, I noticed I should probably rewrite pages to not use shadcn cards for the content except for the login pages. :P |
It's the HTML event, I just need to add event.stopPropagation to all onclick event so that the event isn't passed down to all components |
…r tooltip buttons
…r better consistency
…person card to separate component
…e it more readable and clean
No description provided.