summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
Commit message (Collapse)AuthorAgeFilesLines
* New style for close buttons17756-close-btnAnnabel Dunstone2016-05-312-2/+18
|
* Fix bug where fade div covers up controls buttonscroll-links-bugAnnabel Dunstone2016-05-261-0/+21
|
* Improved mobile stylingcommit-header-buttonsPhil Hughes2016-05-261-0/+20
|
* Reduced number of buttons in commit headerPhil Hughes2016-05-262-5/+1
| | | | Closes #17576
* Merge branch 'updated-contrib-calendar' into 'master' Jacob Schatz2016-05-253-56/+23
|\ | | | | | | | | | | | | | | | | | | | | POC: Updated contrib calendar In an effort to cut down the JS file size - i've removed the heatmap calendar used for the contributing calendar on users profiles. We already have d3 on the page so why not use it instead of using a library which uses it? ![Screen_Shot_2016-04-27_at_11.08.41](/uploads/64c40f0c766f800fd0e33ac8be7f9644/Screen_Shot_2016-04-27_at_11.08.41.png) cc. @jschatz1 See merge request !3944
| * Updated spacing of the calendarPhil Hughes2016-05-161-0/+3
| |
| * Fixed issue with selected date not loading correctlyPhil Hughes2016-05-161-14/+2
| | | | | | | | Added loading icon to selected date box
| * Group the contributing calendar by dayPhil Hughes2016-05-163-65/+11
| | | | | | | | This aligns the boxes correctly with the day on the left side of the calendar
| * Updated contrib map away from cal heat mapPhil Hughes2016-05-161-0/+30
| |
* | Change to xs breakpoint, layout_nav updatesAnnabel Dunstone2016-05-251-3/+2
| |
* | Add fade out to sub navAnnabel Dunstone2016-05-251-14/+36
| |
* | Add fade to project nav; fix bug with controlsAnnabel Dunstone2016-05-251-8/+14
| |
* | Refactor nav links cssAnnabel Dunstone2016-05-251-15/+8
| |
* | Add fade out to left side of layout nav; remove dropdown nav helper; remove ↵Annabel Dunstone2016-05-251-35/+29
| | | | | | | | controls button from mobile
* | Fix coffeescript; remove fade out div so area is clickable; remove scrollbar ↵Annabel Dunstone2016-05-251-0/+2
| | | | | | | | on chrome
* | Move fade out divAnnabel Dunstone2016-05-251-2/+2
| |
* | Remove arrows from mobile scroll fade outAnnabel Dunstone2016-05-252-14/+22
| |
* | Start scrolling tabs designAnnabel Dunstone2016-05-251-0/+29
| |
* | New confirmation email :fire:Robert Speicher2016-05-251-0/+134
| |
* | Merge branch 'improve-pipeline-design' into 'master' Douwe Maan2016-05-253-10/+24
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve design of Pipeline view ## What does this MR do? Improves current design of Pipelines view when there is multiple stages. This makes the statuses clickable and makes the view more compact. ## Screenshots (if relevant) ![Screen_Shot_2016-05-21_at_01.20.40](/uploads/dd031b7af7005c7a61f3165fefa8b7c9/Screen_Shot_2016-05-21_at_01.20.40.png) cc @DouweM @markpundsack @rspeicher @marin See merge request !4230
| * | Remove icons from tables; remove timestamp from pipelines, remove info block ↵Annabel Dunstone2016-05-243-8/+2
| | | | | | | | | | | | at top of pipelines
| * | Increase max-width of stage cellsAnnabel Dunstone2016-05-241-1/+1
| | |
| * | Merge branch 'master' into improve-pipeline-designKamil Trzcinski2016-05-238-54/+159
| |\ \
| * | | Improve design of Pipeline viewKamil Trzcinski2016-05-211-3/+23
| | | |
* | | | Merge branch 'closed-by-alignment' into 'master' Jacob Schatz2016-05-251-5/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related merge request text alignment Fixed the alignment of the text 'When this merge request is accepted...' on issues page ![Screen_Shot_2016-05-23_at_14.59.48](/uploads/5d2f4be94108364a9d004169a6825a9e/Screen_Shot_2016-05-23_at_14.59.48.png) See merge request !4251
| * | | | Related merge request text alignmentclosed-by-alignmentPhil Hughes2016-05-231-5/+0
| | | | |
* | | | | Merge branch 'issue-filter-name-options' into 'master' Jacob Schatz2016-05-252-6/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issuable filtering improvements This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both. Fixes #4252 Fixed issue with not being able to filter and sort issues without refreshing the page. Fixes #15269 See merge request !3699
| * | | | | Issuable filtering improvementsPhil Hughes2016-05-162-6/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both.
* | | | | Merge branch 'layout-nav-zindex' into 'master' Jacob Schatz2016-05-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increased zindex of layout nav This fixes issues where group inputs would be above the dropdown in the nav ![Screen_Shot_2016-05-17_at_10.14.18](/uploads/08e4a43922051c28377ae6f34725ccc6/Screen_Shot_2016-05-17_at_10.14.18.png) Closes #17524 See merge request !4176
| * | | | | Increased zindex of layout navlayout-nav-zindexPhil Hughes2016-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes issues where group inputs would be above the dropdown in the nav Closes #17524
* | | | | | Move todo target state to the top and fix styles on mobileAlfredo Sumaran2016-05-251-2/+4
| | | | | |
* | | | | | Add target statusAlfredo Sumaran2016-05-251-0/+8
|/ / / / /
* | | | | Merge branch 'snippets-ui' into 'master' Jacob Schatz2016-05-243-14/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated snippets UI ![Screen_Shot_2016-05-18_at_14.11.54](/uploads/2544351e50f19a36c4ba9a7a92d5544b/Screen_Shot_2016-05-18_at_14.11.54.png) Closes #14328 See merge request !4194
| * | | | | Updated snippets UIPhil Hughes2016-05-183-14/+49
| | | | | | | | | | | | | | | | | | | | | | | | Closes #14328
* | | | | | Merge branch 'project-settings' into 'master' Jacob Schatz2016-05-243-9/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project settings UI update ![Screen_Shot_2016-05-16_at_16.42.55](/uploads/2e308cbf26a002fc411c3e84b663a5d1/Screen_Shot_2016-05-16_at_16.42.55.png)![Screen_Shot_2016-05-16_at_16.43.01](/uploads/8d983c43307c65852efe002f6e9482d9/Screen_Shot_2016-05-16_at_16.43.01.png)![Screen_Shot_2016-05-16_at_16.43.16](/uploads/6124e0600cc0e5b309a60b065409d537/Screen_Shot_2016-05-16_at_16.43.16.png)![Screen_Shot_2016-05-16_at_16.43.13](/uploads/177976c2c08034e096e7ebdcad1f369f/Screen_Shot_2016-05-16_at_16.43.13.png) See merge request !4162
| * | | | | Project settings UI updatePhil Hughes2016-05-203-9/+9
| | | | | |
* | | | | | Merge branch 'master' into project-navigation-redesignDmitriy Zaporozhets2016-05-2314-28/+165
|\ \ \ \ \ \
| * | | | | | Added remove due date buttonPhil Hughes2016-05-231-0/+4
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | In the sidebar when there is a due date, a link to remove due date becomes visible Closes #17392
| * | | | | Merge branch 'dz-fix-fork-counter' into 'master' Jacob Schatz2016-05-211-1/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix fork counter ui bug for safari ## What does this MR do? Fixes UI bug on safari when fork button has blue arrow ## Screenshots ![Screenshot_2016-05-19_22.10.21](/uploads/d923d8fc6bc12ee8f7052390bd5d7c51/Screenshot_2016-05-19_22.10.21.png)![Screenshot_2016-05-19_22.09.38](/uploads/130eb8b4a09b2ba5b7c5a83fed543dbf/Screenshot_2016-05-19_22.09.38.png) See merge request !4221
| | * | | | | Fix fork counter ui bug for safaridz-fix-fork-counterDmitriy Zaporozhets2016-05-191-1/+5
| | |/ / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Merge branch 'issuable-new-due-date' into 'master' Jacob Schatz2016-05-211-4/+4
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issuable form due date For some reason, this was never in the original merge request for due date? ![Screen_Shot_2016-04-22_at_21.49.44](/uploads/7d4e2b07f75a33009e3170fdb076a4bd/Screen_Shot_2016-04-22_at_21.49.44.png) Closes #15516 See merge request !3895
| | * | | | Added due date calendar to new issue formPhil Hughes2016-05-161-4/+4
| | | |_|/ | | |/| | | | | | | | | | | | Closes #15516
| * | | | Merge branch 'zj-gitignore-dropdown'Douwe Maan2016-05-201-3/+18
| |\ \ \ \
| | * | | | Dropdown implementationAlfredo Sumaran2016-05-201-1/+1
| | | | | |
| | * | | | First import of gitignoresZeger-Jan van de Weg2016-05-201-3/+18
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
| * | | | Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-203-16/+9
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | # Conflicts: # app/services/system_note_service.rb
| | * | | Reuse existing SCSS variablesadambutler/gitlab-ce-feature/support-diff-of-issue-title-renameRémy Coutable2016-05-182-4/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| | * | | Create DiffFilter and change SystemNoteService#change_title to use ↵Adam Butler2016-05-183-16/+11
| | | | | | | | | | | | | | | | | | | | Gitlab::Diff::InlineDiff
| * | | | Merge branch '17464-backport-email-syntax-highlighting' into 'master' Douwe Maan2016-05-191-0/+43
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax-highlight diffs in push emails ![image](/uploads/8ecbabc65382214b8de63aae24f66cea/image.png) Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 See merge request !4147
| | * | | | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-0/+43
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151