-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Chore/user management v2 panel #29468
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Skipped Deployments
|
No changes detected in Preview Branches by Supabase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
- Tested on preview with email and github based users
couple of tiny nits:
hmm thinking about this - i reckon the best solution here is eventually to make the table columns sortable (and persisted via local storage), every team has their own preferred order of the columns i think, will look into this subsequently. And also maybe allow the users to hide certain columns (e.g if im mainly using phone auth, i wouldn't really need the email column)
Added the loading line! 🙏
Tbh i was thinking of just shifting the data under "Invite information" to the first section - not sure if there's added benefit keeping it separated. Also thinking of adding separators - so we've got 3 sections (1) User info + provider (2) actions (3) danger, cause i can't think of a good title/description for (2) either (the UI itself feels quite clear what they are) |
* Midway implementing user management v2 panel * Do up overview panel less provider information * Midway provider info * Wrap up provider information * Add banned until banner * Slight adjustment to search input * Fix * Fix provider icons in data grid * Fix * Moar fixes * Add loading line * Address some feedback * Reorder some elements in the user overview panel * Fix icons going over cell headers
Clicking on a user will open the user's information up in a panel