Commit Graph

46 Commits

Author SHA1 Message Date
GitLab Bot f3b2c53677 Add latest changes from gitlab-org/gitlab@master 2023-12-19 00:18:32 +00:00
GitLab Bot 62866a623e Add latest changes from gitlab-org/gitlab@master 2023-10-25 18:15:16 +00:00
GitLab Bot b27ec7e464 Add latest changes from gitlab-org/gitlab@master 2023-09-28 21:10:21 +00:00
GitLab Bot 0e2a219d6a Add latest changes from gitlab-org/gitlab@master 2023-07-28 21:10:46 +00:00
GitLab Bot b4d5fdae42 Add latest changes from gitlab-org/gitlab@master 2023-03-13 12:15:42 +00:00
GitLab Bot 0d55697d64 Add latest changes from gitlab-org/gitlab@master 2022-12-13 15:07:56 +00:00
GitLab Bot 61666f277a Add latest changes from gitlab-org/gitlab@master 2022-12-01 21:08:18 +00:00
GitLab Bot 64667f74b1 Add latest changes from gitlab-org/gitlab@master 2022-09-01 21:10:22 +00:00
GitLab Bot 7150920cea Add latest changes from gitlab-org/gitlab@master 2022-03-04 12:13:07 +00:00
GitLab Bot 926711e454 Add latest changes from gitlab-org/gitlab@master 2021-06-02 00:09:56 +00:00
GitLab Bot 93c27b216a Add latest changes from gitlab-org/gitlab@master 2021-03-16 06:09:57 +00:00
GitLab Bot 7ea5ca0bb5 Add latest changes from gitlab-org/gitlab@master 2020-11-18 18:09:08 +00:00
GitLab Bot 8a902a9508 Add latest changes from gitlab-org/gitlab@master 2020-10-22 03:08:25 +00:00
GitLab Bot a87ae2e97e Add latest changes from gitlab-org/gitlab@master 2020-10-07 21:08:21 +00:00
GitLab Bot 28811a419e Add latest changes from gitlab-org/gitlab@master 2020-09-17 00:09:34 +00:00
GitLab Bot cf24d183b3 Add latest changes from gitlab-org/gitlab@master 2020-09-07 15:09:04 +00:00
GitLab Bot b922b2f47a Add latest changes from gitlab-org/gitlab@master 2020-07-03 12:08:53 +00:00
Annabel Dunstone Gray 41b77136ee Revert "Merge branch '61145-fix-button-dimensions' into 'master'"
This reverts merge request !28545
2019-07-16 16:03:29 +00:00
Scott Hampton d97032ca0a Bring buttons style up to design spec
This is a CSS effort only.

Fixes the padding of the buttons to be `8px 12px`
(including border) so that the button height is
32px.

Also adjusts the border width for all buttons when
the state is `hover`, `focus`, or `active to be 2px
thick instead of 1px thick. This is accomplished
through an inset box-shadow as not to increase
the size of the button.

Fixes some colors for primary and tertiary buttons.
2019-07-11 10:06:09 +00:00
Walmyr 8769eef340 Backport of EE changes from MR 13763
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
2019-06-14 05:07:29 +00:00
Yorick Peterse 9cebc1f827
Backport some EE helper changes
This backports some EE changes made to DropdownsHelper and
SelectsHelper. These changes can not easily be moved into an EE specific
module, as doing so would require reimplementing all modified methods.
Since there is no harm in including these changes in CE directly, we
just backport them.
2018-12-06 17:08:12 +01:00
gfyoung 1993a4449a Enable frozen string for app/helpers/**/*.rb
Partially addresses #47424.
2018-09-06 17:33:46 -07:00
James Edwards-Jones 9904ac8129 Backports EE changes from disabling branch unprotect UI 2018-04-25 22:02:41 +01:00
Eric Eastwood 90c60138db Move "Move to different project" to sidebar
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-09-03 22:03:17 -05:00
Jacob Schatz 0c560cbbf5 Updates dropdown to update branch in commit section. 2017-07-28 19:33:56 -04:00
Jacob Schatz 3909c6c06c Adds new ruby help for dropdowns for branches 2017-07-28 13:36:07 -04:00
Rémy Coutable 4cfa5ce4a9
Enable the Style/PreferredHashMethods cop
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-02 19:11:26 +02:00
Eric Eastwood b7ce488df5 Recent search history for issues
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27262
2017-04-06 10:25:54 -05:00
David Wagner b3ed4e0cf9 Homogenize dropdowns on Issue page
Make sort and filter dropdowns look the same and tweak their icon and
colors according to #24150.

Signed-off-by: David Wagner <david@marvid.fr>
2016-11-28 23:18:03 +01:00
Annabel Dunstone Gray 2cddbeee65 Unify dropdown button styles 2016-11-03 12:27:06 -05:00
Phil Hughes 47d8fb84d8 Uses the selected values from the controller not the params
Added tests for new merge requests from forked project & owned project
2016-07-20 10:48:02 +01:00
Phil Hughes 9a1feb65cc Fixed labels & milestones loading the wrong path 2016-07-20 10:48:02 +01:00
Phil Hughes 0a98608179 GL dropdown default toggle color 2016-07-20 10:48:02 +01:00
Alfredo Sumaran 338072cc4b Layout for Users Groups and Projects on admin area 2016-07-07 13:25:58 -05:00
Luke "Jared" Bennett 8a27e8bb04
Disabled native autocomplete for dropdown filter inputs 2016-06-28 17:19:59 +01:00
Phil Hughes d301791c2a Added tests 2016-06-09 17:13:51 +01:00
Jacob Schatz 8c1e3c77cd Add multi select stay open functionality 2016-03-25 08:10:25 -04:00
Phil Hughes 8d147219cd Added clear button to dropdown filter 2016-03-23 10:37:33 +00:00
Phil Hughes 0eecc21485 Updated controller with before_action
Fixed other issues based on feedback
2016-03-18 15:18:06 +00:00
Phil Hughes a9ea06ed29 Fixed ruby style errors 2016-03-10 13:54:54 +00:00
Phil Hughes 5cdac7614d Started page two for labels dropdown to allow creating new labels 2016-03-10 13:54:54 +00:00
Phil Hughes 8ca880c3b8 Correctly fitlers remotely 2016-03-10 13:54:54 +00:00
Phil Hughes d6e5ed8a97 Extra links in label filter dropdown fotoer 2016-03-10 13:54:54 +00:00
Phil Hughes 11b52e287b Applied new dropdowns to issue filters 2016-03-10 13:54:54 +00:00
Phil Hughes cae03f8b2b Custom ID & toggle class on dropdown 2016-03-10 13:54:54 +00:00
Phil Hughes 4407532911 GitLab dropdown JS 2016-03-10 13:54:54 +00:00