| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Refactor as_css_class to 'to_kebabcase'. | 2022-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 | 2022-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 true | 2022-02-01 | -3/+3 | |
| | | | | Co-authored-by: Johannes Christ <[email protected]> | |||
| * | Add type annotations for sort key method. | 2022-02-01 | -1/+1 | |
| | | ||||
| * | Fix delay when collapsing collapsibles. | 2022-02-01 | -2/+7 | |
| | | ||||
| * | Sort resources alphabetically, disregarding 'the'. | 2022-02-01 | -1/+10 | |
| | | ||||
| * | Fix bug where transition wouldn't work on first collapse. | 2022-02-01 | -11/+12 | |
| | | ||||
| * | When hovering titles, make them light, not black. | 2022-02-01 | -0/+6 | |
| | | ||||
| * | Make resource tags correctly deactivate. | 2022-02-01 | -0/+9 | |
| | | ||||
| * | Add more tests for the new resources page. | 2022-01-31 | -0/+13 | |
| | | | | | Coverage is now 100%. | |||
| * | Revert changes to pyproject.toml. | 2022-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. | 2022-01-31 | -83/+123 | |
| | | ||||
| * | Adding missing EOFs. | 2022-01-31 | -4/+5 | |
| | | ||||
| * | Placate the flake8. | 2022-01-31 | -1/+3 | |
| | | ||||
| * | Fix category header double click bug on mobile. | 2022-01-31 | -1/+1 | |
| | | ||||
| * | Improve performance of addFilter() up to 300% | 2022-01-31 | -9/+15 | |
| | | ||||
| * | Minor changes to socratica resource. | 2022-01-31 | -2/+8 | |
| | | ||||
| * | Add Socratica to the resource list. | 2022-01-31 | -0/+16 | |
| | | | | | Closes https://github.com/python-discord/meta/issues/119 | |||
| * | Hide no filters selected in all cases. | 2022-01-31 | -0/+7 | |
| | | ||||
| * | Get rid of invalid filters in the URL. | 2022-01-31 | -7/+33 | |
| | | ||||
| * | Added margins and max-width to filtering column. | 2022-01-31 | -8/+16 | |
| | | ||||
| * | Indent checkboxes under the headers. | 2022-01-31 | -0/+11 | |
| | | ||||
| * | Make the resource link icons a size smaller. | 2022-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. | 2022-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. | 2022-01-31 | -6/+6 | |
| | | ||||
| * | Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-main | 2022-01-31 | -43/+114 | |
| |\ | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # poetry.lock # pyproject.toml | |||
| | * | Merge pull request #649 from python-discord/update-pyfakefs | 2022-01-30 | -6/+6 | |
| | |\ | | | | | | | Update pyfakefs to 4.5 | |||
| | | * | Update pyfakefs to 4.5 | 2022-01-30 | -6/+6 | |
| | |/ | | | | | | | This is required to allow running tests on 3.10. | |||
| | * | Merge pull request #647 from python-discord/voice-mute-in-metricity-endpoint | 2022-01-27 | -18/+28 | |
| | |\ | | | | | | | Use voice_mute and voice_ban to determine voice_gate | |||
| | | * | Update metricity tests to test new voice_gate_blocked behaviour | 2022-01-27 | -10/+22 | |
| | | | | ||||
| | | * | Use voice_mute and voice_ban to determine voice_gate | 2022-01-27 | -8/+6 | |
| | |/ | | | | | | | Previously only voice_ban was used, but now having either of these infractions should mean the user is blocked from reciving the role. | |||
| | * | Merge pull request #646 from python-discord/update-bot-contrib-guide | 2022-01-27 | -1/+6 | |
| | |\ | ||||
| | | * | Add new incidents webhook to exmaple config.yml | 2022-01-27 | -0/+1 | |
| | | | | | | | | | | | | | This was recently added to the bot. | |||
| | | * | Fix pynews config in example file | 2022-01-27 | -1/+5 | |
| | |/ | | | | | | | The python news cog relies on the python_news section of the config being filled in via a named alias. Since we were using the DEV_ prefix, this meant it was not being populated, leading to the cog throwing an error on boot. | |||
| | * | Merge pull request #608 from python-discord/voicemute | 2022-01-27 | -2/+53 | |
| | |\ | ||||
| | | * | Merge branch 'main' into voicemute | 2022-01-27 | -1/+1 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Merge pull request #645 from python-discord/fix-subarticles-button | 2022-01-24 | -1/+1 | |
| | |\ \ | | | | | | | | | Prevent page title from overlapping dropdown button. | |||
| | | * | | Prevent page title from overlapping dropdown button. | 2022-01-23 | -1/+1 | |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | On clients with a small viewport width, the content title of pages overlap the "Sub-Articles" dropdown button due to having the same z-index, causing the element last positioned in the HTML to show up on top. Fixes #643. | |||
| | | * | Try to add merge migration | 2022-01-25 | -0/+14 | |
| | | | | ||||
| | | * | Merge branch 'main' into voicemute | 2022-01-21 | -406/+1807 | |
| | | |\ | | |/ | |/| | ||||
| | | * | Implement voice mute + migration from voice mute -> voice ban | 2021-10-09 | -2/+39 | |
| | | | | ||||
| * | | | Revert ugly deploy preview redirect hack. | 2022-01-30 | -40/+1 | |
| | | | | ||||
| * | | | Kaizen: Clean up some indentation. | 2022-01-30 | -17/+17 | |
| | | | | ||||
| * | | | Collapse category headers on load for mobile only. | 2022-01-30 | -2/+21 | |
| | | | | ||||
| * | | | Make the category headers smaller on mobile. | 2022-01-30 | -0/+12 | |
| | | | | ||||
| * | | | Hide the filter tags initially. | 2022-01-30 | -1/+6 | |
| | | | | | | | | | | | | | Helps prevent a flash of tags. | |||
| * | | | Refactor: collapsibles as a stand-alone component | 2022-01-30 | -17/+18 | |
| | | | | ||||
| * | | | Remove italics from resource cards. | 2022-01-30 | -1/+1 | |
| | | | | ||||
| * | | | Show a "No filters selected" indicator. | 2022-01-30 | -6/+18 | |
| | | | | ||||
| * | | | Fix broken css for no-resource duck pond. | 2022-01-30 | -8/+8 | |
| | | | | ||||
