Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-03 | content: generateGroupSidebar: base on generatePageSidebar | (quasar) nebula | |
2024-02-16 | data: move sorting & generic functions out of #wiki-data | (quasar) nebula | |
2023-12-30 | content: misc content syntax cleanup, mostly attribute merging | (quasar) nebula | |
2023-10-07 | content: generateGroupGalleryPage: remove "another group" content link | (quasar) nebula | |
2023-10-07 | content: generateGroupSecondaryNav | (quasar) nebula | |
2023-08-18 | define global #sugar and #wiki-data imports | (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-08 | content: generateGroupGalleryPage: iamge my ass | (quasar) nebula | |
2023-06-23 | generateGroupGalleryPage: incl. # of tracks, duration in grid info | (quasar) nebula | |
2023-06-23 | content: generateCoverCarousel | (quasar) nebula | |
This also introduces a handy stitchArrays() utility, which probably has some uses not caught in this commit. | |||
2023-06-23 | use {...null} style destructuring where appropriate | (quasar) nebula | |
Yay JavaScript! for {...null} working but not (...null). (tc39/ecma262#687) | |||
2023-06-22 | content: group info + gallery pages | (quasar) nebula | |
These are good to go! Only thing missing is carousels on gallery pages. |