aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wip: improved standard resource cardsMatthew Lemon2024-10-241-8/+8
| | | | | | - matches the featured card apart from the borders - TODO still needs to fix the badge which is not good with long text content
* wip: working on feature card stylingMatthew Lemon2024-10-231-6/+5
|
* Basic carousel with no javascript - yesMatthew Lemon2024-10-221-8/+10
|
* couple of minor tweaksMatthew Lemon2024-10-221-1/+1
|
* Resource upload form has all the bits it needsMatthew Lemon2024-10-221-0/+1
|
* wip: started working on the add new resource formMatthew Lemon2024-10-222-4/+5
|
* wip: resource index page my CSS changesMatthew Lemon2024-10-223-48/+53
| | | | | | | | - using flex for featured, grid for standard - nice rainbow underline to h1 using ::after, etc - lorem ipsum text - spaced out content of standard cards a little - new Noto font from Google fonts
* wip: still working on the resource index pageMatthew Lemon2024-10-213-30/+10
|
* wip: have featured cards lined up on resource index pageMatthew Lemon2024-10-216-153/+130
|
* wip: remove bootstrap part 1Matthew Lemon2024-10-213-263/+215
|
* tweak position of buttonMatthew Lemon2024-10-201-3/+3
|
* bugfix: assign price of 0 to resource without Price objectMatthew Lemon2024-10-201-1/+1
|
* Can now delete item from basketMatthew Lemon2024-10-203-2/+10
| | | | | | | - if is only one item left, it is deleted along with the basket - if there are more than one, just that one is deleted - TODO needs proper handling of the confirmation page - it's not formatted. htmx?
* tidying up the cart detail page - still nowhere near good enoughMatthew Lemon2024-10-204-20/+15
|
* Cart shows items in it; disables buttons if item in basketMatthew Lemon2024-10-204-13/+68
| | | | | | | | | | - 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
* Adds basic login, logout and profile link to navMatthew Lemon2024-10-201-0/+13
|
* Add multiple items to the cart and Stripe processMatthew Lemon2024-10-194-5/+13
| | | | | | | - Very rough but it works - Multiple items can be added to cart - Can be bought with stripe - Shopping cart is deleted after successful transaction
* Changes the Resource to include Stripe referenceMatthew Lemon2024-10-191-3/+3
|
* Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon2024-10-1539-0/+1470