Update Todo

This commit is contained in:
2025-06-29 11:54:21 -07:00
parent b51b2236d5
commit b494fef8cc
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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