Add account settings UI and some other improvements#40
Merged
Conversation
Closed
Member
Author
|
i just discovered conventional commits and they are nice |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an organizer-facing account settings experience (profile, linked providers, sessions, danger zone) and introduces supporting UI primitives (Tabs + AlertDialog), alongside a few UX tweaks and auth configuration updates.
Changes:
- Add
AccountDialogUI with profile editing, provider linking/unlinking, session listing/revocation, and account deletion. - Introduce new UI component wrappers for Tabs and AlertDialog (built on
bits-ui). - Update sidebar/user interactions and organizer login loading UX; extend auth config with social providers and account deletion; add
ua-parser-js.
Reviewed changes
Copilot reviewed 25 out of 26 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| src/lib/components/ui/tabs/tabs.svelte | New Tabs root wrapper around bits-ui Tabs. |
| src/lib/components/ui/tabs/tabs-trigger.svelte | New Tabs trigger wrapper with styling. |
| src/lib/components/ui/tabs/tabs-list.svelte | New Tabs list wrapper with styling. |
| src/lib/components/ui/tabs/tabs-content.svelte | New Tabs content wrapper with styling. |
| src/lib/components/ui/tabs/index.ts | Exports Tabs components via a single entrypoint. |
| src/lib/components/ui/sidebar/sidebar-trigger.svelte | Switch sidebar trigger icon to MenuIcon. |
| src/lib/components/ui/dropdown-menu/dropdown-menu-item.svelte | Improve icon coloring on highlighted dropdown items. |
| src/lib/components/ui/alert-dialog/index.ts | New AlertDialog entrypoint exporting all subcomponents. |
| src/lib/components/ui/alert-dialog/alert-dialog.svelte | New AlertDialog root wrapper with open binding. |
| src/lib/components/ui/alert-dialog/alert-dialog-trigger.svelte | New AlertDialog trigger wrapper. |
| src/lib/components/ui/alert-dialog/alert-dialog-title.svelte | New AlertDialog title wrapper with styling. |
| src/lib/components/ui/alert-dialog/alert-dialog-portal.svelte | New AlertDialog portal wrapper. |
| src/lib/components/ui/alert-dialog/alert-dialog-overlay.svelte | New AlertDialog overlay wrapper with styling/animations. |
| src/lib/components/ui/alert-dialog/alert-dialog-header.svelte | New AlertDialog header layout wrapper. |
| src/lib/components/ui/alert-dialog/alert-dialog-footer.svelte | New AlertDialog footer layout wrapper. |
| src/lib/components/ui/alert-dialog/alert-dialog-description.svelte | New AlertDialog description wrapper with styling. |
| src/lib/components/ui/alert-dialog/alert-dialog-content.svelte | New AlertDialog content wrapper composing portal/overlay/content. |
| src/lib/components/ui/alert-dialog/alert-dialog-cancel.svelte | New Cancel button wrapper using shared button variants. |
| src/lib/components/ui/alert-dialog/alert-dialog-action.svelte | New Action button wrapper using shared button variants. |
| src/lib/components/organizer/sidebar/user.svelte | Replace simple dropdown items with actions + open AccountDialog; mobile behavior differs. |
| src/lib/components/organizer/sidebar/sidebar-toggle.svelte | Disable tooltip wrapper on mobile for the sidebar trigger. |
| src/lib/components/organizer/sidebar/account-dialog.svelte | New full account settings dialog/drawer UI (profile/providers/sessions/danger). |
| src/lib/components/login.svelte | Show a centered spinner while organizer OAuth is in-flight. |
| src/convex/auth.ts | Enable delete-user, configure social providers, relax account-linking email constraint. |
| package.json | Add ua-parser-js dependency. |
| bun.lock | Lockfile updates for ua-parser-js and transitive deps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.