Conversation
5ba02ae to
f7ee52c
Compare
9774455 to
31ad0f3
Compare
There was a problem hiding this comment.
We have made the left menu span the whole height of the page this is why the new menu is really long on this page (Manage Plugins)
There was a problem hiding this comment.
Might still be an option to improve the UI test. I guess the main reason for this specific UI test might be to prove that the plugin update count is visible. That could also be simply checked with a text compare. I guess the menu itself should have it's own tests
There was a problem hiding this comment.
Search menu is no longer here since we transferred it on the left side menu
ca7e75a to
f28f840
Compare
There was a problem hiding this comment.
We also made the search results dropdown scrollable so that we do not get a very long search result dropdown
ec2e406 to
9cbdf21
Compare
c2268e1 to
7cf820f
Compare
|
|
||
| .pageWrap { | ||
| width: 100%; | ||
| width: calc(~'100% - @{_layout-pageWrap-margin}'); |
There was a problem hiding this comment.
Nice, I didn't know how to write a less variable inside a string 👍
| &.expanded, | ||
| &.active { | ||
| input { | ||
| background-color: @theme-color-background-contrast !important; |
There was a problem hiding this comment.
Even less !important than before 🎉
7cf820f to
549a67e
Compare
5fa093a to
7244f31
Compare
|
Converting this to draft for now since we will have to wait for Dark Mode to get into 5.x-dev first. |
3982d76 to
47d3d55
Compare
…e 'top_controls' and 'page' stack on top of each other beside left-menu
- changing UI of search bar based on spec - transferring the css that controls 'looks' into QuickAccess.vue
- update less files based on feedback - adding mobile css for our menu - fix screenshot issue - updating used variable colours to use theme colours - updating TagManager
2322d39 to
90027c0
Compare
- adding some hover and focus for the QuickAccess.vue - fixing 'f' shortcut by opening the menu - adding new theme variable for menu hovered so that we can still retain its #eff0f1 hover colour
d2a49e7 to
e8ee4de
Compare
|
Merged in #24399 |
Description
DEV-19960
We want to tweak our left menu so that it looks better.
We also wanted to move the search bar (QuickAccess) into the left menu instead of it inside our top_controls.
For this, we also changed the structure so that our left menu, is outside of the
pageelement and into its own so that we can make this move to the top, just under the main header (logo).Checklist
Review