summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/labels.scss
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch 'increase-left-padding-of-filter-row-labels' into 'master'"Fatih Acet2016-12-271-1/+1
| | | This reverts merge request !8258
* Increase left padding of filter row labelsincrease-left-padding-of-filter-row-labelsLuke "Jared" Bennett2016-12-221-1/+1
|
* fixed scss linting issuerounded-labels-fixesDimitrie Hoekstra2016-12-161-1/+1
|
* Additional rounded label fixesDimitrie Hoekstra2016-12-161-1/+3
|
* added border-radius and padding to labels25518-uniquely-style-labelsDimitrie Hoekstra2016-12-131-1/+2
|
* Enable ColorVariable in scss-lintSam Rose2016-12-011-1/+1
|
* Allow users to subscribe to a group label at group or project levelDouglas Barbosa Alexandre2016-11-171-1/+9
|
* Use button instead of an icon to subscribe/unsubscribe to labelsDouglas Barbosa Alexandre2016-11-171-1/+1
|
* Disable subscribing to group-level labelsDouglas Barbosa Alexandre2016-10-191-0/+7
|
* Add label type to group and project labels listsDouglas Barbosa Alexandre2016-10-191-1/+15
|
* Remove scopes/types for labelsDouglas Barbosa Alexandre2016-10-191-9/+1
|
* List group labels on project labels pageDouglas Barbosa Alexandre2016-10-191-1/+9
|
* Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint23319-enable-trailingsemicolon-on-scss-lintClement Ho2016-10-141-0/+1
|
* Merge branch 'remove-redundant-mixins' into 'master' Annabel Dunstone Gray2016-10-101-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove redundant mixins ## What does this MR do? Removes the following redundant mixins ``` @mixin box-shadow($shadow) { box-shadow: $shadow; } @mixin border-radius($radius) { border-radius: $radius; } ``` ## Are there points in the code the reviewer needs to double check? Just need to make sure the refactor didn't break anything. Last time I did something like this, we faced an edge case where values `.5` would pass correctly in mixins but not when passed directly to the property. ## Why was this MR needed? * Reduces redundant code which leads to happier developers :smile: ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - Tests - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #22012 See merge request !6287
| * Remove redundant mixinsClement Ho2016-10-081-2/+2
| |
* | Truncate long labels with ellipsis in labels pagevictorwu4162016-10-061-0/+7
|/
* Remove suggested colors hover underlineClement Ho2016-09-021-0/+1
|
* Fix filter label tooltip HTML renderingClement Ho2016-08-041-0/+11
|
* Add margin to filter labels19708-label-selection-clutterAnnabel Dunstone2016-07-111-1/+7
|
* Added bottom padding to label color suggestion link18857-new-label-page-needs-work-on-mobileLuke "Jared" Bennett2016-06-221-0/+1
|
* Fixes labels view on mobile18854-prio-labels-on-mobileAlfredo Sumaran2016-06-201-2/+2
|
* Add handler icon to prioritized labelsissue_18575Alfredo Sumaran2016-06-151-0/+14
|
* Updated subscribe iconPhil Hughes2016-06-091-0/+16
|
* Updated labels UIPhil Hughes2016-06-091-56/+36
| | | | Closes #14227
* Darken the border between remove label and label namePhil Hughes2016-06-081-1/+1
|
* Updated designPhil Hughes2016-06-081-0/+17
|
* Sorting improvements and stylingAlfredo Sumaran2016-06-061-1/+20
|
* Prioritize labels functionalityAlfredo Sumaran2016-06-061-0/+12
|
* Merge branch 'subscribe-button-fix' into 'master' Jacob Schatz2016-04-141-1/+1
|\ | | | | | | | | | | | | | | | | Removed references to subscribe-button CSS class These were being blocked by adblocks Closes #15043 See merge request !3677
| * Removed references to subscribe-button CSS classPhil Hughes2016-04-121-1/+1
| | | | | | | | | | | | These were being blocked by adblocks Closes #15043
* | make milestone labels in labels tab similar to that of the labels pagemake_milestone_labels_tab_similar_to_labels_pageArinde Eniola2016-04-111-7/+18
|/
* apply some css changesredesign_labels_pageArinde Eniola2016-04-061-4/+1
|
* fix the failing tests and some changesArinde Eniola2016-04-061-4/+11
|
* finish up the design and add info to the changelogArinde Eniola2016-04-061-4/+7
|
* make the view responsive for extra small deviceArinde Eniola2016-04-061-0/+20
|
* set the width to the elementsArinde Eniola2016-04-061-2/+3
|
* change the subscribe, delete and edit buttons to iconsArinde Eniola2016-04-061-0/+30
|
* Adjusted alignment for the new label formPhil Hughes2016-03-231-8/+25
|
* Shows error messages when trying to create label in dropdown menulabel-dropdown-errorsPhil Hughes2016-03-221-0/+7
| | | | Closes #14495
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-2/+2
| | | | | | | 1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-0/+4
| | | | | | | | | | | | | | | | | | 1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue.
* Can create new label from dropdownPhil Hughes2016-03-101-1/+12
|
* Started page two for labels dropdown to allow creating new labelsPhil Hughes2016-03-101-0/+11
|
* Label description and Label rowTap2016-02-171-1/+1
| | | | | - Add label description - Show label row when filtering issues or merge requests by label
* Better name for pages css dirDmitriy Zaporozhets2015-03-061-0/+21