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
2018-06-15Fix dropdown from project welcome page moving out of the screenJose
2018-04-23Fix explore groups landing toggleClement Ho
2018-04-20Add .nav.nav-tabs to nav-linksClement Ho
2018-04-17Fix dropdownsClement Ho
2018-01-23Added dispatcher imports for groups webpack bundlePhil Hughes
2017-12-07Resolve "Display member role per project"Mike Greiling
2017-10-04Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya
2017-07-07fixed breadcrumb titlesPhil Hughes
2017-07-06improvements to breadcrumb titles, links & nestingPhil Hughes
2017-05-02Better Explore Groups viewLuke "Jared" Bennett
2017-03-26Remove Tags filter from Projects Explore dropdownStan Hu
Problems: 1. It's huge. 2. It's loaded on page load, which makes the page take 13 seconds. 3. It has a terrible UX. Closes #28992
2017-03-16Fixed duplicate pagination on explore#groupsPhil Hughes
Closes #29531
2017-03-03Refactor projects filtering by nameDmitriy Zaporozhets
Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-02Update JS to use new standardsFilipa Lacerda
2017-03-01Add filter and sorting to dashboard groups pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-15Add active_when helperSemyon Pupkov
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-15Shift emojis and icons styles into frameworkAnnabel Dunstone Gray
2016-12-10conditionally display assoc project info in snippets indexMike Greiling
2016-12-10move new snippet button to main snippet navigation blockMike Greiling
2016-11-29Update some more sort/filter dropdownsDavid Wagner
Apart from Issues and Merge Requests pages, there are other sort/filter dropdowns that needed updating. Signed-off-by: David Wagner <david@marvid.fr>
2016-10-06Replace bootstrap caret with fontawesome caretClement Ho
2016-09-29right-align dropdown menus to prevent horizontal page overflowMike Greiling
2016-09-18Added full-width new snippet button on mobile and corrected capitalizationLuke Bennett
Altered specs that click capitalised New Snippet button Applied review feedback missed in Changes `.no-comment` `opactiy: 0.5` to `opacity: .5` Added `.btn-wide-on-xs` and applied to snippet buttons
2016-08-25Fix groups sort dropdown alignmentClement Ho
2016-07-08Update New Snippet buttons.Connor Shea
No longer shows New Snippet button to users who aren't able to create a new snippet in the given context. Also removes the plus icon from the New Snippet buttons, as they're no longer used in other creation buttons. Fixes #14595.
2016-05-05Start builds redesignAnnabel Dunstone
2016-03-04Make projects sort dropdown shared so it can be reused for other pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-04Add option to show archived projects on dahsboardDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-04Updated dropdown CSSPhil Hughes
This is a start on #3279 by updating the CSS for the dropdown menu. This doesnt include any CSS for the title bar or filter field
2016-03-03Use helper for font-awesome iconsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-03Improve UI for explore projects pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-03Refactor projects listDmitriy Zaporozhets
1. Fix double bottom border if pagination 2. Fix broken search on forks page 4. Remove duplicate js logic 4. Remove unused show all link 5. Remove duplicate “no project” message in different views After this merge request you can easily render shared projects template with all necessary html/js included to make searchable list with pagination. All you need to provide is controller that returns projects list with seach nad pagination and render html form with project-filter-form id and text field with filter_projects name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-10Cleanup to use one selectorJosh Frye
2016-02-09Fix explore filter. Fixes #13182Josh Frye
2016-02-05Fix double pagingJosh Frye
2016-02-04Implement changes from MR feedbackJosh Frye
2016-02-04Various filter fixesJosh Frye
2016-02-04Paginate + ajax filter dashboard projectsJosh Frye
2016-02-03Add sort dropdown to dashboard projects pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-28Removed sorted text from dropdownsPhil Hughes
Closes #12796
2015-12-24Fix explore projects page UIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-03Fixed invalid link on starred projects dashboard.Anton Baklanov
Fixes #3468
2015-12-02Don't use success state for explore projects search buttonDouwe Maan
2015-10-18Update style of snippets pagesDouwe Maan
2015-10-12Add spellcheck=false to certain input fieldsValery Sizov
2015-09-08Clean up overlap between dashboard and explore.Douwe Maan
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
2015-09-03Set page title based on content in dashboard areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03Improve explore proojects pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-03Improve starred and trending pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>