Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Dark: Use alternate images for homepage, resources, events | 2024-01-28 | -1/+1 | |
| | | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]> | |||
* | Dark: Fix the filter box on resources page | 2024-01-16 | -8/+12 | |
| | ||||
* | Dark: Use link color of better contrast | 2024-01-13 | -1/+5 | |
| | ||||
* | Fix bug with search tag taking up too much width. | 2022-02-13 | -2/+3 | |
| | ||||
* | Edge case: Fix a bug with overflow on Chrome. | 2022-02-13 | -1/+0 | |
| | ||||
* | Edge case: Fix extremely long search overflow. | 2022-02-13 | -0/+18 | |
| | ||||
* | Fix search tag width bug on firefox. | 2022-02-13 | -0/+1 | |
| | | | | | | | Without a min-width, the tag would not extend to fit the full size of the contents on Firefox. It seemed to work just fine on Chrome, though. The fix is simple - just enforce a min-width equal to fit-content. | |||
* | Make the search tag look more like normal filters. | 2022-02-13 | -1/+6 | |
| | ||||
* | Add a filter tag when searching. | 2022-02-13 | -0/+8 | |
| | ||||
* | Add a search bar to the top of the filter sidebar. | 2022-02-12 | -0/+5 | |
| | ||||
* | When hovering titles, make them light, not black. | 2022-02-01 | -0/+6 | |
| | ||||
* | Add a button for removing all active filters. | 2022-01-31 | -2/+19 | |
| | ||||
* | Adding missing EOFs. | 2022-01-31 | -1/+1 | |
| | ||||
* | Added margins and max-width to filtering column. | 2022-01-31 | -6/+14 | |
| | ||||
* | Indent checkboxes under the headers. | 2022-01-31 | -0/+11 | |
| | ||||
* | Make the resource link icons a size smaller. | 2022-01-31 | -0/+5 | |
| | | | | | We also add a little breathing room to the tag container, so that it doesn't encroach on the personal space of the icons. | |||
* | Shrink and center the duck pond 404. | 2022-01-31 | -5/+5 | |
| | ||||
* | Collapse category headers on load for mobile only. | 2022-01-30 | -0/+8 | |
| | ||||
* | 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. | |||
* | Fix broken css for no-resource duck pond. | 2022-01-30 | -8/+8 | |
| | ||||
* | Show a duck pond when no filters match. | 2022-01-30 | -0/+7 | |
| | ||||
* | Clean up hover effects. | 2022-01-30 | -0/+48 | |
| | | | | | | | | | | - 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 round edges of the filter category headers. | 2022-01-29 | -0/+5 | |
| | ||||
* | Let the user know when there are no matches. | 2022-01-29 | -0/+6 | |
| | ||||
* | Make all tags interactive. | 2022-01-28 | -0/+91 | |
| | | | | | | | | Adds a bunch of tag-related quality of life improvements: - You can now see which filters you've added at the top left. - You can click on tags to start filtering to that tag. - You can click on tags in the filter box to remove the filter. - Tags will now show an outline when they are active. | |||
* | Resource filtering on the client, pt 1. | 2022-01-27 | -25/+23 | |
| | | | | | | | Here's the initial version of this system. We've got filtering, but only by clicking checkboxes. The overall look and style are pretty close to where we want them, but it's missing tons of polish to be complete. The following commits will contain that polish. | |||
* | Remove extra newline from end of file (there is now one newline). | 2021-07-24 | -1/+0 | |
| | ||||
* | change resources to prepare for smart resource search | 2021-07-23 | -25/+26 | |
| | ||||
* | Remove resources index breadcrumb CSS | 2020-10-08 | -4/+0 | |
| | ||||
* | Create CSS for resources index | 2020-09-22 | -0/+33 | |