Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-20 | Cart shows items in it; disables buttons if item in basket | Matthew Lemon | 1 | -4/+11 | |
- 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-19 | Add multiple items to the cart and Stripe process | Matthew Lemon | 1 | -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-15 | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 1 | -0/+0 | |
2024-09-16 | Tweak the GBP sign and the colour of card description text | Matthew Lemon | 1 | -2/+2 | |
2024-09-14 | Changed the colour of the card description test | Matthew Lemon | 1 | -1/+3 | |
- Uses my own CSS class - technical stuff | |||||
2024-09-13 | Adds Add to basket buttons to cards on resource list page | Matthew Lemon | 1 | -8/+13 | |
2024-09-01 | Made the badges on the resource cards align horizontally | Matthew Lemon | 1 | -8/+4 | |
2024-09-01 | Drop shadows on the featured and standard resource panels | Matthew Lemon | 1 | -1/+1 | |
2024-09-01 | Improved resource list layout | Matthew Lemon | 1 | -1/+1 | |
- "horizontal" arrangement of standard resources | |||||
2024-08-03 | Add feature to add PDFs to resources | Matthew Lemon | 1 | -0/+2 | |
Implemented the ability to upload and manage PDFs for resources. Added the necessary form, view, and templates to support this functionality. Updated routes and UI elements to integrate the new feature seamlessly. | |||||
2024-08-03 | Adds ability to update the thumbnail/feature images | Matthew Lemon | 1 | -0/+2 | |
2024-08-02 | Refactored list template into includes to fix div hell. | Matthew Lemon | 1 | -0/+42 | |