-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(sub-org): sub-organization menu selector UI/UX improvements #5599
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
IgorHorta
merged 52 commits into
main
from
igor/platfrm-216-address-sub-org-menu-selector-uiux
Mar 7, 2026
+1,174
−231
Merged
Changes from 51 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
6d69c7f
feat(sub-org): add join sub-organization API endpoint
IgorHorta f00e2f3
feat(sub-org): add useJoinSubOrganization frontend hook
IgorHorta 5a3d3c2
feat(sub-org): add Sub Orgs tab to organization overview page
IgorHorta d3b58a8
docs(sub-org): add API reference docs for sub-organization endpoints
IgorHorta fe74a13
feat(sub-org): add searchable filter to sub-org dropdown menus
IgorHorta 5a906c1
feat(sub-org): improve SubOrgsView UX and permission handling
IgorHorta c71775a
style(sub-org): increase ellipsis menu button surface area
IgorHorta 5801f90
style(sub-org): apply lint formatting fixes
IgorHorta b5d3a40
feat(sub-org): add Edit/Delete permissions to OrgPermissionSubOrgActions
IgorHorta 31567e7
feat(sub-org): expose Edit/Delete actions in sub-org role permissions UI
IgorHorta de92a8b
feat(projects-page): persist selected tab in URL search params
IgorHorta 3ee0cfc
docs(sub-org): rename join.mdx to memberships.mdx to match API route
IgorHorta 7e29e69
docs(sub-org): update memberships.mdx title to match membership patterns
IgorHorta 968941f
refactor(navbar): extract SubOrgFilterList to deduplicate sub-org dro…
IgorHorta 366e7ec
fix(sub-org): throw error when joining a sub-org the user is already …
IgorHorta 737f663
fix: issue where user without permission to add new suborg would see …
IgorHorta bdc2d13
fix(sub-orgs): handle MFA flow when logging into a sub-organization
IgorHorta 63b9f3a
fix(sub-orgs): hide Add Sub Org button for users without Create permi…
IgorHorta b5c3080
feat(sub-org): add server-side search, ordering, and totalCount to li…
IgorHorta 3fe8e77
feat(sub-org): migrate SubOrgsView to server-side search, ordering, a…
IgorHorta ddf5c11
refactor(projects-page): remove sub-org tab and restore to projects-o…
IgorHorta 82ee7ec
feat(sub-org): add Sub Organizations tab to organization settings
IgorHorta 1edcc60
fix(sub-org): default join role to Member, fix isAccessible transform…
IgorHorta 16a83d8
revert(sub-org): align isAccessible transform with codebase pattern
IgorHorta d5561ab
fix(sub-org): prevent gated tab from being active without a rendered …
IgorHorta 41ac154
fix(lint): sort imports in Navbar and fix prettier in OrgTabGroup
IgorHorta 4546ac9
fix(pagination): skip page reset when totalCount is 0 on initial load
IgorHorta e8d11b0
fix(sub-org): handle unhandled promise rejection on sub-org login click
IgorHorta b47b299
fix(lint): fix import sort order in Navbar
IgorHorta bc29752
Merge branch 'main' into igor/platfrm-216-address-sub-org-menu-select…
IgorHorta 327c126
feat(sub-org): add operationId to all sub-organization routes
IgorHorta 09a2eb1
refactor(sub-org): rename permissionActor to permission
IgorHorta ed4dafb
refactor(sub-org): use typed enums for orderBy and orderDirection
IgorHorta 7935269
refactor(sub-org): use typed enums for orderBy/orderDirection in fron…
IgorHorta 640f5c3
fix(useResetPageHelper): revert totalCount > 0 guard
IgorHorta 5675f69
fix(sub-org): check parent org permissions for update and delete oper…
IgorHorta 79d03b7
docs: add edit and delete actions to sub-organization permissions
IgorHorta 18d0e06
refactor(sub-org): embed permission-gated action in SubOrgFilterList
IgorHorta 4e52694
refactor(sub-org): migrate OrgSubOrgsTab to v3 components with permis…
IgorHorta 081f030
fix(sub-org): use CASL_ACTION_SCHEMA_NATIVE_ENUM for sub-org permissions
IgorHorta 4adedce
feat(sub-org): display sub-organization ID in settings page
IgorHorta 606fd3c
fix(sub-org): show Edit/Delete actions regardless of membership status
IgorHorta 2e861e3
fix(sub-org): add license check to joinSubOrg
IgorHorta c020527
style(sub-org): fix prettier formatting on orderDirection schema
IgorHorta a4fae32
fix(sub-org): remove hardcoded limit from navbar sub-org query
IgorHorta 18eed97
fix: bad lint
IgorHorta 11e5ada
revert(license): restore default on-prem feature flags to false
IgorHorta 91fc49c
fix: lint
IgorHorta ca4ed0e
refactor(sub-org): move Join button into Status column
IgorHorta 57cb462
fix(sub-org): remove duplicate error notifications
IgorHorta 7b3fbef
chore: revert tmp directory gitignore entry
IgorHorta 08e6202
fix: prettier formatting in OrgSubOrgsTab
IgorHorta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
IgorHorta marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.