Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update ANSI guide with new pictures, formatting & titles | 2023-01-17 | -0/+0 | |
| | ||||
* | Update help channels guide (#814) | 2022-12-28 | -0/+0 | |
| | | | Co-authored-by: Xithrius <[email protected]> | |||
* | Merge branch 'main' into keeping-tokens-safe | 2022-11-20 | -127/+282 | |
|\ | ||||
| * | Made stuff and things even better | 2022-11-12 | -0/+0 | |
| | | ||||
| * | Made static PEM image better | 2022-11-12 | -0/+0 | |
| | | ||||
| * | Migrated from #discord-bot pin | 2022-11-12 | -0/+0 | |
| | | ||||
| * | Add Tag Metadata | 2022-08-16 | -1/+5 | |
| | | | | | | | | | | | | | | Uses the commit API to obtain tag metadata such as when it was last edited, and by whom. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Change Hyperlink Color On Hover | 2022-08-14 | -0/+4 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Add Tag Group Support | 2022-08-14 | -8/+12 | |
| | | | | | | | | | | | | | | Adds support for tag groups in content. This involves some modification to the routing, and templating. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Improve Tag Cropping | 2022-08-13 | -0/+36 | |
| | | | | | | | | | | | | | | Move the tag cropping logic to the frontend, which makes it easier to crop without crossing boundaries such as link or code block boundaries. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Set Link Color For Sub-elements | 2022-08-13 | -0/+6 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Add Tag Page Template | 2022-08-13 | -0/+7 | |
| | | | | | | | | | | | | Add a template for the tag page itself, and add a route to use it. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Improve icon size and alignment. | 2022-06-26 | -2/+1 | |
| | | ||||
| * | Update Discord logo in navbar to use new Discord branding | 2022-06-23 | -124/+203 | |
| | | ||||
| * | Add hover transition to match welcome video. | 2022-06-19 | -0/+1 | |
| | | ||||
| * | Show shadow on hover for CJ frontpage banner. | 2022-06-18 | -1/+5 | |
| | | ||||
| * | Add frontpage banner assets for Summer CJ 2022. | 2022-06-18 | -0/+0 | |
| | | ||||
| * | Remove weird top padding for first panel item. | 2022-06-18 | -0/+8 | |
| | | ||||
| * | Initial CJ9 info | 2022-06-18 | -0/+0 | |
| | | ||||
| * | Merge branch 'main' into contrib-streamline | 2022-05-17 | -0/+3 | |
| |\ | ||||
| | * | Merge branch 'main' into discord-messages-colors-guide | 2022-04-30 | -0/+3 | |
| | |\ | ||||
| | | * | Force line break at arbritrary points for really long words | 2022-04-26 | -0/+3 | |
| | | | | ||||
| | * | | Removed `<br>`'s and used code block for raw message | 2022-04-28 | -0/+0 | |
| | | | | ||||
| | * | | Using static images | 2022-04-28 | -0/+0 | |
| | |/ | ||||
| * / | Add guide for pull requests and reviews | 2022-03-19 | -0/+0 | |
| |/ | | | | | | | | | This covers the GitHub UI for opening a pull request, getting it reviewed, and draft PRs. | |||
* / | bluenix's changes | 2022-04-23 | -0/+0 | |
|/ | ||||
* | Merge branch 'main' into content/update-help-channel-timing | 2022-02-20 | -101/+1395 | |
|\ | ||||
| * | Edge cases: Show duckies when no visible resources | 2022-02-13 | -8/+14 | |
| | | ||||
| * | Fix bug with search tag taking up too much width. | 2022-02-13 | -2/+3 | |
| | | ||||
| * | Best practice: Switch name to data-resource-name. | 2022-02-13 | -3/+3 | |
| | | ||||
| * | Edge case: Fix a bug with overflow on Chrome. | 2022-02-13 | -1/+0 | |
| | | ||||
| * | Add fuzzysort as a local dependency. | 2022-02-13 | -0/+657 | |
| | | ||||
| * | 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 remove all tags affect search, too. | 2022-02-13 | -1/+4 | |
| | | ||||
| * | Fix duck pond not showing for search results of 0. | 2022-02-13 | -3/+2 | |
| | | ||||
| * | Search the resource description too. | 2022-02-13 | -6/+15 | |
| | | ||||
| * | Make the search tag look more like normal filters. | 2022-02-13 | -1/+6 | |
| | | ||||
| * | Add a filter tag when searching. | 2022-02-13 | -2/+23 | |
| | | ||||
| * | Implement fuzzy search. | 2022-02-13 | -4/+35 | |
| | | | | | | | | | | | | | | This implements the core logics for filtering by search. It uses fuzzysort to match the search query to the name of the resource. This name is set in the yaml for each resource. | |||
| * | Trigger a UI update when typing into search. | 2022-02-13 | -0/+5 | |
| | | ||||
| * | Dynamically update URL with search query. | 2022-02-13 | -3/+19 | |
| | | ||||
| * | Add a search bar to the top of the filter sidebar. | 2022-02-12 | -0/+5 | |
| | | ||||
| * | Duck pond removed when removing all filters. | 2022-02-02 | -1/+2 | |
| | | ||||
| * | Complete refactor of collapsibles. | 2022-02-01 | -22/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
| * | Fix delay when collapsing collapsibles. | 2022-02-01 | -2/+7 | |
| | | ||||
| * | Fix bug where transition wouldn't work on first collapse. | 2022-02-01 | -9/+10 | |
| | | ||||
| * | When hovering titles, make them light, not black. | 2022-02-01 | -0/+6 | |
| | | ||||
| * | Make resource tags correctly deactivate. | 2022-02-01 | -0/+9 | |
| | | ||||
| * | Add a button for removing all active filters. | 2022-01-31 | -27/+61 | |
| | |