Skip to content
View as .md

Feedback

Signed-in users open ⋯ → Feedback. FeedbackPopover.svelte posts to /api/feedback.

Feedback is stored in the private Supabase public.feedback table.

Read all rows, newest first:

Terminal window
curl --fail-with-body -sS \
-H "x-feedback-key: $(cat ~/.config/arbe/feedback-read-key)" \
https://arbe.0sk.ar/api/feedback | jq .