Conversation
…etion, user auth for writes - Add right-click context menu on tabs (close, close others, close right) with single shared instance - Add horizontal wheel scroll on tab bar - Fix optimistic mutation flash by skipping immediate invalidation when optimistic updates are applied - Switch all write operations to use user token instead of app installation token - Add branch deletion/restoration to PR activity timeline, sorted by date - Move merge event into sorted timeline instead of hardcoded at bottom - Track headRefDeleted in page data so delete CTA persists across refresh - Bust pull detail caches after branch deletion - Handle webhook delete events for revalidation - Use 13px font size for context menu items
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
diffkit | 7b5aeb6 | Commit Preview URL Branch Preview URL |
Apr 11 2026, 05:37 PM |
stylessh
added a commit
that referenced
this pull request
Apr 18, 2026
…etion, user auth for writes (#69) - Add right-click context menu on tabs (close, close others, close right) with single shared instance - Add horizontal wheel scroll on tab bar - Fix optimistic mutation flash by skipping immediate invalidation when optimistic updates are applied - Switch all write operations to use user token instead of app installation token - Add branch deletion/restoration to PR activity timeline, sorted by date - Move merge event into sorted timeline instead of hardcoded at bottom - Track headRefDeleted in page data so delete CTA persists across refresh - Bust pull detail caches after branch deletion - Handle webhook delete events for revalidation - Use 13px font size for context menu items
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
head_ref_deletedandhead_ref_restoredevents now appear in the activity feed sorted by date. Merge event is also sorted into the timeline instead of hardcoded at the bottom. Delete branch CTA persists across refresh via server-derivedheadRefDeletedfield. Cache busting and webhookdeleteevent handling added.Test plan