Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-13Fix sidebar flyout navigationLuke Bennett
Show flyout nav for active item when collapsed.
2019-05-15Fix flyout nav on small viewportsLuke Bennett
Decouples sidebar collapsed style from behavior.
2019-04-05Dynamic vuln graph dimensionsFernando Arias
* Fix up graph resize logic if navbar is collapsed Add snapshot
2019-03-04Align nav-sidebar with design.gitlab.com docsEzekiel Kigbo
Updated nav-sidebar to reflect the documented behaviour from the design.gitlab.com docs: https://design.gitlab.com/regions/navigation#contextual-navigation Updated rspec tests to reflect the expected behaviour
2019-03-04Fix collapsing behaviour at 1200pxEzekiel Kigbo
2019-03-04Removed force toggle .nav-sidebar on any click eventEzekiel Kigbo
Added note describing expected behaviour
2019-03-04Added test for interacting with the nav-sidebar on smaller screensEzekiel Kigbo
Use mobile collapsing behaviour at width 1200px
2019-03-04Updated nav-sidebar to collapse on loadEzekiel Kigbo
Adds the collapsed mixin to the styling for .nav-sidebar ensuring the nav-sidebar is collapsed on load via media queries. Removes the need for an intermediate class to collapse the sidebar on mobile viewports Updated toggleCollapsedSidebar to check for desktop breakpoint
2019-03-04Added DESKTOP_BREAKPOINTS constantEzekiel Kigbo
Chore: ensure sidebar-expanded-mobile toggles Revert: toggleCollapseSidebar should not be called on xs breakpoints
2019-03-04Fixed navigation sidebar flashing open on page loadEzekiel
Adds the sidebar-collapsed-mobile class to the haml layouts and sets media queries to display the sidebar collapsed by default for sreen sizes greater than `sm` and less than `lg`
2019-01-16Fix contextual_sidebar function bindingPaul Slaughter
2019-01-15Optimization of setup of Main Nav Layout, Contextual Sidebar and Fly Out NavTim Zallmann
2018-11-27Replace `=== true` with `parseBoolean()`Winnie Hellmann
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-03-10require jQuery to be explicitly importedMike Greiling
2017-12-13Merge branch 'new-nav-tech-debt' into 'master'Phil Hughes
Remove page-with-new-nav class See merge request gitlab-org/gitlab-ce!15819
2017-12-09Rename page-with-sidebar to layout-pageAnnabel Dunstone Gray
2017-12-07Animate contextual sidebar; change class names for easier readabilityAnnabel Dunstone Gray
2017-10-21Rename new_sidebar in JSAnnabel Dunstone Gray