Skip to content

Refactor user read page into categorized split-table layout#376

Open
somethingnew2-0 wants to merge 2 commits intomainfrom
refactor/users-read-categorized-split-tables
Open

Refactor user read page into categorized split-table layout#376
somethingnew2-0 wants to merge 2 commits intomainfrom
refactor/users-read-categorized-split-tables

Conversation

@somethingnew2-0
Copy link
Collaborator

@somethingnew2-0 somethingnew2-0 commented Feb 28, 2026

Screenshot 2026-02-27 at 4 49 07 PM

Summary

  • Reorganizes the user read page from two flat tables (Owner of Groups/Roles, Member of Groups/Roles) into three sections by group type: Access Roles, App Groups, and Standard Groups
  • Each section shows side-by-side Ownerships and Memberships tables, replacing the previous separate full-width tables
  • App Groups are further sub-grouped by app, with clickable app name headers linking to /apps/{appName}
  • Sections are hidden when both ownerships and memberships are empty for that type
  • Replaces the duplicated OwnerTable/MemberTable components with a single unified GroupTable component parameterized by an owner boolean
  • Drops the Type column from tables since items are now categorized by section

Reorganize the user read page from two flat tables (Owner/Member) into
three sections by group type (Access Roles, App Groups, Standard Groups),
each with side-by-side Ownerships and Memberships tables. App Groups are
further sub-grouped by app with clickable app name headers. Sections are
hidden when both sides are empty for that type.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant