mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-16 10:02:59 -04:00
* Dispatch a JS event when an entry finishes being marked read/unread Extensions that render their own read/unread indicator outside of the main article list (e.g. a custom reading pane) had no way to know when a mark read/unread AJAX request completed, so their own UI could get stuck (e.g. a spinner never reset). Dispatch a `freshrss:entryStateChange` event on `document` with the entry id and new state once the toggle has been applied, following the existing `freshrss:*` JavaScript event convention used elsewhere in main.js. Fixes #8862 * Minor preferences --------- Co-authored-by: Gerard Alvear <gerard.alvear@logiqd.me> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This is the documentation deployed by GitHub Pages.
To build and serve locally, first install the necessary packages:
bundle install
Then serve:
bundle exec jekyll serve -H 127.0.0.1 --watch --incremental
The documentation should be reachable at http://127.0.0.1:4000/FreshRSS/.