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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
fe61d36c
Commit
fe61d36c
authored
Nov 02, 2018
by
Clement Ho
Committed by
Phil Hughes
Nov 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove gitlab-ui's progress bar from global
parent
f4023a69
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
app/assets/javascripts/commons/gitlab_ui.js
app/assets/javascripts/commons/gitlab_ui.js
+1
-2
app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.vue
...ipts/sidebar/components/time_tracking/comparison_pane.vue
+4
-0
changelogs/unreleased/gl-ui-progress-bar.yml
changelogs/unreleased/gl-ui-progress-bar.yml
+5
-0
No files found.
app/assets/javascripts/commons/gitlab_ui.js
View file @
fe61d36c
import
Vue
from
'
vue
'
;
import
{
Gl
ProgressBar
,
Gl
LoadingIcon
,
GlTooltipDirective
}
from
'
@gitlab-org/gitlab-ui
'
;
import
{
GlLoadingIcon
,
GlTooltipDirective
}
from
'
@gitlab-org/gitlab-ui
'
;
Vue
.
component
(
'
gl-progress-bar
'
,
GlProgressBar
);
Vue
.
component
(
'
gl-loading-icon
'
,
GlLoadingIcon
);
Vue
.
directive
(
'
gl-tooltip
'
,
GlTooltipDirective
);
app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.vue
View file @
fe61d36c
<
script
>
import
{
parseSeconds
,
stringifyTime
}
from
'
~/lib/utils/datetime_utility
'
;
import
tooltip
from
'
../../../vue_shared/directives/tooltip
'
;
import
{
GlProgressBar
}
from
'
@gitlab-org/gitlab-ui
'
;
export
default
{
name
:
'
TimeTrackingComparisonPane
'
,
components
:
{
GlProgressBar
,
},
directives
:
{
tooltip
,
},
...
...
changelogs/unreleased/gl-ui-progress-bar.yml
0 → 100644
View file @
fe61d36c
---
title
:
Remove gitlab-ui's progress bar from global
merge_request
:
author
:
type
:
performance
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