aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/resources (follow)
Commit message (Collapse)AuthorAgeLines
...
* fix: Make select all buttons for each individual columnGravatar Vivaan Verma2021-08-16-16/+26
|
* feat: Add select all buttonGravatar Vivaan Verma2021-08-16-0/+13
|
* chore: Finalise tag styleGravatar Vivaan Verma2021-08-15-5/+5
|
* chore: Add tag to resource boxesGravatar Vivaan Verma2021-08-14-5/+17
|
* chore: Split Topic column into two columnsGravatar Vivaan Verma2021-08-13-9/+22
|
* feat: Add a source button to the resource boxesGravatar Vivaan Verma2021-08-12-8/+13
| | | | This button should be used by maintainers to take them to the YAML file holding data about that resource. It currently has no functionality.
* feat: Center `Search` and `Clear Search` buttonsGravatar Vivaan Verma2021-08-12-2/+2
|
* feat: Make default options ticked when page loadsGravatar Vivaan Verma2021-08-11-51/+51
|
* styles: filtering resources pageGravatar dawnofmidnight2021-08-03-19/+15
|
* split up checkbox options in query paramsGravatar fisher602021-08-03-21/+34
| | | | I have added functionality to the front end to split up the checkbox options into separate query params. This will make it easier to parse what has been selected.
* working demo of smart resources searchGravatar fisher602021-07-25-3/+38
| | | | I have incorporated a search that allows users to check boxes to filter resources. This is a working version, but the algo for searching likely needs to be modified. The frontend also needs some style updates. All necessary functionality should be present now though.
* add constant for resource tags. Add Functional front endGravatar fisher602021-07-24-29/+52
| | | | This change adds a fully functional front end menu for testing. This is a very rough outline and will need a bit of UI and UX love to get working fully. Should act as an example of functionality
* change resources to prepare for smart resource searchGravatar fisher602021-07-23-62/+69
|
* Update templates with new resource urls.Gravatar lemonsaurus2021-06-06-7/+7
|
* Merge branch 'dewikification' into resources-listsGravatar ks1292021-03-30-1/+1
|\
| * Rename `articles` to `pages`.Gravatar kosayoda2021-03-23-1/+1
| | | | | | | | | | | | Articles was a good name, but we want an `articles` category in the future. `/pages/guides/` and `/pages/articles/` are clearer in name than `/articles/guides/` and `/articles/articles/`.
| * Update guides route in resources.htmlGravatar ks1292020-11-28-1/+1
| |
| * Let Django generate URL for guides section of resources indexGravatar ks1292020-10-30-1/+1
| |
* | Rename resource type -> resource category in routeGravatar ks1292021-03-30-8/+8
| |
* | Order resources and subcategories in templateGravatar ks1292021-03-30-3/+3
| |
* | Remove everything payment-related from resources appGravatar ks1292021-03-30-10/+0
| | | | | | | | | | We decided not to include payment info right now. Payment data will be handled in future.
* | Use URL tags instead hard-coded strings for directing to specific listGravatar ks1292020-11-14-7/+7
| |
* | Create HTML files for resources listsGravatar ks1292020-11-14-0/+108
|/
* Remove breadcrumb from resources index page to avoid too much titlesGravatar ks1292020-10-08-10/+0
|
* Update guides URL to match with latest changes in #393Gravatar ks1292020-10-07-1/+1
|
* Create resources index HTML fileGravatar ks1292020-09-22-0/+100