Update Todo
This commit is contained in:
@@ -29,5 +29,9 @@ Client:
|
|||||||
Need to add in payment success/failed
|
Need to add in payment success/failed
|
||||||
Need to add in Receipt page
|
Need to add in Receipt page
|
||||||
|
|
||||||
|
TopBar
|
||||||
|
No way to minimize the UI topbar on mobile
|
||||||
|
Not themed on mobile
|
||||||
|
|
||||||
database
|
database
|
||||||
Need to create all the forign key policies
|
Need to create all the forign key policies
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<h2 class="gameCard-Desc">{{ line }}</h2>
|
<h2 class="gameCard-Desc">{{ line }}</h2>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="gameCard-Price">${{ (product.cost/100).toFixed(2) }}</h2>
|
<h2 class="gameCard-Price">${{ (product.cost/100).toFixed(2) }}</h2>
|
||||||
<button class="gameCard-Button" disabled="">Add To Cart</button>
|
<button class="gameCard-Button" >Add To Cart</button>
|
||||||
<div *ngIf="auth.loggedInUser.siteData.role == 'Admin'">
|
<div *ngIf="auth.loggedInUser.siteData.role == 'Admin'">
|
||||||
<button style="width: calc(50% - 10px); margin: 5px;" [routerLink]="['/store/admin/edit']" [queryParams]="{ ProductID: product.id }" >
|
<button style="width: calc(50% - 10px); margin: 5px;" [routerLink]="['/store/admin/edit']" [queryParams]="{ ProductID: product.id }" >
|
||||||
Edit
|
Edit
|
||||||
|
|||||||
Reference in New Issue
Block a user