Gitlab Community Edition Instance

Skip to content

[frontend] UI: Fixed layout of minified sidebar

Jan Lenke requested to merge jan.lenke/grady:sidebar-mini-buttons-fix into master
  • Changed Dark Mode and Feedback buttons to be visible in minified sidebar since the text overflow of the dark mode switch bothered me too much

  • Fixed a bug where exam information in the sidebar of the student layout would not correctly disappear if minified, since the relevant UI state variable was UI.state.sideBarCollapsed not UI.state.mini (which doesn't exist)

Current look:

Normal sidebar:

Bildschirmfoto_von_2021-01-15_04-13-11

Minified sidebar:

Bildschirmfoto_von_2021-01-15_04-13-07

New look:

Normal sidebar without dark mode:

Bildschirmfoto_von_2021-01-15_04-12-33

Minified sidebar without dark mode:

Bildschirmfoto_von_2021-01-15_04-12-44

Normal sidebar with dark mode:

Bildschirmfoto_von_2021-01-15_04-12-52

Minified sidebar with dark mode:

Bildschirmfoto_von_2021-01-15_04-13-00

Edited by Jan Lenke

Merge request reports