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