fix(frontend) performance issues in main menu project selection#2715
fix(frontend) performance issues in main menu project selection#2715
Conversation
Removed custom dynamic rendering & scrolling logic Use slide-y-transition to keep project list size stable during transition. This avoids issues with scrolling
|
@holgerkoser, @klocke-io You have pull request review open invite, please check |
| :close-on-content-click="false" | ||
| :offset="[0]" | ||
| content-class="project-menu" | ||
| transition="slide-y-transition" |
- Fixed error when navigating with keys in case there are no projects to select - Removed eager=false prop from tooltip as this will be disabled globally in #2730
Fixed project tile height Use horizontal bar to structure tiles Extended project list height Optimized project items computed
|
Adding label DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
6954b49 to
bceb040
Compare
|
/cherry-pick hotfix-1.83 |
|
@grolu: once the present PR merges, I will cherry-pick it on top of hotfix-1.83 in a new PR and assign it to you. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
LGTM label has been added. DetailsGit tree hash: 78e39fc2b86d24b0ca3f09361bf1b9beec715bfa |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: petersutter The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@grolu: new pull request created: #2768 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #2701
Special notes for your reviewer:
Release note: