1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-10-15 19:42:07 +00:00
miniflux-v2/internal/template/templates/common
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
..
enclosure_media_controls.html Fix Playback speed indicator on shared entries 2024-06-13 20:11:33 -07:00
entry_pagination.html Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
feed_list.html feat(ui): add user setting to control target="_blank" on links 2025-06-08 21:07:11 -07:00
feed_menu.html Replace link has button role with button tag 2024-02-09 17:09:30 -08:00
item_meta.html feat(ui): add user setting to control target="_blank" on links 2025-06-08 21:07:11 -07:00
layout.html feat(js): load app.js using JavaScript module 2025-08-02 11:07:27 -07:00
pagination.html Add navigation to last/first page 2024-06-28 20:19:38 -07:00
settings_menu.html add nav landmark to settings and feed menu 2024-02-04 10:47:30 -08:00