-
Notifications
You must be signed in to change notification settings - Fork 333
frontend: Sidebar: Fix conditional expansion description text #3277
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Pratik-050 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Very cool. Thank you. You can update the snapshot test with: We follow a linux kernel style of commit messages. With the context at the front followed by an action word and the rest. |
Thanks @illume I've updated the commit message and the tests as well. Thank you for your guidance! |
The check is failing... Can you please run I see we already have |
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.
Looking Good
Hello @illume yes we have |
After you run that command, then run git status … to see what files it has changed. it might also be a good idea to git rebase against the latest main branch. |
I took a pull from the latest main just now and ran this command but no file changes are there. @illume |
Hrmm. Ok. Let me have a closer look in a little bit. If I find a fix I’ll push it to your branch. |
Thanks! @illume |
Note for reviewers:
Changed the description of the left chevron and right chevron button in the sidebar.
fixes: #3276
Renamed Collapse sidebar to Shrink sidebar as the i18n support for Collapse Sidebar was there with a block 'S' but not the same for Expand Sidebar. Attached a screenshot of the translation.json for more context:

This is why some tests expecting Collapse Sidebar are failing as well.