aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources/resource_detail.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon2024-10-151-82/+0
|
* wip: clicking add to cart button takes you to card detail but thats itMatthew Lemon2024-10-091-1/+1
|
* wip: working on tests for adding resource to a cartMatthew Lemon2024-10-091-3/+5
|
* wip: implementing CSS classes for category colours on detail pageMatthew Lemon2024-10-091-1/+4
|
* Summary panel looks a little betterMatthew Lemon2024-10-071-21/+23
|
* Ditched flex-box on the detail pageMatthew Lemon2024-10-071-134/+7
| | | | | Resorted to using simple row and col classes here. Vary rudimentary at this stage but at least it gets them horizontally aligned.
* wip: redesigning the detail pageMatthew Lemon2024-10-071-96/+150
|
* Logo and new navbar and new detail designMatthew Lemon2024-09-011-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
* wip: adding delete and replace buttons for PDFsMatthew Lemon2024-08-051-83/+92
|
* Add feature to add PDFs to resourcesMatthew Lemon2024-08-031-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.
* Adds ability to update the thumbnail/feature imagesMatthew Lemon2024-08-031-3/+0
|
* wip: adding the update thumbnails formMatthew Lemon2024-08-031-1/+1
|
* Better display of number of files in PDFMatthew Lemon2024-07-071-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
* Better implementation of carouselMatthew Lemon2024-07-071-2/+4
| | | | | | - Removed the primary coloured background - Changed the colour of the next and previous icons - Reduced the width of the actual image
* Basic implementation of a carouselMatthew Lemon2024-07-041-9/+28
| | | | Needs lots of work and tidying up mind...
* wip: markdown implemented for description field but working on help_textMatthew Lemon2024-05-161-2/+3
|
* Basic form to update Resource metadataMatthew Lemon2024-05-151-2/+16
|
* wip: fixing list pageMatthew Lemon2024-05-141-1/+1
|
* Further tidyingMatthew Lemon2024-05-141-1/+1
|
* Further tidyingMatthew Lemon2024-05-141-18/+18
|
* Adds bootstrap, rids us of the CDN and better styling on detail pageMatthew Lemon2024-05-141-44/+60
|
* Trying to improve the CSS of the detail pageMatthew Lemon2024-05-141-39/+53
|
* Adds crispy forms helperMatthew Lemon2024-05-141-20/+20
|
* Can now upload to SpacesMatthew Lemon2024-05-141-0/+50