-
Notifications
You must be signed in to change notification settings - Fork 356
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
fix: Update action bar row layout in UserManagement page #9862
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9862 +/- ##
==========================================
- Coverage 54.60% 50.55% -4.05%
==========================================
Files 1259 949 -310
Lines 157329 128683 -28646
Branches 3619 3620 +1
==========================================
- Hits 85903 65059 -20844
+ Misses 71293 63491 -7802
Partials 133 133
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
can we fix the horizontal scroll issue?
Screen.Recording.2024-08-23.at.12.19.22.PM.mov
also can we confirm with a designer and a product manage if its a good approach to fix the ticket issue r? not sure if we wanna show add user
button in new line.
@alexjdetermined could you take a look at this approach and give us your thought please 🙏 |
I believe that this is an animation from the browser, I've tested locally and got that animation too, but, no scroll is being kept... I've already asked for validation from @alexjdetermined about the design changes |
i dont think so. It doesn't bounce, i can just scroll horizontally. |
30c9830
to
395f06a
Compare
I've updated the behavior for the mobile view, that's the best I could do before getting anything back from the design team... cc @alexjdetermined |
395f06a
to
85c0333
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.
the issue is not fixed. could you please test it before requesting the review?
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.
instead of randomly choosing the breakpoint, can we just build a good HTLM structure to support multiple viewports? The current implementation would cause the similar issues in the future if we add/remove buttons or other components.
@alexjdetermined, could you please provide a mockup/wireframe for us here... |
0e49f4c
to
7adf154
Compare
…ndant grid container.
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've changed the |
@keita-determined wouldn't a better solve for this be to have the menu switch to mobile mode at tablet sizes? looking at the rest of the table, is the content readable? |
bdcd658
to
78d0596
Compare
Your suggestion is to use mobile view in the tablet size viewport, right? that sounds good to me |
Ticket
ET-299
Description
The user management page had a broken layout for the "add user" button on mobile view. This PR intends to fix that.
Test Plan
Checklist
docs/release-notes/
See Release Note for details.