10000 Move group management to table by hmacr · Pull Request #8212 · outline/outline · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Move group management to table #8212

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

Merged
merged 16 commits into from
Jan 10, 2025
Merged

Move group management to table #8212

merged 16 commits into from
Jan 10, 2025

Conversation

hmacr
Copy link
Collaborator
@hmacr hmacr commented Jan 9, 2025

Closes #7484

This PR moves group management page to use Table component. Along the way, group modals that were scattered in many files are consolidated into a single GroupDialogs file.

@hmacr hmacr requested a review from tommoor January 9, 2025 03:02
@hmacr
Copy link
Collaborator Author
hmacr commented Jan 9, 2025

There's a subtle regression in nested group modals wherein closing a nested modal does not bring the focus back automatically to the parent modal - we render each modal as a separate top level dialog; reakit suggests the child modal to be rendered inside the parent to ensure proper focus on close (https://reakit.io/docs/dialog/#nested-dialogs).

Fixing this would require changing Dialogs and Modal component. I was wondering if we can live with this slight regression for a couple weeks until the modal component is migrated to Radix (my next big task), which will anyway need some re-implementation.

@hmacr hmacr requested a review from tommoor January 10, 2025 00:50
Add 'External ID' in menu when present
@tommoor tommoor enabled auto-merge (squash) January 10, 2025 01:06
@tommoor tommoor merged commit e42b533 into main Jan 10, 2025
3 checks passed
@hmacr hmacr deleted the hmacr/7484-groups-table branch January 11, 2025 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move group management to table
2 participants
0