Files
nuzlocke-tracker/.beans/archive/nuzlocke-tracker-h8zw--crash-hide-edit-controls-for-non-owners-in-fronten.md
2026-03-22 08:56:06 +01:00

971 B

title, status, type, priority, created_at, updated_at, parent, blocking
title status type priority created_at updated_at parent blocking
Crash: Hide edit controls for non-owners in frontend completed bug high 2026-03-21T12:49:42Z 2026-03-21T12:50:37Z nuzlocke-tracker-bw1m
nuzlocke-tracker-i2va

Bean was found in 'in-progress' status on startup but no agent was running. This likely indicates a crash or unexpected termination.

Manual review required before retrying.

Bean: nuzlocke-tracker-i2va Title: Hide edit controls for non-owners in frontend

Summary of Changes

Investigation shows commit 3bd24fc already implemented all required changes:

  • Added useAuth and canEdit = isOwner to both RunEncounters.tsx and RunDashboard.tsx
  • All mutation UI guarded behind canEdit (Log Shiny/Egg, End Run, Randomize All, HoF Edit, Boss Battle, route clicks, visibility, naming scheme)
  • Read-only banners displayed for non-owners
  • No code changes needed — work was already complete