1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-10-05 19:31:01 +00:00
miniflux-v2/internal/template/templates
Frédéric Guillot bfbc1c88c3 feat(js): load app.js using JavaScript module
- The JS bundle has its own isolated scope
- There is no need to use IIFEs anymore (Immediately Invoked Function Expressions)
- Modules are executed after the HTML document is fully parsed, similar to `defer` attribute
- There is no need to use `DOMContentLoaded` anymore
- Module scripts inherently run in strict mode (no need to define `use strict` anymore)
2025-08-02 11:07:27 -07:00
..
common feat(js): load app.js using JavaScript module 2025-08-02 11:07:27 -07:00
standalone Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
views feat: add entry filters at the feed level 2025-06-19 15:15:16 -07:00