1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-21 18:11:09 +00:00
miniflux-v2/internal/template/templates
Tali Auster 2959a4d2bf fix: clarify share flow in UI
Prior to this commit, to share an entry, a user has to click on the
share link and then copy the URL they are redirected to. The danger is
that they may right-click and copy the share link without actually
clicking on it, and therefore share a link that, when authenticated,
shares the entry, rather than actually sharing the entry.

Here, we avoid this misinterpretation by making sharing into a POST
request and using a form rather than a link.
2025-04-17 17:07:38 -07:00
..
common fix: change labels from Read / Unread to "Mark as Read" 2025-03-28 17:34:44 -07:00
standalone Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
views fix: clarify share flow in UI 2025-04-17 17:07:38 -07:00