-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat: user list using user_nodes
query
#2934
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
11e7f67
to
b375e78
Compare
93f266e
to
b3f2278
Compare
b375e78
to
59b79b0
Compare
b3f2278
to
a9d0ece
Compare
a9d0ece
to
261b005
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made some code modifications for the user-generated modal. LGTM now!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
59b79b0
to
682b18e
Compare
261b005
to
47f2a54
Compare
I'll check 1 & 2. The 3 is handled in #2758 |
682b18e
to
0559656
Compare
47f2a54
to
9c14f4e
Compare
Please check again. I resolve 1 and 2. Thank you |
I'll remove the USER | CREDENTIALS tab you mentioned so that the current PR can be merged first. |
I think 2 is not resolved yet. |
Sorry I don't know why it is reverted. I'll push again soon. |
And please check the unresolved threads too :) |
9c14f4e
to
dbeccac
Compare
dbeccac
to
baa2e6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggested color changes like other components.
0559656
to
de17251
Compare
baa2e6e
to
5cf04e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
66d86df
to
a29c647
Compare
Merge activity
|
**Changes:** Migrates the user management interface from Web Components to React, introducing a new `UserNodeList` component that provides enhanced user management capabilities. The new implementation includes: - Active/Inactive user filtering - Advanced property filtering for email, username, role, and description - Table-based user listing with sorting and pagination - User information viewing and settings modification - User deletion functionality with confirmation dialog - Refresh capabilities for real-time updates **Rationale:** This change modernizes the user management interface by leveraging React's component model and state management, while maintaining feature parity with the previous implementation. The migration removes duplicate code and consolidates user management logic into a single, maintainable component.
de17251
to
60dedfb
Compare
a29c647
to
cc2f9a1
Compare
Changes:
Migrates the user management interface from Web Components to React, introducing a new
UserNodeList
component that provides enhanced user management capabilities. The new implementation includes:Rationale:
This change modernizes the user management interface by leveraging React's component model and state management, while maintaining feature parity with the previous implementation. The migration removes duplicate code and consolidates user management logic into a single, maintainable component.