You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forge: Delete button on issue/PR entries (author-only)
Surfaces the delete that already existed at the backend (pod-WAC on a body
resource, or the hosted DELETE endpoint — both author-enforced, both tested)
as a per-entry Delete button in the thread UI. The client does authFetch
DELETE on the entry's resourceUrl (xlogin proof or bearer token); a non-author
gets 403, the author's delete reloads to the existing "content removed by its
author" tombstone. Shown to any signed-in user like the close/reopen button.
Test asserts the button renders with its resource URL. 131 green.
0 commit comments