Reorganize JS files into pages (pulled directly from templates) and modules. Probably would want to separate out components eventually
JS imports have all been scrambled due to the reorg, and also using node modules instead of CDN.
serverData got worse lol, it's now a global.
Although this doesn't change the functionality of the frontend, it's an important step towards migrating to better practices imo. Good luck reviewing lmao
Lots of changes:
pages
(pulled directly from templates) andmodules
. Probably would want to separate out components eventuallyAlthough this doesn't change the functionality of the frontend, it's an important step towards migrating to better practices imo. Good luck reviewing lmao