Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-08 | convert js/browser.js to a CommonJS module | 0neGal | |
And `js/popups.js`, but it was already technically a CommonJS module, it was just leftover in `index.html` due to `js/browser.js` not being a CommonJS module. | |||
2024-06-08 | initial commit to better modularize frontend | 0neGal | |
Far from done, but this pretty much splits everything inside `src/app/main.js` into separate files. |