Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Responsive feature cards on index page | Matthew Lemon | 2024-08-01 | 1 | -75/+82 |
| | | | | | - Width is responsive - Breakpoints allow for stacking at smaller ones | ||||
* | Tidy up the HTML only | Matthew Lemon | 2024-07-29 | 1 | -3/+8 |
| | |||||
* | Now handles EFL badges for non-featured cards | Matthew Lemon | 2024-07-29 | 1 | -2/+7 |
| | |||||
* | Handle the long EFL badge name | Matthew Lemon | 2024-07-29 | 1 | -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. | ||||
* | Card border changes | Matthew Lemon | 2024-07-29 | 1 | -2/+2 |
| | |||||
* | UI changes on index (see eblow) | Matthew Lemon | 2024-07-28 | 1 | -44/+49 |
| | | | | | | - removed Detail button - put Edit button in a card footer - Formatting the html | ||||
* | Tweak to the width of the non-featured resource card | Matthew Lemon | 2024-07-28 | 1 | -1/+2 |
| | |||||
* | Added border and badge colour based on category | Matthew Lemon | 2024-07-28 | 1 | -4/+5 |
| | | | | - You have to define them on the ResourceCategory model in the database | ||||
* | Very simple border round feature block for EY Literacy | Matthew Lemon | 2024-07-11 | 1 | -2/+3 |
| | |||||
* | Adds ability to add colour class to main category | Matthew Lemon | 2024-07-11 | 1 | -2/+2 |
| | | | | | - Creates a new line in the database - Uses this in the template instead of the default bootstrap class | ||||
* | Better display of number of files in PDF | Matthew Lemon | 2024-07-07 | 1 | -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 carousel | Matthew Lemon | 2024-07-07 | 1 | -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 carousel | Matthew Lemon | 2024-07-04 | 1 | -9/+28 |
| | | | | Needs lots of work and tidying up mind... | ||||
* | Tweaking borders | Matthew Lemon | 2024-05-26 | 1 | -1/+1 |
| | |||||
* | Changes the flex alignment to start for non-featured resources | Matthew Lemon | 2024-05-26 | 1 | -1/+1 |
| | |||||
* | Tweaking the layout of the list page | Matthew Lemon | 2024-05-26 | 1 | -5/+5 |
| | |||||
* | Correctly handles the unique constraint on feature_slot | Matthew Lemon | 2024-05-26 | 1 | -15/+20 |
| | |||||
* | Fix link on card which was overriding the detail and edit links | Matthew Lemon | 2024-05-26 | 1 | -5/+3 |
| | |||||
* | Changes the layout of the index slightly - better spacing | Matthew Lemon | 2024-05-26 | 1 | -2/+2 |
| | |||||
* | Adds a link to each card on the index page | Matthew Lemon | 2024-05-26 | 1 | -0/+2 |
| | |||||
* | Better presentation of the feature resources | Matthew Lemon | 2024-05-26 | 1 | -81/+97 |
| | |||||
* | Markdown for the card description | Matthew Lemon | 2024-05-26 | 1 | -2/+3 |
| | |||||
* | Basic feature slot presentation in index page | Matthew Lemon | 2024-05-26 | 1 | -49/+91 |
| | |||||
* | Adds a new page template to manipulate feature resources - but we may not ↵ | Matthew Lemon | 2024-05-22 | 1 | -2/+14 |
| | | | | need this | ||||
* | wip: starting to test the featured resource view | Matthew Lemon | 2024-05-22 | 1 | -0/+9 |
| | |||||
* | wip: markdown implemented for description field but working on help_text | Matthew Lemon | 2024-05-16 | 2 | -4/+4 |
| | |||||
* | Fixing the title tags | Matthew Lemon | 2024-05-15 | 3 | -3/+3 |
| | |||||
* | Tinkering with CSS | Matthew Lemon | 2024-05-15 | 1 | -10/+10 |
| | |||||
* | Adds an admin bar to resources page and moves some stuff to home | Matthew Lemon | 2024-05-15 | 3 | -101/+117 |
| | |||||
* | Update wrap around is_staff condition for edit buttons | Matthew Lemon | 2024-05-15 | 1 | -1/+1 |
| | |||||
* | Basic form to update Resource metadata | Matthew Lemon | 2024-05-15 | 2 | -2/+42 |
| | |||||
* | Fix the badges on the resource list. | Matthew Lemon | 2024-05-15 | 1 | -2/+2 |
| | |||||
* | Tidying up the create form - using custom css | Matthew Lemon | 2024-05-15 | 2 | -14/+12 |
| | |||||
* | Change subscribe header to primary | Matthew Lemon | 2024-05-15 | 1 | -3/+3 |
| | |||||
* | Adds my custom.scss file and new boostrap compiled files | Matthew Lemon | 2024-05-15 | 2 | -3/+5 |
| | |||||
* | Adds placeholder and more styling to list page | Matthew Lemon | 2024-05-15 | 1 | -40/+91 |
| | |||||
* | Further tinkering | Matthew Lemon | 2024-05-14 | 1 | -2/+3 |
| | |||||
* | Added cards to resource list page | Matthew Lemon | 2024-05-14 | 1 | -62/+43 |
| | |||||
* | wip: fixing list page | Matthew Lemon | 2024-05-14 | 2 | -48/+75 |
| | |||||
* | Further tidying | Matthew Lemon | 2024-05-14 | 2 | -3/+3 |
| | |||||
* | Further tidying | Matthew Lemon | 2024-05-14 | 1 | -18/+18 |
| | |||||
* | Adds bootstrap, rids us of the CDN and better styling on detail page | Matthew Lemon | 2024-05-14 | 2 | -54/+72 |
| | |||||
* | Trying to improve the CSS of the detail page | Matthew Lemon | 2024-05-14 | 2 | -39/+54 |
| | |||||
* | Adds crispy forms helper | Matthew Lemon | 2024-05-14 | 2 | -29/+32 |
| | |||||
* | Can now upload to Spaces | Matthew Lemon | 2024-05-14 | 5 | -35/+170 |
| | |||||
* | Fudged in the header in base and the wasp! | Matthew Lemon | 2024-05-13 | 1 | -66/+63 |
| | |||||
* | After first pre-commit processing | Matthew Lemon | 2024-05-13 | 19 | -0/+415 |