Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See discussion in #code-quarantine:
https://discord.com/channels/749042497610842152/854020929113423924/1232398510419349608
|
|
|
|
|
|
|
|
Content in generateTrackChronologyLinks is a stub.
|
|
Just extracts logic from generateTrackInfoPage, for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also disable the fallback behavior when divideTrackListsByGroups
is empty, because what's the use of this listing at all, at that
point...?
|
|
|
|
|
|
|
|
Makes collapsibility a function of the boxes in a sidebar,
rather than a property of the sidebar (column) itself.
|
|
Removes the 'content' shorthand slot, making the surface of
all sidebars more predictable.
|
|
|
|
Introduced for blockwrap purposes earlier, but unneeded since we
didn't actually use a blockwrap here in the end.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The main benefit of stringifying attributes like this is escaping,
which isn't needed here, since we know all the values that might
be going into it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|