Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6c02975d
Commit
6c02975d
authored
Mar 24, 2021
by
Jeremy Elder
Committed by
Simon Knox
Mar 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Audit and update buttons on Groups::BoardsController#index
parent
211cccbe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
app/assets/javascripts/boards/components/board_add_new_column_trigger.vue
...cripts/boards/components/board_add_new_column_trigger.vue
+2
-2
app/assets/javascripts/boards/components/toggle_focus.vue
app/assets/javascripts/boards/components/toggle_focus.vue
+2
-1
changelogs/unreleased/273325-fy21q4-foundations-kr2-audit-and-update-buttons-on-groups-boardsco.yml
...tions-kr2-audit-and-update-buttons-on-groups-boardsco.yml
+5
-0
No files found.
app/assets/javascripts/boards/components/board_add_new_column_trigger.vue
View file @
6c02975d
...
...
@@ -13,9 +13,9 @@ export default {
</
script
>
<
template
>
<
span
class=
"gl-ml-3 gl-display-flex gl-align-items-center"
data-testid=
"boards-create-list"
>
<
div
class=
"gl-ml-3 gl-display-flex gl-align-items-center"
data-testid=
"boards-create-list"
>
<gl-button
variant=
"confirm"
@
click=
"setAddColumnFormVisibility(true)"
>
{{
__
(
'
Create list
'
)
}}
</gl-button>
</
span
>
</
div
>
</
template
>
app/assets/javascripts/boards/components/toggle_focus.vue
View file @
6c02975d
...
...
@@ -38,10 +38,11 @@ export default {
</
script
>
<
template
>
<div
class=
"board-extra-actions gl-ml-3 gl-display-flex gl-align-items-center"
>
<div
class=
"board-extra-actions gl-ml-3 gl-display-
none gl-md-display-
flex gl-align-items-center"
>
<gl-button
ref=
"toggleFocusModeButton"
v-gl-tooltip
category=
"tertiary"
:icon=
"isFullscreen ? 'minimize' : 'maximize'"
class=
"js-focus-mode-btn"
data-qa-selector=
"focus_mode_button"
...
...
changelogs/unreleased/273325-fy21q4-foundations-kr2-audit-and-update-buttons-on-groups-boardsco.yml
0 → 100644
View file @
6c02975d
---
title
:
Only display focus mode button at md+ breakpoint and make it the tertiary style
merge_request
:
57139
author
:
type
:
other
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment