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
Léo-Paul Géneau
gitlab-ce
Commits
24e290e1
Commit
24e290e1
authored
May 02, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move TimeTrackingNoTrackingPane vue component
parent
b8a84830
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
12 deletions
+20
-12
app/assets/javascripts/sidebar/components/time_tracking/no_tracking_pane.js
...ipts/sidebar/components/time_tracking/no_tracking_pane.js
+0
-10
app/assets/javascripts/sidebar/components/time_tracking/no_tracking_pane.vue
...pts/sidebar/components/time_tracking/no_tracking_pane.vue
+13
-0
app/assets/javascripts/sidebar/components/time_tracking/time_tracker.vue
...scripts/sidebar/components/time_tracking/time_tracker.vue
+2
-2
changelogs/unreleased/refactor-move-no-tracking-pane-vue-component.yml
...released/refactor-move-no-tracking-pane-vue-component.yml
+5
-0
No files found.
app/assets/javascripts/sidebar/components/time_tracking/no_tracking_pane.js
deleted
100644 → 0
View file @
b8a84830
export
default
{
name
:
'
time-tracking-no-tracking-pane
'
,
template
:
`
<div class="time-tracking-no-tracking-pane">
<span class="no-value">
{{ __('No estimate or time spent') }}
</span>
</div>
`
,
};
app/assets/javascripts/sidebar/components/time_tracking/no_tracking_pane.vue
0 → 100644
View file @
24e290e1
<
script
>
export
default
{
name
:
'
TimeTrackingNoTrackingPane
'
,
};
</
script
>
<
template
>
<div
class=
"time-tracking-no-tracking-pane"
>
<span
class=
"no-value"
>
{{
__
(
'
No estimate or time spent
'
)
}}
</span>
</div>
</
template
>
app/assets/javascripts/sidebar/components/time_tracking/time_tracker.vue
View file @
24e290e1
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
import
TimeTrackingHelpState
from
'
./help_state.vue
'
;
import
TimeTrackingHelpState
from
'
./help_state.vue
'
;
import
TimeTrackingCollapsedState
from
'
./collapsed_state.vue
'
;
import
TimeTrackingCollapsedState
from
'
./collapsed_state.vue
'
;
import
timeTrackingSpentOnlyPane
from
'
./spent_only_pane
'
;
import
timeTrackingSpentOnlyPane
from
'
./spent_only_pane
'
;
import
timeTrackingNoTrackingPane
from
'
./no_tracking_pan
e
'
;
import
TimeTrackingNoTrackingPane
from
'
./no_tracking_pane.vu
e
'
;
import
TimeTrackingEstimateOnlyPane
from
'
./estimate_only_pane.vue
'
;
import
TimeTrackingEstimateOnlyPane
from
'
./estimate_only_pane.vue
'
;
import
TimeTrackingComparisonPane
from
'
./comparison_pane.vue
'
;
import
TimeTrackingComparisonPane
from
'
./comparison_pane.vue
'
;
...
@@ -14,7 +14,7 @@ export default {
...
@@ -14,7 +14,7 @@ export default {
TimeTrackingCollapsedState
,
TimeTrackingCollapsedState
,
TimeTrackingEstimateOnlyPane
,
TimeTrackingEstimateOnlyPane
,
'
time-tracking-spent-only-pane
'
:
timeTrackingSpentOnlyPane
,
'
time-tracking-spent-only-pane
'
:
timeTrackingSpentOnlyPane
,
'
time-tracking-no-tracking-pane
'
:
t
imeTrackingNoTrackingPane
,
T
imeTrackingNoTrackingPane
,
TimeTrackingComparisonPane
,
TimeTrackingComparisonPane
,
TimeTrackingHelpState
,
TimeTrackingHelpState
,
},
},
...
...
changelogs/unreleased/refactor-move-no-tracking-pane-vue-component.yml
0 → 100644
View file @
24e290e1
---
title
:
Move TimeTrackingNoTrackingPane vue component
merge_request
:
18676
author
:
George Tsiolis
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