Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boco-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
Container 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_2022_02
boco-frontend
Commits
5c5f635f
Commit
5c5f635f
authored
2 years ago
by
Håkon Eilertsen Røskaft
Browse files
Options
Downloads
Patches
Plain Diff
Improved some styling issues
parent
84ed3d90
No related branches found
Branches containing commit
No related tags found
1 merge request
!81
Renting
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/RentingComponents/ItemInfo.vue
+9
-14
9 additions, 14 deletions
src/components/RentingComponents/ItemInfo.vue
with
9 additions
and
14 deletions
src/components/RentingComponents/ItemInfo.vue
+
9
−
14
View file @
5c5f635f
...
...
@@ -34,24 +34,22 @@
</p>
</div>
</div>
<div>
<div
class=
"mt-4 space-y-6"
>
<p
class=
"text-sm text-gray-600"
>
{{
item
.
description
}}
</p>
</div>
</div>
<div
class=
"mt-4"
>
<h3
class=
"text-base font-base text-gray-900"
>
Ledige tidspunkter
</h3>
<div>
<p
class=
"text-sm text-gray-900"
>
(placeholder skal byttes ut med date-picker)
<DatepickerRange
@
value=
"setDate"
></DatepickerRange>
</p>
</div>
</div>
<div
class=
"mt-10"
>
<div
class=
"mt-4 space-y-6"
>
<p
class=
"text-sm text-gray-600"
>
{{
item
.
description
}}
</p>
</div>
</div>
<div
class=
"mt-6"
>
<div
class=
"mt-2"
>
<!-- Add in method for displaying user card. Use item.userID on the method -->
(Placeholder) Add usercard here
<UserListItemCard
:user=
"userForId"
></UserListItemCard>
</div>
<div>
...
...
@@ -61,13 +59,10 @@
</p>
</div>
</div>
<div
class=
"mt-10"
>
<h3
class=
"text-base font-semibold text-gray-900"
>
Totalprisen er
</h3>
<div
class=
"mt-2"
>
<div
class=
"mt-2 space-y-2"
>
<p
class=
"text-xl font-medium text-gray-900"
>
mye (Change with tot price from calc method)
{{
totPrice
}}
kr
<p
class=
"text-xl font-semibold text-gray-900"
>
Total pris:
{{
totPrice
}}
kr
</p>
<button>
<!-- This button should send you to the rent page -->
...
...
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