1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00
miniflux-v2/internal/template/templates/views
jvoisin da8bf3890c refactor(templates): be explicit about dependencies
Instead of blindly compiling all the common/ templates for every view/ ones,
let's be explicit about the dependencies. This should significantly decrease
the resident memory consumption, as ParseTemplate is responsible for ~10M of
the current 11M of heap memory on my instance, so any win there is interesting.
This will also allow better factorization of templates, now that everything is
explicit. Another side-effect is that it'll make testing easier, as we now have
a comprehensive list of views/ templates affected by a change in a file in
common/
2025-08-20 18:51:51 -07:00
..
about.html fix(version): change development version naming to avoid breaking some clients 2025-08-18 17:41:17 -07:00
add_subscription.html feat: add entry filters at the feed level 2025-06-19 15:15:16 -07:00
api_keys.html feat(api): add new endpoints to manage API keys 2025-05-25 15:50:13 -07:00
bookmark_entries.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
categories.html Replace link has button role with button tag 2024-02-09 17:09:30 -08:00
category_entries.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
category_feeds.html fix(ui): Redirect correctly post feed removal from category feeds list 2025-01-27 17:43:54 -08:00
choose_subscription.html refactor(template): remove some useless attributes 2025-08-15 17:55:49 -07:00
create_api_key.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
create_category.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
create_user.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
edit_category.html fix(api): hide_globally categories field should be a boolean 2025-04-21 19:43:25 -07:00
edit_feed.html feat: add entry filters at the feed level 2025-06-19 15:15:16 -07:00
edit_user.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
entry.html refactor(template): remove some useless attributes 2025-08-15 17:55:49 -07:00
feed_entries.html refactor(template): remove some useless attributes 2025-08-15 17:55:49 -07:00
feeds.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
history_entries.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
import.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
integrations.html feat(integration)!: remove Pocket integration 2025-06-15 13:29:55 -07:00
login.html feat(webauthn): show help message regarding username and non-discoverable credentials 2024-10-26 21:49:23 -07:00
offline.html refactor(templates): be explicit about dependencies 2025-08-20 18:51:51 -07:00
search.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
sessions.html change header tag usage to match landmark meaning 2024-02-04 10:47:30 -08:00
settings.html fix(template): webauthn error alert was broken on the settings page 2025-08-11 20:01:53 -07:00
shared_entries.html feat(ui): add user setting to control target="_blank" on links 2025-06-08 21:07:11 -07:00
tag_entries.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
unread_entries.html perf(templates): removes superfluous whitespaces in two templates 2025-08-14 19:40:30 -07:00
users.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
webauthn_rename.html add alert role to alert message element 2024-02-05 20:14:23 -08:00