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
7822691f
Commit
7822691f
authored
Sep 04, 2020
by
Gilang Gumilar
Committed by
Enrique Alcántara
Sep 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate '.fa-spinner' to '.spinner' for 'app/views/shared/issuable'
parent
40692bde
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+2
-2
app/views/shared/issuable/_sidebar.html.haml
app/views/shared/issuable/_sidebar.html.haml
+1
-1
app/views/shared/issuable/_sidebar_todo.html.haml
app/views/shared/issuable/_sidebar_todo.html.haml
+1
-1
changelogs/unreleased/202590-migrate-spinner-for-app-views-shared-issuable.yml
.../202590-migrate-spinner-for-app-views-shared-issuable.yml
+5
-0
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
7822691f
...
...
@@ -919,12 +919,12 @@
}
.issuable-todo-btn
{
.
fa
-spinner
{
.
gl
-spinner
{
display
:
none
;
}
&
.is-loading
{
.
fa
-spinner
{
.
gl
-spinner
{
display
:
inline-block
;
}
...
...
app/views/shared/issuable/_sidebar.html.haml
View file @
7822691f
...
...
@@ -63,7 +63,7 @@
// Fallback while content is loading
.title.hide-collapsed
=
_
(
'Time tracking'
)
=
icon
(
'spinner spin'
,
'aria-hidden'
:
'true'
)
=
loading_icon
-
if
issuable_sidebar
.
has_key?
(
:due_date
)
.block.due_date
.sidebar-collapsed-icon.has-tooltip
{
data:
{
placement:
'left'
,
container:
'body'
,
html:
'true'
,
boundary:
'viewport'
},
title:
sidebar_due_date_tooltip_label
(
issuable_sidebar
[
:due_date
])
}
...
...
app/views/shared/issuable/_sidebar_todo.html.haml
View file @
7822691f
...
...
@@ -12,4 +12,4 @@
data:
todo_button_data
}
%span
.issuable-todo-inner.js-issuable-todo-inner
<
=
is_collapsed
?
button_icon
:
button_title
=
icon
(
'spin spinner'
,
'aria-hidden'
:
'true'
)
=
loading_icon
changelogs/unreleased/202590-migrate-spinner-for-app-views-shared-issuable.yml
0 → 100644
View file @
7822691f
---
title
:
Migrate '.fa-spinner' to '.spinner' for 'app/views/shared/issuable'
merge_request
:
41132
author
:
Gilang Gumilar
type
:
changed
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