| Commit message (Collapse) | Author | Age | Lines |
... | |
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
We also add a little breathing room to the tag container, so that it
doesn't encroach on the personal space of the icons.
|
| |
|
| |
|
| |
|
|
|
|
| |
Helps prevent a flash of tags.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Restructure bot contributing guide
Restructures the bot guide to focus on getting users "through the door" first, and slowly adding additional information and options.
The guide is built in terms of showing ways to run the bot and how to achieve it, rather than listing all of the information for each configuration and environment variable right away.
That said, the attempt was to still present the reader with the full information they need, and to still be able to use as a quick reference for contributors who are already familiar with the project.
As a style choice, this guide incorporates collapsible elements, which required some CSS and JS additions. This could be resolved with the bulma-collapsible extension, but it doesn't seem to function well inside django templates.
The guide includes an optional config.yml to use with the test server template. This is a temporary measure until we get the bootstrapping application going.
This guide additionally splits the bot account creation and obtaining Discord ID's guides and they didn't seem related. The original file is kept for now as it is used by other guides at the moment.
|
| |
| |
| |
| |
| |
| |
| | |
Ensure sponsor logos don't go past the edge of the screen, and maintain
aspect ratio when sized down.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\|
| |
| |
| | |
swfarnsworth/smarter-resources/new-resources
|
| | |
|
|/ |
|
|
|
|
|
| |
This makes it less jarring when scrolling to a heading since many
content pages include a Table of Contents.
|
|\ |
|
| |
| |
| | |
This removes the scrollbar from them
|
| | |
|
| |
| |
| |
| | |
Reduces the width of the sponsor tab to reduce the chance of one logo ending up on a new line by itself.
|
| | |
|
| |
| |
| |
| | |
Center justifies sponsor logos on the home page to make wrapping look cleaner.
|
| | |
|
| |
| |
| |
| | |
This css sheet applies to the 404 and 500 pages
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Instead of just leaving all elements like they are when
bounce-in is done, when they leave from view, make them bounce out
and hidden again to let them bounce-in again.
|
| | | |
|