aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Use colour helpersGravatar GDWR2022-02-09-108/+108
|
* Determine current theme and set switchGravatar GDWR2022-02-08-24/+28
|
* remove unused colour valuesGravatar GDWR2022-02-08-4/+0
|
* Use colour helpersGravatar GDWR2022-02-08-6/+6
|
* Use colour helpersGravatar GDWR2022-02-08-6/+6
|
* Set dark theme colour valuesGravatar GDWR2022-02-08-7/+7
|
* Use colour helpersGravatar GDWR2022-02-08-18/+18
|
* Use colour helpersGravatar GDWR2022-02-08-13/+13
|
* Use colour helpersGravatar GDWR2022-02-08-18/+18
|
* Use colour helpersGravatar GDWR2022-02-08-9/+8
|
* Comment bulma variablesGravatar GDWR2022-02-08-4/+13
|
* getCurrentTheme returns "default" if emptyGravatar GDWR2022-02-08-0/+3
|
* Resize switchGravatar GDWR2022-02-08-8/+8
|
* Add initial dark themeGravatar GDWR2022-02-08-1/+193
|
* Update dependencyGravatar GDWR2022-02-08-14/+14
|
* Add dark theme stylesheetGravatar GDWR2022-02-07-0/+11
|
* Correct typehintsGravatar GDWR2022-02-07-2/+2
|
* Replace FA pro issue icon with the regular iconGravatar ChrisJL2022-02-04-3/+3
| | | We stopped using FA pro, as we wanted it was using an ex-admin's person FA pro subscription, which we didn't control.
* Rewrite Google Colab resource to emphasize GPU computationGravatar Steele Farnsworth2022-02-03-4/+4
| | | | | Previously, it was unclear why this was a data science resource. This version states that Colab offers GPU computation and that it can be used for deep learning, which is the reason. Also fixes abrupt change in sentence structure ("a ... Jupyter Notebook which supports e.g. !apt-get"; "e.g." unexpected). Also, expressions in backticks (apt-get) won't be rendered as code, though since Colab is mostly a beginner sandbox, I don't think the word "Debian" will often be known.
* Merge pull request #582 from ↵Gravatar Leon Sandøy2022-02-02-825/+2135
|\ | | | | | | | | python-discord/swfarnsworth/smarter-resources/merge-with-main Smarter Resources
| * Duck pond removed when removing all filters.Gravatar Leon Sandøy2022-02-02-1/+2
| |
| * Use external-link-alt for all links.Gravatar Leon Sandøy2022-02-01-5/+5
| |
| * Complete refactor of collapsibles.Gravatar Leon Sandøy2022-02-01-32/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | This is now a completely self-contained feature, which can be used in the same way on every page. I've moved all the collapsible-related logics out of the resources.js file and into collapsibles.js, and added documentation and other quality-of-life features that will apply to other pages, as well. Changes: - The icon will now always change when the collapsible opens or closes. - By adding the "collapsed" class, you can tell the collapsible to be collapsed by default.
| * Refactor as_css_class to 'to_kebabcase'.Gravatar Leon Sandøy2022-02-01-53/+80
| | | | | | | | | | | | | | We're making a few changes here - Changing the name to 'to_kebabcase' - Covering all edge cases - Adding a unit test for this utility
| * Murder some space Gravatar Leon Sandøy2022-02-01-1/+1
| | | | | | | | | | | | Remove those pointless empty pages at the start and the end of a book. Co-authored-by: Johannes Christ <[email protected]>
| * Kaizen: Make jchrists wildest dreams come trueGravatar Leon Sandøy2022-02-01-3/+3
| | | | | | Co-authored-by: Johannes Christ <[email protected]>
| * Add type annotations for sort key method.Gravatar Leon Sandøy2022-02-01-1/+1
| |
| * Fix delay when collapsing collapsibles.Gravatar Leon Sandøy2022-02-01-2/+7
| |
| * Sort resources alphabetically, disregarding 'the'.Gravatar Leon Sandøy2022-02-01-1/+10
| |
| * Fix bug where transition wouldn't work on first collapse.Gravatar Leon Sandøy2022-02-01-11/+12
| |
| * When hovering titles, make them light, not black.Gravatar Leon Sandøy2022-02-01-0/+6
| |
| * Make resource tags correctly deactivate.Gravatar Leon Sandøy2022-02-01-0/+9
| |
| * Add more tests for the new resources page.Gravatar Leon Sandøy2022-01-31-0/+13
| | | | | | | | Coverage is now 100%.
| * Revert changes to pyproject.toml.Gravatar Leon Sandøy2022-01-31-17/+18
| | | | | | | | | | These changes were not necessary. I am very sorry for the things that I did.
| * Add a button for removing all active filters.Gravatar Leon Sandøy2022-01-31-83/+123
| |
| * Adding missing EOFs.Gravatar Leon Sandøy2022-01-31-4/+5
| |
| * Placate the flake8.Gravatar Leon Sandøy2022-01-31-1/+3
| |
| * Fix category header double click bug on mobile.Gravatar Leon Sandøy2022-01-31-1/+1
| |
| * Improve performance of addFilter() up to 300%Gravatar Leon Sandøy2022-01-31-9/+15
| |
| * Minor changes to socratica resource.Gravatar Leon Sandøy2022-01-31-2/+8
| |
| * Add Socratica to the resource list.Gravatar Leon Sandøy2022-01-31-0/+16
| | | | | | | | Closes https://github.com/python-discord/meta/issues/119
| * Hide no filters selected in all cases.Gravatar Leon Sandøy2022-01-31-0/+7
| |
| * Get rid of invalid filters in the URL.Gravatar Leon Sandøy2022-01-31-7/+33
| |
| * Added margins and max-width to filtering column.Gravatar Leon Sandøy2022-01-31-8/+16
| |
| * Indent checkboxes under the headers.Gravatar Leon Sandøy2022-01-31-0/+11
| |
| * Make the resource link icons a size smaller.Gravatar Leon Sandøy2022-01-31-5/+10
| | | | | | | | | | We also add a little breathing room to the tag container, so that it doesn't encroach on the personal space of the icons.
| * Make a few minor corrections to resources.Gravatar Leon Sandøy2022-01-31-5/+5
| | | | | | | | | | | | - Changes Google Collab to Colab - Updates the URL for the vcokltfre tutorial - Adds a category icon for Game Development.
| * Shrink and center the duck pond 404.Gravatar Leon Sandøy2022-01-31-6/+6
| |
| * Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-mainGravatar Hassan Abouelela2022-01-31-43/+114
| |\ | |/ |/| | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # poetry.lock # pyproject.toml
* | Merge pull request #649 from python-discord/update-pyfakefsGravatar Johannes Christ2022-01-30-6/+6
|\ \ | | | | | | Update pyfakefs to 4.5