aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/resources/utils.py (follow)
Commit message (Expand)AuthorAgeLines
* Rename `utils.py` to `resource_search.py`.Gravatar swfarnsworth2021-09-03-57/+0
* Use MappingProxyType to freeze non-private dictionaries.Gravatar swfarnsworth2021-08-27-4/+13
* feat: Center `Search` and `Clear Search` buttonsGravatar Vivaan Verma2021-08-12-1/+1
* styles: filtering resources pageGravatar dawnofmidnight2021-08-03-1/+1
* Delete unused `yaml_file_matches_search` method.Gravatar swfarnsworth2021-08-03-8/+0
* Add empty set as an initial value.Gravatar swfarnsworth2021-08-03-1/+2
* Implement desired query logic.Gravatar swfarnsworth2021-08-03-7/+14
* Restructure table of resources for new query logic.Gravatar swfarnsworth2021-08-03-19/+16
* Create Resource type annotation.Gravatar swfarnsworth2021-08-03-3/+3
* remove redundant variable declarationGravatar fisher602021-07-25-2/+1
* refactor search function for resourcesGravatar fisher602021-07-25-10/+9
* working demo of smart resources searchGravatar fisher602021-07-25-2/+23
* Updated type annotations; get_resources_meta now returns a dict of sorted lis...Gravatar swfarnsworth2021-07-24-18/+10
* add function to gather tags from resource yaml filesGravatar fisher602021-07-24-0/+23
* Dramatically simplify resources.Gravatar Leon Sandøy2021-05-19-31/+6
* Refactor getting subcategories and resources to 2 helper methodsGravatar ks1292021-03-30-0/+42