Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
idatt2106_2024_03_frontend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Scrum_Team_3
idatt2106_2024_03_frontend
Merge requests
!84
Milestone path improvements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Milestone path improvements
milestonePathImprovements
into
master
Overview
0
Commits
2
Pipelines
1
Changes
11
Merged
Sverre Frogner Haugen
requested to merge
milestonePathImprovements
into
master
10 months ago
Overview
0
Commits
2
Pipelines
1
Changes
11
Expand
0
0
Merge request reports
Viewing commit
eae97b37
Prev
Next
Show latest version
11 files
+
340
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
eae97b37
Updated milestone path with user requests from user test feedback
· eae97b37
Sverre Frogner Haugen
authored
10 months ago
src/components/MilestonePath/DirectTransfer.vue
+
1
−
0
Options
@@ -7,6 +7,7 @@ const emits = defineEmits(['transfer-value']);
function
transfer
()
{
emits
(
'
transfer-value
'
,
transferValue
.
value
);
transferValue
.
value
=
0
;
}
</
script
>
Loading