feat(frontend): migrate org MI page to v3 components#5513
Merged
scott-ray-wilson merged 7 commits intomainfrom Feb 19, 2026
Merged
feat(frontend): migrate org MI page to v3 components#5513scott-ray-wilson merged 7 commits intomainfrom
scott-ray-wilson merged 7 commits intomainfrom
Conversation
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
Greptile SummaryThis PR migrates the org machine identity page and org members page from v2 components to v3 components (Card, Table, Dropdown, Input, Pagination, etc.) and switches from FontAwesome to Lucide icons. It also applies minor styling tweaks to shared v3 components (Card title layout, InputGroup icon color, Select truncation, Table header selection prevention).
Confidence Score: 4/5
Important Files Changed
Last reviewed commit: 1d66ac0 |
.../AccessManagementPage/components/OrgIdentityTab/components/IdentitySection/IdentityTable.tsx
Outdated
Show resolved
Hide resolved
...mentPage/components/OrgIdentityTab/components/IdentitySection/IdentityAuthTemplatesTable.tsx
Outdated
Show resolved
Hide resolved
…s/OrgIdentityTab/components/IdentitySection/IdentityTable.tsx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
94d5908 to
abc96eb
Compare
IgorHorta
reviewed
Feb 19, 2026
...mentPage/components/OrgIdentityTab/components/IdentitySection/IdentityAuthTemplatesTable.tsx
Outdated
Show resolved
Hide resolved
IgorHorta
reviewed
Feb 19, 2026
...mentPage/components/OrgIdentityTab/components/IdentitySection/IdentityAuthTemplatesTable.tsx
Outdated
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
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.
Context
This PR migrates the org machine identity page to v3 components and adjust v3 component styling
Screenshots
Steps to verify the change
verify all MI and auth template management functionality is preserved (both org and sub-org)
verify styling adjustment between org and sub-org display (green vs blue primary)
verify responsive behavior of new components (long names, truncation, etc.)
verify loading state display
verify permission guards still enforced
Type
Checklist
type(scope): short description(scope is optional, e.g.,fix: prevent crash on syncorfix(api): handle null response).