feat: add read-only deployment moderation dashboard#1999
Open
kalvinnchau wants to merge 5 commits into
Open
Conversation
kalvinnchau
force-pushed
the
peon/operator-dashboard
branch
from
July 16, 2026 22:42
2d473e1 to
58e8440
Compare
kalvinnchau
force-pushed
the
peon/operator-dashboard
branch
2 times, most recently
from
July 17, 2026 00:35
55d3853 to
688897a
Compare
Co-authored-by: npub1dccv64krpcpse5cmkzfeh998cftungyatw3djt8jwdw6g43f7fyqzzmrf7 <6e30cd56c30e030cd31bb0939b94a7c257c9a09d5ba2d92cf2735da45629f248@sprout-oss.stage.blox.sqprod.co> Signed-off-by: npub1dccv64krpcpse5cmkzfeh998cftungyatw3djt8jwdw6g43f7fyqzzmrf7 <6e30cd56c30e030cd31bb0939b94a7c257c9a09d5ba2d92cf2735da45629f248@sprout-oss.stage.blox.sqprod.co>
kalvinnchau
force-pushed
the
peon/operator-dashboard
branch
from
July 17, 2026 15:16
688897a to
ebfd4eb
Compare
Co-authored-by: npub1dccv64krpcpse5cmkzfeh998cftungyatw3djt8jwdw6g43f7fyqzzmrf7 <6e30cd56c30e030cd31bb0939b94a7c257c9a09d5ba2d92cf2735da45629f248@sprout-oss.stage.blox.sqprod.co> Signed-off-by: npub1dccv64krpcpse5cmkzfeh998cftungyatw3djt8jwdw6g43f7fyqzzmrf7 <6e30cd56c30e030cd31bb0939b94a7c257c9a09d5ba2d92cf2735da45629f248@sprout-oss.stage.blox.sqprod.co>
remove browser-managed reviewer headers and scope admin reads to the private ingress. align the dashboard with buzz styling and add full feedback detail reads with community provenance.
kalvinnchau
marked this pull request as ready for review
July 17, 2026 16:20
add searchable feedback filters, browser-local acted-on state, and buzz category styling. validate and render real feedback attachments with deterministic local seed coverage.
* origin/main: (31 commits) chore(release): release Buzz Desktop version 0.4.14 (#2036) Strip media metadata on clients and reject it at the relay (#2006) fix(desktop): restore Doctor ACP login discovery (#2017) feat(desktop): animate starter team onboarding (#2032) fix(ci): use git diff for path filtering (#2029) fix(desktop): include exe dir and ~/.local/bin in provider discovery (#2007) [codex] Hold Git concurrency permits through streaming (BUZZ-SEC-018) (#1916) [codex] Enforce shared relay admission limits (BUZZ-SEC-019) (#1917) [codex] Block banned actors from moderation commands (BUZZ-SEC-007) (#1915) [codex] Fix relay WebSocket admission limits (#1682) fix(desktop): close mention popup after an exact name + trailing space (#2030) test(desktop): harden observer archive policy regression coverage (#1994) [codex] Bind release publishers to immutable tags (BUZZ-SEC-039) (#1914) fix: resolve invite downloads by platform (#2001) Bug-bash: mention/code-span, feed titles, autocomplete, edit-mentions, draft routing, and right-click media Download (#2027) fix(desktop): keep mesh allowlist on transient roster query failure (#2024) Polish Buzz theme and sidebar (#1971) Welcome new users with a live agent team kickoff (#1998) fix(desktop): case-insensitive relay media origin match, release 0.4.13 (#2023) feat(desktop): show owners in agent hover cards (#2015) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Acted onfiltersjust admin,just admin-seed, andjust admin-checkworkflows; local seeding uploads existing screenshots and generates temporary diagnostics files during the runSecurity model
BUZZ_ADMIN_HOST, and browser API requests are same-originNetworkPolicyto prevent direct or alternate access paths; place an identity-aware proxy in front when per-user authentication and audit attribution are requiredInterface
GET /api/admin/v1/reportsGET /api/admin/v1/reports/:idGET /api/admin/v1/feedbackGET /api/admin/v1/feedback/:idReport reads support bounded filtering by community, status, report type, target kind, and time range. Feedback is newest-first and searchable/filterable in the browser.
Acted onstate is stored by feedback ID in browser local storage.Verification
just admin-checkcargo test -p buzz-relay handlers::product_feedbackbash -n scripts/seed-admin-dashboard.sh