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
3f204b55
Commit
3f204b55
authored
Apr 11, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move TimeTrackingEstimateOnlyPane vue component
parent
174950b6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
2 deletions
+27
-2
app/assets/javascripts/sidebar/components/time_tracking/estimate_only_pane.vue
...s/sidebar/components/time_tracking/estimate_only_pane.vue
+20
-0
app/assets/javascripts/sidebar/components/time_tracking/time_tracker.vue
...scripts/sidebar/components/time_tracking/time_tracker.vue
+2
-2
changelogs/unreleased/move-estimate-only-pane-vue-component.yml
...logs/unreleased/move-estimate-only-pane-vue-component.yml
+5
-0
No files found.
app/assets/javascripts/sidebar/components/time_tracking/estimate_only_pane.
js
→
app/assets/javascripts/sidebar/components/time_tracking/estimate_only_pane.
vue
View file @
3f204b55
<
script
>
export
default
{
name
:
'
time-tracking-estimate-only-p
ane
'
,
name
:
'
TimeTrackingEstimateOnlyP
ane
'
,
props
:
{
timeEstimateHumanReadable
:
{
type
:
String
,
required
:
true
,
},
},
template
:
`
};
</
script
>
<
template
>
<div
class=
"time-tracking-estimate-only-pane"
>
<span
class=
"bold"
>
{{
s__
(
'
TimeTracking|Estimated:
'
)
}}
</span>
{{
timeEstimateHumanReadable
}}
</div>
`
,
};
</
template
>
app/assets/javascripts/sidebar/components/time_tracking/time_tracker.vue
View file @
3f204b55
...
...
@@ -3,7 +3,7 @@ import timeTrackingHelpState from './help_state';
import
TimeTrackingCollapsedState
from
'
./collapsed_state.vue
'
;
import
timeTrackingSpentOnlyPane
from
'
./spent_only_pane
'
;
import
timeTrackingNoTrackingPane
from
'
./no_tracking_pane
'
;
import
timeTrackingEstimateOnlyPane
from
'
./estimate_only_pan
e
'
;
import
TimeTrackingEstimateOnlyPane
from
'
./estimate_only_pane.vu
e
'
;
import
TimeTrackingComparisonPane
from
'
./comparison_pane.vue
'
;
import
eventHub
from
'
../../event_hub
'
;
...
...
@@ -12,7 +12,7 @@ export default {
name
:
'
IssuableTimeTracker
'
,
components
:
{
TimeTrackingCollapsedState
,
'
time-tracking-estimate-only-pane
'
:
t
imeTrackingEstimateOnlyPane
,
T
imeTrackingEstimateOnlyPane
,
'
time-tracking-spent-only-pane
'
:
timeTrackingSpentOnlyPane
,
'
time-tracking-no-tracking-pane
'
:
timeTrackingNoTrackingPane
,
TimeTrackingComparisonPane
,
...
...
changelogs/unreleased/move-estimate-only-pane-vue-component.yml
0 → 100644
View file @
3f204b55
---
title
:
Move TimeTrackingEstimateOnlyPane vue component
merge_request
:
18318
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