Changeset c7ecaf9 in Klonkt for src/config/database.js

Timestamp:
06/26/2026 11:45:53 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
9d34855
Parents:
2f42b60
Message:

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.