Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Commits
ad6399b1
Commit
ad6399b1
authored
10 months ago
by
Anders Høvik
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Change margin to fix footer
parent
c87f713b
No related branches found
No related tags found
1 merge request
!49
Fix/edit footer
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/stores/UserStore.ts
+1
-1
1 addition, 1 deletion
src/stores/UserStore.ts
src/views/BasePageView.vue
+4
-4
4 additions, 4 deletions
src/views/BasePageView.vue
src/views/Settings/SettingsSecurityView.vue
+9
-3
9 additions, 3 deletions
src/views/Settings/SettingsSecurityView.vue
with
14 additions
and
8 deletions
src/stores/UserStore.ts
+
1
−
1
View file @
ad6399b1
...
...
@@ -36,7 +36,7 @@ export type UserStoreInfo = {
accessToken
?:
string
;
role
?:
string
;
};
//todo Fix if there is time
export
const
useUserInfoStore
=
defineStore
(
'
UserInfoStore
'
,
{
state
:
()
=>
({
email
:
''
,
...
...
This diff is collapsed.
Click to expand it.
src/views/BasePageView.vue
+
4
−
4
View file @
ad6399b1
...
...
@@ -8,14 +8,14 @@ import FooterAlternative from "@/components/BaseComponents/FooterAlternative.vue
<
template
>
<Menu></Menu>
<div
style=
"display: flex; flex-direction: row;"
>
<!--
<div
style=
"display: flex; flex-direction: row;"
>
<img
v-for=
"item in 7"
src=
"@/assets/coca.webp"
style=
"width: 100%; height: 100px; margin: 5px; border-radius: 1rem;"
alt=
"picture"
>
</div>
</div>
-->
<div>
<RouterView
/>
</div>
<div
style=
"display: flex; flex-direction: row;"
>
<!--
<div
style=
"display: flex; flex-direction: row;"
>
<img
v-for=
"item in 7"
src=
"@/assets/coca.webp"
style=
"width: 100%; height: 100px; margin: 5px; border-radius: 1rem;"
alt=
"picture"
>
</div>
</div>
-->
<FooterAlternative></FooterAlternative>
</
template
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/views/Settings/SettingsSecurityView.vue
+
9
−
3
View file @
ad6399b1
...
...
@@ -6,12 +6,18 @@
<div
class=
"form-group"
>
<label
class=
"d-block"
>
Change Password
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Enter your old password"
>
<input
type=
"text"
class=
"form-control mt-
1
"
placeholder=
"New password"
>
<input
type=
"text"
class=
"form-control mt-
1
"
placeholder=
"Confirm new password"
>
<input
type=
"text"
class=
"form-control mt-
3
"
placeholder=
"New password"
>
<input
type=
"text"
class=
"form-control mt-
3 mb-2
"
placeholder=
"Confirm new password"
>
</div>
<button
type=
"button"
class=
"btn btn-primary"
>
Update Password
</button>
<button
type=
"reset"
class=
"btn btn-light"
>
Reset Changes
</button>
</form>
<hr>
</div>
</
template
>
\ No newline at end of file
</
template
>
<
script
setup
lang=
"ts"
>
</
script
>
<
style
scoped
>
</
style
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment