« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateGroupGalleryPage.js
AgeCommit message (Collapse)Author
2023-10-10Merge branch 'preview' into networked-tags(quasar) nebula
2023-10-09content, client, css: quick description: expand, link externally(quasar) nebula
2023-10-07content: generateGroupGalleryPage: remove "another group" content link(quasar) nebula
2023-10-07content: generateGroupSecondaryNav(quasar) nebula
2023-10-02content: move "quick description" into own fn, try on group page too(quasar) nebula
2023-08-18define global #sugar and #wiki-data imports(quasar) nebula
2023-08-02content: 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-08content: generateGroupGalleryPage: iamge my ass(quasar) nebula
2023-06-23generateGroupGalleryPage: incl. # of tracks, duration in grid info(quasar) nebula
2023-06-23content: generateCoverCarousel(quasar) nebula
This also introduces a handy stitchArrays() utility, which probably has some uses not caught in this commit.
2023-06-23use {...null} style destructuring where appropriate(quasar) nebula
Yay JavaScript! for {...null} working but not (...null). (tc39/ecma262#687)
2023-06-22content: group info + gallery pages(quasar) nebula
These are good to go! Only thing missing is carousels on gallery pages.