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
beab488d
Commit
beab488d
authored
Sep 03, 2020
by
Gilang Gumilar
Committed by
Rémy Coutable
Sep 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate '.fa-spinner' to '.spinner' for 'app/../note_header.vue'
parent
b8910e6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
app/assets/javascripts/notes/components/note_header.vue
app/assets/javascripts/notes/components/note_header.vue
+6
-6
changelogs/unreleased/202270-migrate-spinner-for-app-assets-javascripts-notes-components-note_h.yml
...er-for-app-assets-javascripts-notes-components-note_h.yml
+5
-0
No files found.
app/assets/javascripts/notes/components/note_header.vue
View file @
beab488d
<
script
>
/* eslint-disable vue/no-v-html */
import
{
mapActions
}
from
'
vuex
'
;
import
{
GlIcon
,
GlTooltipDirective
}
from
'
@gitlab/ui
'
;
import
{
GlIcon
,
Gl
LoadingIcon
,
Gl
TooltipDirective
}
from
'
@gitlab/ui
'
;
import
timeAgoTooltip
from
'
~/vue_shared/components/time_ago_tooltip.vue
'
;
export
default
{
...
...
@@ -10,6 +10,7 @@ export default {
GitlabTeamMemberBadge
:
()
=>
import
(
'
ee_component/vue_shared/components/user_avatar/badges/gitlab_team_member_badge.vue
'
),
GlIcon
,
GlLoadingIcon
,
},
directives
:
{
GlTooltip
:
GlTooltipDirective
,
...
...
@@ -195,13 +196,12 @@ export default {
class=
"gl-ml-1 gl-text-gray-700 align-middle"
/>
<slot
name=
"extra-controls"
></slot>
<
i
<
gl-loading-icon
v-if=
"showSpinner"
ref=
"spinner"
class=
"fa fa-spinner fa-spin editing-spinner"
:aria-label=
"__('Comment is being updated')"
aria-hidden=
"true"
></i>
class=
"editing-spinner"
:label=
"__('Comment is being updated')"
/>
</span>
</div>
</template>
changelogs/unreleased/202270-migrate-spinner-for-app-assets-javascripts-notes-components-note_h.yml
0 → 100644
View file @
beab488d
---
title
:
Migrate '.fa-spinner' to '.spinner' for 'app/assets/javascripts/notes/components/note_header.vue'
merge_request
:
41140
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