aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site (follow)
Commit message (Collapse)AuthorAgeLines
...
| * 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/+12
| | | | | | | | Coverage is now 100%.
| * Revert changes to pyproject.toml.Gravatar Leon Sandøy2022-01-31-1/+1
| | | | | | | | | | 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-22/+88
| |\ | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # poetry.lock # pyproject.toml
| | * Update metricity tests to test new voice_gate_blocked behaviourGravatar Chris Lovering2022-01-27-10/+22
| | |
| | * Use voice_mute and voice_ban to determine voice_gateGravatar Chris Lovering2022-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.
| | * Add new incidents webhook to exmaple config.ymlGravatar Chris Lovering2022-01-27-0/+1
| | | | | | | | | | | | This was recently added to the bot.
| | * Fix pynews config in example fileGravatar Chris Lovering2022-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 branch 'main' into voicemuteGravatar ChrisJL2022-01-27-1/+1
| | |\
| | | * Prevent page title from overlapping dropdown button.Gravatar kosayoda2022-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 migrationGravatar Karlis Suvi2022-01-25-0/+14
| | | |
| | * | Merge branch 'main' into voicemuteGravatar ChrisJL2022-01-21-306/+1366
| | |\|
| | * | Implement voice mute + migration from voice mute -> voice banGravatar ks1292021-10-09-2/+39
| | | |
| * | | Revert ugly deploy preview redirect hack.Gravatar Leon Sandøy2022-01-30-40/+1
| | | |
| * | | Kaizen: Clean up some indentation.Gravatar Leon Sandøy2022-01-30-17/+17
| | | |
| * | | Collapse category headers on load for mobile only.Gravatar Leon Sandøy2022-01-30-2/+21
| | | |
| * | | Make the category headers smaller on mobile.Gravatar Leon Sandøy2022-01-30-0/+12
| | | |
| * | | Hide the filter tags initially.Gravatar Leon Sandøy2022-01-30-1/+6
| | | | | | | | | | | | | | | | Helps prevent a flash of tags.
| * | | Refactor: collapsibles as a stand-alone componentGravatar Leon Sandøy2022-01-30-17/+18
| | | |
| * | | Remove italics from resource cards.Gravatar Leon Sandøy2022-01-30-1/+1
| | | |
| * | | Show a "No filters selected" indicator.Gravatar Leon Sandøy2022-01-30-6/+18
| | | |
| * | | Fix broken css for no-resource duck pond.Gravatar Leon Sandøy2022-01-30-8/+8
| | | |
| * | | Get rid of the title_url for university of torontoGravatar Leon Sandøy2022-01-30-1/+0
| | | |
| * | | Fix resource redirects for deploy previews.Gravatar Leon Sandøy2022-01-30-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could probably be improved by making it less hardcoded, but since there's a bunch of special cases, and since it only affects deploy previews, I'm choosing to solve this with a simple solution. I don't think realistically that we're gonna be adding a ton of resource types down the line anyway.
| * | | Show a duck pond when no filters match.Gravatar Leon Sandøy2022-01-30-1/+12
| | | |
| * | | Ensure "Other" is always the bottom topic.Gravatar Leon Sandøy2022-01-30-6/+12
| | | |
| * | | Add plural redirects, like /books.Gravatar Leon Sandøy2022-01-30-0/+10
| | | | | | | | | | | | | | | | This is an intuitive thing to link to, so let's support it for better UX
| * | | Replace is-goodreads-cream with is-black.Gravatar Leon Sandøy2022-01-30-17/+15
| | | | | | | | | | | | | | | | | | | | The goodreads cream, while nice, has poor readability on a light background. So I'm ditching it and just going black with those icons.
| * | | Support dashful redirects.Gravatar Leon Sandøy2022-01-30-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, trying to go to `resources/project%20ideas` would crash the filtering JS. This has now been sorted out, so that these types of redirects have their spaces replaced by dashes, which makes them valid again.
| * | | Clean up hover effects.Gravatar Leon Sandøy2022-01-30-59/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We now have a hover effect for all icons. - We also now support hover effects for all tags. - However, we don't have any hover effect for icons in titles. That just looks weird. Additionally, we're getting rid of some bloat and consolidating the CSS into one place.
| * | | Don't redirect if the resource_type is None!Gravatar Leon Sandøy2022-01-30-2/+1
| | | |
| * | | Redirects from old endpoints now filter correctly.Gravatar Leon Sandøy2022-01-30-21/+24
| | | | | | | | | | | | | | | | | | | | For example, navigating to pydis.com/resources/communities will now correctly redirect to pydis.com/resources/?type=community.
| * | | Add redirects for all old resource endpoints.Gravatar Leon Sandøy2022-01-29-0/+28
| | | | | | | | | | | | | | | | This will maintain backwards compatibility once this is merged.
| * | | Sort all the resources alphabetically.Gravatar Leon Sandøy2022-01-29-2/+4
| | | |
| * | | Complexity -> Difficulty.Gravatar Leon Sandøy2022-01-29-81/+81
| | | |
| * | | Add Guides to the More menu.Gravatar Leon Sandøy2022-01-29-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Since we've removed the resources landing page, there's no easy way to get to Guides anymore. For that reason, I'm adding it to the More menu so that it'll still be discoverable.