| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Fix events page for dark mode | 2024-02-14 | -2/+4 | |
| | | ||||
| * | Merge branch 'main' into feat/events-redesign | 2024-02-14 | -105/+465 | |
| |\ | ||||
| | * | Update path variable in resource page tests | 2024-02-11 | -1/+1 | |
| | | | ||||
| | * | Move resorce loading from view init() to AppConfig ready() method | 2024-02-11 | -94/+101 | |
| | | | | | | | | | This is done to load the resources only once on startup instead of loading it everytime the view is initialized which is done whenever a request is made to the resources endpoint. | |||
| | * | Merge branch 'main' into mailing-list-model | 2024-02-03 | -412/+1200 | |
| | |\ | ||||
| | | * | Appeased the linter | 2024-02-01 | -1/+1 | |
| | | | | ||||
| | * | | Migrate mailing lists to their own API endpoints | 2023-12-17 | -9/+362 | |
| | | | | | | | | | | | | | | | | | | | Add a new model for the bot to store its mailing list state in, as opposed to the current JSON blob in the BotSetting table. Migrate the existing settings from the BotSetting table into the new model. | |||
| * | | | Events: Update the events to include in galleries | 2024-02-11 | -41/+23 | |
| | | | | ||||
| * | | | Events: Fix grammars and add 2023 code jam logo | 2024-02-06 | -3/+6 | |
| | | | | ||||
| * | | | Fix conflicts | 2024-02-02 | -387/+1139 | |
| |\ \ \ | | |/ | |/| | ||||
| | * | | Merge branch 'main' into docs/dark-theme | 2024-01-28 | -397/+1125 | |
| | |\ \ | ||||
| | | * | | Dark: Use a darker pydis blurple everywhere | 2024-01-28 | -5/+1 | |
| | | | | | ||||
| | | * | | Dark: Use alternate images for homepage, resources, events | 2024-01-28 | -43/+97 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]> | |||
| | | * | | Dark: Fix timeline icon borders | 2024-01-28 | -0/+4 | |
| | | | | | ||||
| | | * | | Dark: Darken nav, hero, hero waves, button, body backgrounds | 2024-01-28 | -3/+205 | |
| | | | | | ||||
| | | * | | Dark: Fix switch toggle when system preference is used | 2024-01-20 | -2/+4 | |
| | | | | | | | | | | | | | | | | | Thanks to wookie for finding the bug. | |||
| | | * | | Dark: Restore border on github cards | 2024-01-18 | -0/+4 | |
| | | | | | ||||
| | | * | | Dark: Better shadows | 2024-01-18 | -6/+2 | |
| | | | | | ||||
| | | * | | Dark: Better contrast for dark switch | 2024-01-18 | -0/+1 | |
| | | | | | ||||
| | | * | | Dark: Avoid knob & icon overlapping during transition | 2024-01-18 | -1/+1 | |
| | | | | | ||||
| | | * | | Dark: Theme switch with better contrast on mobile | 2024-01-18 | -2/+3 | |
| | | | | | ||||
| | | * | | Optimistic fix for FOUC on initial site load | 2024-01-18 | -0/+5 | |
| | | | | | ||||
| | | * | | Dark: More subtle collapsible and box-shadow borders | 2024-01-18 | -2/+2 | |
| | | | | | ||||
| | | * | | Dark: Use our own panda3d logo with light background | 2024-01-18 | -1/+1 | |
| | | | | | ||||
| | | * | | Temporary fix to theme-switching FOUC problem | 2024-01-18 | -7/+3 | |
| | | | | | ||||
| | | * | | Dark: Use original light theme colors everywhere | 2024-01-18 | -23/+27 | |
| | | | | | | | | | | | | | | | | | | | | | Adjusted box-shadow for dark mode to be more readable, unfortunately this gave it a little neomorphism effect... | |||
| | | * | | Dark: Possibly fix FOUC during theme switch | 2024-01-18 | -7/+7 | |
| | | | | | ||||
| | | * | | Dark: Set correct theme immediately when the script loads | 2024-01-18 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the latency previously observed on page loads. We still have to put switch toggling after page loads though. Genius idea by wookie. Co-authored-by: wookie184 <[email protected]> | |||
| | | * | | Dark: Improve order of switching stylesheets | 2024-01-18 | -1/+1 | |
| | | | | | ||||
| | | * | | Dark: For content pages using transparent images... | 2024-01-17 | -8/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...which are unreadable in dark mode, use `has-dark-mode-background` class. {: class="has-dark-mode-background" } Like this. And it will be given a nice light gray background and a subtle padding & border. | |||
| | | * | | Consistent CSS indent for files that I touched | 2024-01-17 | -7/+7 | |
| | | | | | ||||
| | | * | | Fix conflicts | 2024-01-17 | -2/+3 | |
| | | |\ \ | ||||
| | | | * | | Remove extra trailing space in resources.html | 2024-01-17 | -1/+1 | |
| | | | | | | ||||
| | | | * | | Remove extra trailing space in 8th codejam page | 2024-01-17 | -1/+1 | |
| | | | | | | ||||
| | | | * | | Fix typo in page.css | 2024-01-17 | -0/+1 | |
| | | | | | | ||||
| | | * | | | Dark: Sponsors light background for code/gamejams | 2024-01-17 | -44/+90 | |
| | | | | | | ||||
| | | * | | | Consistent 4-spaces CSS indent | 2024-01-17 | -30/+30 | |
| | | |/ / | ||||
| | | * | | Dark: Use kivy logo with light background in resources | 2024-01-16 | -3/+1 | |
| | | | | | ||||
| | | * | | Dark: Use adafruit logo with light background in resources | 2024-01-16 | -1/+1 | |
| | | | | | ||||
| | | * | | Dark: Fix the filter box on resources page | 2024-01-16 | -47/+52 | |
| | | | | | ||||
| | | * | | Merge branch 'gdwr-dark-theme' of github.com:hedyhli/pydis-site into ↵ | 2024-01-14 | -17/+52 | |
| | | |\ \ | | | | | | | | | | | | | | | | gdwr-dark-theme | |||
| | | | * \ | Merge branch 'main' into gdwr-dark-theme | 2024-01-13 | -17/+52 | |
| | | | |\ \ | ||||
| | | * | | | | Dark: Fix tag colors in resources page | 2024-01-14 | -5/+13 | |
| | | |/ / / | ||||
| | | * | | | Dark: Fix colors on content pages | 2024-01-13 | -0/+10 | |
| | | | | | | ||||
| | | * | | | Dark: Use link color of better contrast | 2024-01-13 | -6/+22 | |
| | | | | | | ||||
| | | * | | | Dark: Fix timeline color for borders | 2024-01-12 | -2/+9 | |
| | | | | | | ||||
| | | * | | | Dark: Fix sizing of sponsors' logos | 2024-01-12 | -6/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also works on mobile. I *love* CSS. | |||
| | | * | | | Dark: Fix backgrounds on sponsors section on homepage | 2024-01-06 | -20/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://discord.com/channels/267624335836053506/635950537262759947/1193170173574774855 Idea from go.dev -- add background to each sponsor logo and put them in a grid. Also set the sponsor section background color to match that of footer's. Issue pointed out by @ChrisLovering on discord. This is an initial draft. As of now this works from my own testing: - Consistent & uniform spacing (gaps) - Supports mobile - No affect to light theme other than the arrangement - Logos do not get squashed, ever | |||
| | | * | | | Dark: Fix colors for bulma cards shadow & borders | 2024-01-06 | -2/+21 | |
| | | | | | | ||||
| | | * | | | Dark: Fix all link hover colors (hopefully) everywhere | 2024-01-05 | -4/+7 | |
| | | | | | | ||||