Appearance
Feedback
The Feedback page collects submissions sent through the in-app feedback widget. Staff and members can report a bug, suggest something, or flag a problem without leaving the app, and those reports land here for triage.
Used by: Admin and Super Admin.
Where feedback comes from
The feedback widget appears in both the Portal (for members) and the Admin (for staff), for anyone who is logged in. When someone submits, the system captures:
- Category — Bug, UX / Usability, Performance, Missing Feature, Data Sync, or General.
- Page URL — the exact page they were on when they submitted.
- Description — what they wrote.
- Screenshot — optional, if they attached one.
- Server log tail — a short slice of recent server log, attached automatically to help diagnose bugs.
- Submitter — their name and email when available.
Reviewing submissions
- Go to https://admin.uibeta.org/admin/feedback.
- Submissions are grouped by status: New, Reviewed, and Fixed. New items are at the top so nothing gets lost.
- Click a row to open the detail view with the full description, page URL, screenshot, and server log.
- If a screenshot is attached, you can download it from the detail view.
Marking status
From the detail view you can move a submission through its lifecycle:
- Mark as Reviewed — you have seen it and triaged it.
- Mark as Fixed — the underlying issue is resolved.
Status is just for staff tracking. Changing it does not email the submitter.
Creating a GitHub issue
For anything that needs a developer, use Create Issue from a submission. This opens an issue in the project's GitHub repository pre-filled from the feedback, and links the issue number and URL back onto the feedback record so you can follow it. Use this for real bugs and feature requests rather than pasting details by hand.
Need help? Contact Andrew.