Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
1
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
idatt2106-2024-07
frontend
Merge requests
!98
style: Changing position
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
style: Changing position
ProfileStats
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Viktor Gunnar Grevskott
requested to merge
ProfileStats
into
main
10 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
91852c5d
1 commit,
10 months ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/components/UserProfile/MyProfile.vue
+
3
−
3
Options
@@ -156,13 +156,13 @@ const toUpdateUserSettings = () => {
</div>
<h1
data-cy=
"firstname"
style=
"display: flex; align-items: end; margin-bottom: 20px;"
>
{{
firstname
}}
{{
lastname
}}
</h1>
</div>
<div
class=
"d-flex align-items-end text-white my-3"
>
<div
class=
"d-flex align-items-end text-white my-3
mx-5
"
>
<div
class=
"d-flex align-items-center flex-column"
>
<p
class=
"mb-1 h2 d-flex flex-column align-items-center"
data-cy=
"points"
>
{{
points
}}
<img
src=
"@/assets/items/pigcoin.png"
style=
"width:
6
0px; height:
6
0px"
></p>
<p
class=
"mb-1 h2 d-flex flex-column align-items-center"
data-cy=
"points"
>
{{
points
}}
<img
src=
"@/assets/items/pigcoin.png"
style=
"width:
8
0px; height:
8
0px"
></p>
<p
class=
"small text-white mb-0"
>
Poeng
</p>
</div>
<div
class=
"d-flex align-items-center flex-column px-3"
>
<p
class=
"mb-1 h2 d-flex flex-column align-items-center"
data-cy=
"streak"
>
{{
streak
}}
<img
src=
"@/assets/icons/fire.png"
style=
"width:
6
0px; height:
6
0px"
></p>
<p
class=
"mb-1 h2 d-flex flex-column align-items-center"
data-cy=
"streak"
>
{{
streak
}}
<img
src=
"@/assets/icons/fire.png"
style=
"width:
8
0px; height:
8
0px"
></p>
<p
class=
"small text-white mb-0"
>
Streak
</p>
</div>
</div>
Loading