feat(fedi): like/boost toggle in place on the interact page (no reload)
The Like/Boost forms now POST via fetch and flip the button + label client-side, so you
stay on the page instead of a full redirect+re-resolve. Route returns JSON {on} for a
fetch request (X-Requested-With), and still redirects for the no-JS fallback. Body sent
as urlencoded so the existing body parser reads it.
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.