« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/client3.js
AgeCommit message (Collapse)Author
2023-11-24client: add hoverable tooltip system, logic pulled from info cards(quasar) nebula
While this system comprehensively covers everything that info cards did (which was generally smarter hovering logic than newer code for external icon tooltips), it isn't focus- and touch-capable yet, so isn't quite done within this commit. However, the interface this system provides to others is baked and fully implemented here.
2023-11-24client: dispatchInternalEvent utility(quasar) nebula
2023-11-24content, test: linkContribution: tooltip icons(quasar) nebula
2023-11-21content, client, css: generateAdditionalNamesBox(quasar) nebula
2023-11-21client: internal beforeHashLinkScrolls listener(quasar) nebula
2023-11-16content, client: generateContentHeading: expose main title directly(quasar) nebula
2023-11-15client, write: data.json -> random-link-data.json(quasar) nebula
2023-11-15content, client: handle random data failing to load(quasar) nebula
2023-11-15client: tidy & better isolate random links code in client info(quasar) nebula
2023-11-15client, content: client2.js -> client3.js(quasar) nebula