aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources/resource_detail.html (unfollow)
Commit message (Collapse)AuthorFilesLines
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