aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/resources/resource_card_standard.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-20Cart shows items in it; disables buttons if item in basketMatthew Lemon1-4/+14
- Rough cart icon in navbar - Shows items in cart - Styled dependent on existence - Add to cart buttons disabled if resource in cart, on resource list page and detail page - Throws 404 error if trying add item to cart which has no price - eventually all items will have a price
2024-10-19Add multiple items to the cart and Stripe processMatthew Lemon1-1/+4
- Very rough but it works - Multiple items can be added to cart - Can be bought with stripe - Shopping cart is deleted after successful transaction
2024-10-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-0/+0
2024-09-16Tweak the GBP sign and the colour of card description textMatthew Lemon1-1/+1
2024-09-14Changed the colour of the card description testMatthew Lemon1-1/+3
- Uses my own CSS class - technical stuff
2024-09-13Adds Add to basket buttons to cards on resource list pageMatthew Lemon1-3/+6
2024-09-10Puts the card description back into the UIMatthew Lemon1-1/+2
2024-09-01wip: implementing the tabbed filter for standard resourcesMatthew Lemon1-4/+5
- it is filtering Featured resources too and it shouldn't. Fix.
2024-09-01Made the badges on the resource cards align horizontallyMatthew Lemon1-43/+35
2024-09-01Drop shadows on the featured and standard resource panelsMatthew Lemon1-1/+1
2024-09-01Improved resource list layoutMatthew Lemon1-0/+57
- "horizontal" arrangement of standard resources