aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/resources/resource_detail.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-21wip: remove bootstrap part 1Matthew Lemon1-23/+23
2024-10-20tweak position of buttonMatthew Lemon1-3/+3
2024-10-20bugfix: assign price of 0 to resource without Price objectMatthew Lemon1-1/+1
2024-10-20Cart shows items in it; disables buttons if item in basketMatthew Lemon1-5/+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-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-0/+0
2024-10-09wip: clicking add to cart button takes you to card detail but thats itMatthew Lemon1-1/+1
2024-10-09wip: working on tests for adding resource to a cartMatthew Lemon1-3/+5
2024-10-09wip: implementing CSS classes for category colours on detail pageMatthew Lemon1-1/+4
2024-10-07Summary panel looks a little betterMatthew Lemon1-21/+23
2024-10-07Ditched flex-box on the detail pageMatthew Lemon1-134/+7
Resorted to using simple row and col classes here. Vary rudimentary at this stage but at least it gets them horizontally aligned.
2024-10-07wip: redesigning the detail pageMatthew Lemon1-96/+150
2024-09-01Logo and new navbar and new detail designMatthew Lemon1-71/+98
- logo in place - new navbar - removed Joanna Lemon, etc - tidying up the detail page, using cards and nicer titles - better detail panel at the top of the page with a table in it
2024-08-05wip: adding delete and replace buttons for PDFsMatthew Lemon1-83/+92
2024-08-03Add feature to add PDFs to resourcesMatthew Lemon1-3/+0
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-03Adds ability to update the thumbnail/feature imagesMatthew Lemon1-3/+0
2024-08-03wip: adding the update thumbnails formMatthew Lemon1-1/+1
2024-07-07Better display of number of files in PDFMatthew Lemon1-4/+6
- The header bar now contains a Number of files: X dependent on the number of files in the resource - The File Preview header now includes a counter number if this is a multi-page PDF - The title of PDF file is put alongside the File Preview text in the h4
2024-07-07Better implementation of carouselMatthew Lemon1-2/+4
- Removed the primary coloured background - Changed the colour of the next and previous icons - Reduced the width of the actual image
2024-07-04Basic implementation of a carouselMatthew Lemon1-9/+28
Needs lots of work and tidying up mind...
2024-05-16wip: markdown implemented for description field but working on help_textMatthew Lemon1-2/+3
2024-05-15Basic form to update Resource metadataMatthew Lemon1-2/+16
2024-05-14wip: fixing list pageMatthew Lemon1-1/+1
2024-05-14Further tidyingMatthew Lemon1-1/+1
2024-05-14Further tidyingMatthew Lemon1-18/+18
2024-05-14Adds bootstrap, rids us of the CDN and better styling on detail pageMatthew Lemon1-44/+60
2024-05-14Trying to improve the CSS of the detail pageMatthew Lemon1-39/+53
2024-05-14Adds crispy forms helperMatthew Lemon1-20/+20
2024-05-14Can now upload to SpacesMatthew Lemon1-0/+50