Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-18 | define global #sugar and #wiki-data imports | (quasar) nebula | |
2023-08-14 | content: generatePageLayout: present sidebars in skipper properly data-steps | (quasar) nebula | |
2023-08-02 | content: good ol' client.js -> client2.js | (quasar) nebula | |
2023-08-02 | content, infra: support social embeds | (quasar) nebula | |
2023-08-02 | content: generatePageLayout: <meta name="theme-color"> | (quasar) nebula | |
2023-08-02 | content: pass color directly through slots in various places | (quasar) nebula | |
Primarily through generateColorStyle{Rules,Variables}, the former of which is also refactored into generatePageLayout, which now takes a direct color slot itself as well. | |||
2023-07-31 | content: generatePageLayout: tab-skipper box | (quasar) nebula | |
2023-07-26 | content: generatePageLayout: expose page path for CSS/JS | (quasar) nebula | |
2023-07-26 | content: generatePageLayout: support manual current: true | (quasar) nebula | |
2023-07-15 | data: split arrayOf validator into {strict,sparse}ArrayOf | (quasar) nebula | |
2023-07-14 | Merge branch 'url-special-chars' into data-steps | (quasar) nebula | |
2023-06-22 | content: generatePageLayout: remove unused transformMultiline dep | (quasar) nebula | |
2023-06-15 | content: generateSecondaryNav, generateAlbumSecondaryNav | (quasar) nebula | |
2023-06-15 | content: generatePageBanner, generateAlbumBanner | (quasar) nebula | |
2023-06-12 | content: cut html.template boilerplate | (quasar) nebula | |
2023-06-12 | Merge branch 'data-steps' of github.com:hsmusic/hsmusic-wiki into data-steps | (quasar) nebula | |
2023-06-08 | content: compute "needs reveal" class only on client | (quasar) nebula | |
2023-06-07 | content: generatePageLayout: image overlay container | (quasar) nebula | |
2023-06-05 | content: generatePageLayout: <title> tag | (quasar) nebula | |
This was already mostly implemented, wonder why it was commented out? | |||
2023-06-04 | Merge remote-tracking branch 'origin/staging' into data-steps | (quasar) nebula | |
2023-06-03 | content: generatePageLayout: divide style rules, apply default color | (quasar) nebula | |
2023-05-25 | content: sprawl & transformContent | (quasar) nebula | |
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). | |||
2023-04-15 | content: generateStickyHeadingContainer | (quasar) nebula | |
2023-04-15 | content: generateAlbumNavLinks, generatePageLayout nav bar | (quasar) nebula | |
2023-04-15 | content: generateAlbumSidebar + misc fixes | (quasar) nebula | |
This restores the CSS for sticky sidebars, but removes the specific lines applying that effect (for the album sidebar). There's also an experimental new splitter for the joined group info box but we might go back on that or do something different. No tests for the new stuff here yet! | |||
2023-04-08 | content: generatePageLayout: footer :sparkles: | (quasar) nebula | |
2023-04-08 | content: generatePageLayout: display provided styleRules | (quasar) nebula | |
2023-04-08 | html: drastically simplify template/slot system | (quasar) nebula | |
2023-04-06 | content: generatePageLayout (mostly stub) | (quasar) nebula | |