Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
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 | ||