Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2022-02-08 | Use colour helpers | -18/+18 | ||
2022-02-08 | Use colour helpers | -13/+13 | ||
2022-02-08 | Use colour helpers | -18/+18 | ||
2022-02-08 | Use colour helpers | -9/+8 | ||
2022-02-08 | Comment bulma variables | -4/+13 | ||
2022-02-08 | getCurrentTheme returns "default" if empty | -0/+3 | ||
2022-02-08 | Resize switch | -8/+8 | ||
2022-02-08 | Add initial dark theme | -1/+193 | ||
2022-02-08 | Update dependency | -14/+14 | ||
2022-02-07 | Add dark theme stylesheet | -0/+11 | ||
2022-02-07 | Correct typehints | -2/+2 | ||
2022-02-04 | Replace FA pro issue icon with the regular icon | -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. | ||||
2022-02-03 | Rewrite Google Colab resource to emphasize GPU computation | -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. | ||||
2022-02-02 | Duck pond removed when removing all filters. | -1/+2 | ||
2022-02-01 | Use external-link-alt for all links. | -5/+5 | ||
2022-02-01 | Complete refactor of collapsibles. | -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. | ||||
2022-02-01 | Refactor as_css_class to 'to_kebabcase'. | -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 | ||||
2022-02-01 | Murder some space | -1/+1 | ||
Remove those pointless empty pages at the start and the end of a book. Co-authored-by: Johannes Christ <[email protected]> | ||||
2022-02-01 | Kaizen: Make jchrists wildest dreams come true | -3/+3 | ||
Co-authored-by: Johannes Christ <[email protected]> | ||||
2022-02-01 | Add type annotations for sort key method. | -1/+1 | ||
2022-02-01 | Fix delay when collapsing collapsibles. | -2/+7 | ||
2022-02-01 | Sort resources alphabetically, disregarding 'the'. | -1/+10 | ||
2022-02-01 | Fix bug where transition wouldn't work on first collapse. | -11/+12 | ||
2022-02-01 | When hovering titles, make them light, not black. | -0/+6 | ||
2022-02-01 | Make resource tags correctly deactivate. | -0/+9 | ||
2022-01-31 | Add more tests for the new resources page. | -0/+13 | ||
Coverage is now 100%. | ||||
2022-01-31 | Revert changes to pyproject.toml. | -17/+18 | ||
These changes were not necessary. I am very sorry for the things that I did. | ||||
2022-01-31 | Add a button for removing all active filters. | -83/+123 | ||
2022-01-31 | Adding missing EOFs. | -4/+5 | ||
2022-01-31 | Placate the flake8. | -1/+3 | ||
2022-01-31 | Fix category header double click bug on mobile. | -1/+1 | ||
2022-01-31 | Improve performance of addFilter() up to 300% | -9/+15 | ||
2022-01-31 | Minor changes to socratica resource. | -2/+8 | ||