aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-03Add feature to add PDFs to resourcesMatthew Lemon3-3/+31
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 Lemon3-3/+31
2024-08-03wip: adding the update thumbnails formMatthew Lemon1-1/+1
2024-08-02Refactored list template into includes to fix div hell.Matthew Lemon3-143/+104
2024-08-02wip: trying to fix fucked divs on index pageMatthew Lemon1-139/+140
More to come - going to have to redo all the HTML on this page.
2024-08-01Fix: div problems in index page.Matthew Lemon1-140/+139
2024-08-01Responsive feature cards on index pageMatthew Lemon1-75/+82
- Width is responsive - Breakpoints allow for stacking at smaller ones
2024-07-29Tidy up the HTML onlyMatthew Lemon1-3/+8
2024-07-29Now handles EFL badges for non-featured cardsMatthew Lemon1-2/+7
2024-07-29Handle the long EFL badge nameMatthew Lemon1-2/+7
The full title of "English as a Foreign Language (EFL)" did not fit inside a badge, so we have had to add a conditional in the template to guard against it.
2024-07-29Card border changesMatthew Lemon1-2/+2
2024-07-28UI changes on index (see eblow)Matthew Lemon1-44/+49
- removed Detail button - put Edit button in a card footer - Formatting the html
2024-07-28Tweak to the width of the non-featured resource cardMatthew Lemon1-1/+2
2024-07-28Added border and badge colour based on categoryMatthew Lemon1-4/+5
- You have to define them on the ResourceCategory model in the database
2024-07-11Very simple border round feature block for EY LiteracyMatthew Lemon1-2/+3
2024-07-11Adds ability to add colour class to main categoryMatthew Lemon1-2/+2
- Creates a new line in the database - Uses this in the template instead of the default bootstrap class
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-26Tweaking bordersMatthew Lemon1-1/+1
2024-05-26Changes the flex alignment to start for non-featured resourcesMatthew Lemon1-1/+1
2024-05-26Tweaking the layout of the list pageMatthew Lemon1-5/+5
2024-05-26Correctly handles the unique constraint on feature_slotMatthew Lemon1-15/+20
2024-05-26Fix link on card which was overriding the detail and edit linksMatthew Lemon1-5/+3
2024-05-26Changes the layout of the index slightly - better spacingMatthew Lemon1-2/+2
2024-05-26Adds a link to each card on the index pageMatthew Lemon1-0/+2
2024-05-26Better presentation of the feature resourcesMatthew Lemon1-81/+97
2024-05-26Markdown for the card descriptionMatthew Lemon1-2/+3
2024-05-26Basic feature slot presentation in index pageMatthew Lemon1-49/+91
2024-05-22Adds a new page template to manipulate feature resources - but we may not ↵Matthew Lemon1-2/+14
need this
2024-05-22wip: starting to test the featured resource viewMatthew Lemon1-0/+9
2024-05-16wip: markdown implemented for description field but working on help_textMatthew Lemon2-4/+4
2024-05-15Fixing the title tagsMatthew Lemon2-2/+2
2024-05-15Tinkering with CSSMatthew Lemon1-10/+10
2024-05-15Adds an admin bar to resources page and moves some stuff to homeMatthew Lemon1-101/+51
2024-05-15Update wrap around is_staff condition for edit buttonsMatthew Lemon1-1/+1
2024-05-15Basic form to update Resource metadataMatthew Lemon2-2/+42
2024-05-15Fix the badges on the resource list.Matthew Lemon1-2/+2
2024-05-15Tidying up the create form - using custom cssMatthew Lemon2-14/+12
2024-05-15Change subscribe header to primaryMatthew Lemon1-3/+3
2024-05-15Adds my custom.scss file and new boostrap compiled filesMatthew Lemon1-1/+2
2024-05-15Adds placeholder and more styling to list pageMatthew Lemon1-40/+91
2024-05-14Further tinkeringMatthew Lemon1-2/+3
2024-05-14Added cards to resource list pageMatthew Lemon1-62/+43
2024-05-14wip: fixing list pageMatthew Lemon2-48/+75
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 Lemon2-29/+32