Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcarfixers_angular
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
16
Issues
16
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobin
dcarfixers_angular
Commits
83868b03
Commit
83868b03
authored
5 years ago
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
design issues
parent
cd9470bb
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
orders.component.ts
src/app/purchase/orders/orders.component.ts
+1
-1
productdetails.component.ts
src/app/purchase/productdetails/productdetails.component.ts
+1
-1
productlist.component.html
src/app/purchase/productlist/productlist.component.html
+3
-3
purchase-home.component.html
src/app/purchase/purchase-home/purchase-home.component.html
+1
-1
purchase-home.component.scss
src/app/purchase/purchase-home/purchase-home.component.scss
+1
-1
track.component.html
src/app/purchase/track/track.component.html
+2
-3
track.component.scss
src/app/purchase/track/track.component.scss
+1
-0
No files found.
src/app/purchase/orders/orders.component.ts
View file @
83868b03
...
...
@@ -36,7 +36,7 @@ export class OrdersComponent implements OnInit {
this
.
checkUserLogin
();
this
.
getMyOrders
();
this
.
trendingProducts
();
this
.
carouselTile
=
{
grid
:
{
xs
:
1
,
sm
:
2
,
md
:
4
,
lg
:
8
,
all
:
0
},
slide
:
1
,
speed
:
400
,
point
:
{
visible
:
false
},
load
:
2
,
touch
:
true
,
easing
:
'ease'
}
this
.
carouselTile
=
{
grid
:
{
xs
:
1
,
sm
:
2
,
md
:
4
,
lg
:
8
,
all
:
0
},
slide
:
1
,
speed
:
400
,
point
:
{
visible
:
false
},
load
:
2
,
touch
:
true
,
easing
:
'ease'
,
loop
:
true
}
}
checkUserLogin
(){
...
...
This diff is collapsed.
Click to expand it.
src/app/purchase/productdetails/productdetails.component.ts
View file @
83868b03
...
...
@@ -155,7 +155,7 @@ export class ProductdetailsComponent implements OnInit {
}
designModules
(){
this
.
carouselTile
=
{
grid
:
{
xs
:
1
,
sm
:
2
,
md
:
4
,
lg
:
8
,
all
:
0
},
slide
:
1
,
speed
:
400
,
point
:
{
visible
:
false
},
load
:
2
,
touch
:
true
,
easing
:
'ease'
}
this
.
carouselTile
=
{
grid
:
{
xs
:
1
,
sm
:
2
,
md
:
4
,
lg
:
8
,
all
:
0
},
slide
:
1
,
speed
:
400
,
point
:
{
visible
:
false
},
load
:
2
,
touch
:
true
,
easing
:
'ease'
,
loop
:
true
}
this
.
galleryOptions
=
[
{
width
:
'100%'
,
...
...
This diff is collapsed.
Click to expand it.
src/app/purchase/productlist/productlist.component.html
View file @
83868b03
...
...
@@ -54,7 +54,7 @@
<div
class=
"search_list_header"
>
<div
class=
"row"
>
<div
class=
"col-md-8"
>
<p>
S
howing 1 -40 of 202 results for "Audi tyres"
</p>
<p>
S
earch Results
</p>
</div>
<!-- <div class="col-md-4">
<select class="floatRight">
...
...
@@ -76,7 +76,7 @@
<h5>
{{prdt.product_name}}
</h5>
<p>
{{prdt.short_description}}
</p>
<div
class=
"star_ratting"
>
<fieldset
class=
"rating
"
*
ngIf=
"prdt.rating > 0
"
>
<fieldset
class=
"rating
prevent-click hide
"
>
<input
type=
"radio"
[
checked
]="(
prdt
.
rating
>
= 4.75) ? 'true':''" [attr.id]="'usrReviewId_'+prdt.product_id+'_5'" [attr.name]="'usrReviewName_'+prdt.product_id" value="5" />
<label
class =
"full"
for=
"secondStar5"
></label>
<input
type=
"radio"
[
checked
]="(
prdt
.
rating
>
= 4.25
&&
prdt.rating
<
4
.
75
)
?
'
true
'
:
''"
[
attr
.
id
]="'
usrReviewId_
'+
prdt
.
product_id
+'
_4half
'"
[
attr
.
name
]="'
usrReviewName_
'+
prdt
.
product_id
"
value=
"4.5"
/><label
class=
"half"
for=
"secondStar4half"
></label>
<input
type=
"radio"
[
checked
]="(
prdt
.
rating
>
= 3.75
&&
prdt.rating
<
4
.
25
)
?
'
true
'
:
''"
[
attr
.
id
]="'
usrReviewId_
'+
prdt
.
product_id
+'
_4
'"
[
attr
.
name
]="'
usrReviewName_
'+
prdt
.
product_id
"
value=
"4"
/><label
class =
"full"
for=
"secondStar4"
></label>
...
...
@@ -86,7 +86,7 @@
<input
type=
"radio"
[
checked
]="(
prdt
.
rating
>
= 1.75
&&
prdt.rating
<
2
.
25
)
?
'
true
'
:
''"
[
attr
.
id
]="'
usrReviewId_
'+
prdt
.
product_id
+'
_2
'"
[
attr
.
name
]="'
usrReviewName_
'+
prdt
.
product_id
"
value=
"2"
/><label
class =
"full"
for=
"secondStar2"
></label>
<input
type=
"radio"
[
checked
]="(
prdt
.
rating
>
= 1.25
&&
prdt.rating
<
1
.
75
)
?
'
true
'
:
''"
[
attr
.
id
]="'
usrReviewId_
'+
prdt
.
product_id
+'
_1half
'"
[
attr
.
name
]="'
usrReviewName_
'+
prdt
.
product_id
"
value=
"1.5"
/><label
class=
"half"
for=
"secondStar1half"
></label>
<input
type=
"radio"
[
checked
]="(
prdt
.
rating
>
= 0.75
&&
prdt.rating
<
1
.
25
)
?
'
true
'
:
''"
[
attr
.
id
]="'
usrReviewId_
'+
prdt
.
product_id
+'
_1
'"
[
attr
.
name
]="'
usrReviewName_
'+
prdt
.
product_id
"
value=
"1"
/><label
class =
"full"
for=
"secondStar1"
></label>
<input
type=
"radio"
[
checked
]="(
prdt
.
rating
<
0
.
75
)
?
'
true
'
:
''"
[
attr
.
id
]="'
usrReviewId_
'+
prdt
.
product_id
+'
_half
'"
[
attr
.
name
]="'
usrReviewName_
'+
prdt
.
product_id
"
value=
"0.5"
/><label
class=
"half"
for=
"secondStarhalf"
></label>
<input
type=
"radio"
[
checked
]="(
prdt
.
rating
<
0
.
75
&&
prdt
.
rating
>
= 0.25
) ? 'true':''" [attr.id]="'usrReviewId_'+prdt.product_id+'_half'" [attr.name]="'usrReviewName_'+prdt.product_id" value="0.5" />
<label
class=
"half"
for=
"secondStarhalf"
></label>
</fieldset>
<span
class=
"floatRight"
>
$ {{prdt.amount}}
</span>
<div
class=
"clear"
></div>
...
...
This diff is collapsed.
Click to expand it.
src/app/purchase/purchase-home/purchase-home.component.html
View file @
83868b03
...
...
@@ -60,7 +60,7 @@
<h5>
{{prdt.product_name}}
</h5>
<p>
{{prdt.short_description}}
</p>
<div
class=
"star_ratting"
>
<fieldset
class=
"rating prevent-click"
>
<fieldset
class=
"rating prevent-click
hide
"
>
<input
type=
"radio"
[
checked
]="(
prdt
.
rating
>
= 4.75) ? 'true':''" [attr.id]="'usrReviewId_'+prdt.product_id+'_5'" [attr.name]="'usrReviewName_'+prdt.product_id" value="5" />
<label
class =
"full"
for=
"secondStar5"
></label>
<input
type=
"radio"
[
checked
]="(
prdt
.
rating
>
= 4.25
&&
prdt.rating
<
4
.
75
)
?
'
true
'
:
''"
[
attr
.
id
]="'
usrReviewId_
'+
prdt
.
product_id
+'
_4half
'"
[
attr
.
name
]="'
usrReviewName_
'+
prdt
.
product_id
"
value=
"4.5"
/><label
class=
"half"
for=
"secondStar4half"
></label>
<input
type=
"radio"
[
checked
]="(
prdt
.
rating
>
= 3.75
&&
prdt.rating
<
4
.
25
)
?
'
true
'
:
''"
[
attr
.
id
]="'
usrReviewId_
'+
prdt
.
product_id
+'
_4
'"
[
attr
.
name
]="'
usrReviewName_
'+
prdt
.
product_id
"
value=
"4"
/><label
class =
"full"
for=
"secondStar4"
></label>
...
...
This diff is collapsed.
Click to expand it.
src/app/purchase/purchase-home/purchase-home.component.scss
View file @
83868b03
...
...
@@ -281,7 +281,7 @@
.star_ratting
{
padding-top
:
2px
;
display
:
none
;
span
{
float
:
right
;
color
:
#000000
;
...
...
This diff is collapsed.
Click to expand it.
src/app/purchase/track/track.component.html
View file @
83868b03
...
...
@@ -99,9 +99,8 @@
<div
class=
"modal-dialog modal-md"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
#
ratingModal
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
>
×
</button>
<div
class=
"modal-header"
>
<button
type=
"button"
#
ratingModal
class=
"close"
data-dismiss=
"modal"
>
×
</button>
</div>
<div
class=
"ratting_inner"
>
<div
class=
"loader_overlay"
*
ngIf=
"loader_review"
></div>
...
...
This diff is collapsed.
Click to expand it.
src/app/purchase/track/track.component.scss
View file @
83868b03
.purchase_wrapper
{
.purchase_content_wrapper
{
padding-top
:
115px
;
.product_gallery
{
background
:
#ffff
;
padding
:
20px
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment