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
e302801c
Commit
e302801c
authored
2 years ago
by
Titus Netland
Browse files
Options
Downloads
Patches
Plain Diff
Modal fixed
parent
57d757bf
No related branches found
Branches containing commit
No related tags found
1 merge request
!91
Rating modal
Pipeline
#180141
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/BaseComponents/RatingModal.vue
+6
-12
6 additions, 12 deletions
src/components/BaseComponents/RatingModal.vue
with
6 additions
and
12 deletions
src/components/BaseComponents/RatingModal.vue
+
6
−
12
View file @
e302801c
...
...
@@ -11,7 +11,7 @@
<div
class=
"flex p-4 border-b rounded-t dark:border-gray-600"
>
<h3
class=
"
mr-
text-xl font-semibold text-gray-900 dark:text-white"
>
<h3
class=
"text-xl font-semibold text-gray-900 dark:text-white"
>
{{
name
}}
</h3>
<button
...
...
@@ -33,13 +33,13 @@
</button>
</div>
<!-- Modal body -->
<div
class=
"
p-6 space-y-6"
>
<div
class=
"p-6 space-y-6"
>
<p
class=
"text-lg text-base leading-relaxed text-gray-500 dark:text-gray-400"
>
{{
title
}}
</p>
</div>
<div
class=
"
flex justify-center
mt-4"
>
<div
class=
"
ml-6
mt-4"
>
<p
class=
" text-base leading-relaxed text-gray-500 dark:text-gray-400"
v-show=
"renterIsReceiverOfRating"
>
Gi en vurdering til utleieren
</p>
...
...
@@ -48,8 +48,8 @@
</p>
</div>
<div
class=
"flex justify-center"
>
<textarea
class=
"
h-40 w-5
0 bg-gray-200 mb-4 ring-1 ring-gray-400 rounded-xl"
/>
<div
class=
"flex justify-center
px-4
"
>
<textarea
class=
"
w-full h-4
0 bg-gray-200 mb-4 ring-1 ring-gray-400 rounded-xl"
/>
</div>
<div
class=
"flex items-center justify-center mb-8"
>
...
...
@@ -106,13 +106,7 @@ export default {
return
{
score
:
3
,
comment
:
""
,
rating
:[
"
text-warn
"
,
"
text-warn
"
,
"
text-warn
"
,
"
text-gray-300
"
,
"
text-gray-300
"
],
rating
:[
"
text-warn
"
,
"
text-warn
"
,
"
text-warn
"
,
"
text-gray-300
"
,
"
text-gray-300
"
],
};
},
props
:
{
...
...
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