« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/index.js
AgeCommit message (Collapse)Author
2023-10-11implement flash act pages, rework flash sidebar layout(quasar) nebula
2023-08-19clean up imports & miscellaneous metastructures across codebase(quasar) nebula
2023-08-02content: bunch of stub pages(quasar) nebula
2023-08-01content: generateNewsEntryPage(quasar) nebula
2023-07-26content: generateWikiHomePage (layout besides content)(quasar) nebula
2023-07-15content: generateArtTagGalleryPage(quasar) nebula
2023-06-24content: listings stub (listAlbumsByName)(quasar) nebula
2023-06-22content: group info + gallery pages(quasar) nebula
These are good to go! Only thing missing is carousels on gallery pages.
2023-06-22content: artist alias redirects(quasar) nebula
2023-06-06content: generateAlbumCommentaryPage(quasar) nebula
2023-06-02content: stub artist page(quasar) nebula
Only nav implemented so far.
2023-05-26content: generateStaticPage(quasar) nebula
2023-04-12content: stub track page, misc. other changes(quasar) nebula
* generateContributionLinks replaced with linkContribution, tests still need updating * album pages respect albums without cover art * track pages without unique art inherit art tags from album (fixes #13) not heavily tested, this commit probably breaks some pages which were loading correctly before
2023-04-06build steps: jank together ultra-basic page write(quasar) nebula
Super simple technically functional sketch.
2023-03-06data-steps: initial commit(quasar) nebula
2022-11-26finish up cosmetic style changes(quasar) nebula
2022-06-26real pragma, and some eslint fixes(quasar) nebula
2022-06-26add @format pragma to JS files(quasar) nebula
2022-06-26initial prettier/eslint commit(quasar) nebula
2021-06-04module-ify tag pages(quasar) nebula
2021-06-04module-ify album commentary pages(quasar) nebula
2021-06-04module-ify flash pages(quasar) nebula
2021-06-04module-ify listing pages(quasar) nebula
2021-06-04module-ify homepage(quasar) nebula
2021-06-04module-ify static pages(quasar) nebula
2021-06-03module-ify news pages & index; new page module fns(quasar) nebula
2021-06-03module-ify artist and artist alias pages(quasar) nebula
2021-06-01module-ify group pages(quasar) nebula
2021-06-01module-ify track pages(quasar) nebula
2021-06-01basic module-ify album pages(quasar) nebula
Other pages are commented out for now. Also, this doesn't include the source .txt processing functions yet, 8ut that'll pro8a8ly end up in the page/ files too.