Age | Commit message (Collapse) | Author |
|
See discussion in #code-quarantine:
https://discord.com/channels/749042497610842152/854020929113423924/1232398510419349608
|
|
|
|
|
|
|
|
|
|
Makes collapsibility a function of the boxes in a sidebar,
rather than a property of the sidebar (column) itself.
|
|
Introduced for blockwrap purposes earlier, but unneeded since we
didn't actually use a blockwrap here in the end.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Primarily through generateColorStyle{Rules,Variables}, the former
of which is also refactored into generatePageLayout, which now
takes a direct color slot itself as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was already mostly implemented, wonder why it was
commented out?
|
|
|
|
|
|
Sprawling basically means tying a component to objects which
aren't directly passed to it. This is necessary for functions
like transformContent, which was *mostly* implemented here
(the multiline/lyrics modes are stubs, and a number of links
haven't been implemented yet).
|