-
- Downloads
Merge branch 'responsive-sidebar' into 'master'
Responsive sidebar fixes This fixes two major issues with the responsive sidebar 1. Overlapping content by the label: The label and sidebar is now always on the right side of the screen. This makes it always easy to find (better UX) and prevents it from overlapping most content. Additionally, on xs screens, instead of the side-attached label, for some pages it will show an extra button in the head instead of a buttons that overlaps. 2. Pop up of sidebar on changing pages.
No related branches found
No related tags found
Showing
- app/assets/javascripts/sidebar.js.coffee 0 additions, 5 deletionsapp/assets/javascripts/sidebar.js.coffee
- app/assets/stylesheets/generic/sidebar.scss 16 additions, 19 deletionsapp/assets/stylesheets/generic/sidebar.scss
- app/views/dashboard/issues.html.haml 2 additions, 2 deletionsapp/views/dashboard/issues.html.haml
- app/views/dashboard/merge_requests.html.haml 2 additions, 2 deletionsapp/views/dashboard/merge_requests.html.haml
- app/views/dashboard/show.html.haml 1 addition, 1 deletionapp/views/dashboard/show.html.haml
- app/views/groups/issues.html.haml 2 additions, 2 deletionsapp/views/groups/issues.html.haml
- app/views/groups/merge_requests.html.haml 2 additions, 2 deletionsapp/views/groups/merge_requests.html.haml
- app/views/projects/issues/_head.html.haml 7 additions, 0 deletionsapp/views/projects/issues/_head.html.haml
- app/views/projects/issues/index.html.haml 2 additions, 2 deletionsapp/views/projects/issues/index.html.haml
- app/views/projects/merge_requests/index.html.haml 2 additions, 2 deletionsapp/views/projects/merge_requests/index.html.haml
- app/views/projects/milestones/index.html.haml 2 additions, 2 deletionsapp/views/projects/milestones/index.html.haml
Loading
Please register or sign in to comment