Add "Manage GitHub access" link to the account dropdown - #77
Closed
super3 wants to merge 1 commit into
Closed
Conversation
Newly added repositories need the GitHub App granted access before the app can read/write their issues. Add a "Manage GitHub access" item to the signed-in user dropdown (next to "Sign out") that opens GitHub's installed-apps settings (https://github.com/settings/installations), where repository access for the app can be added or removed. Tests + 100% coverage + lint all green (966 tests). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019VQjXJyM3EZPd4joy3EwaB
super3
force-pushed
the
claude/kind-ritchie-pr4kzv
branch
from
June 29, 2026 20:52
96b0a9c to
fcc89ed
Compare
Owner
Author
|
Superseded by #78 — same change, moved to a dedicated branch ( Generated by Claude Code |
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.
What
Adds a Manage GitHub access item to the signed-in user (account) dropdown in the header, next to "Sign out". It opens GitHub's installed-apps settings (
https://github.com/settings/installations) in a new tab.Why
When you add a repo to dashban, the GitHub App still needs to be granted access to that repo before it can read/write its issues. This puts a one-click path to manage that access in the account menu (add or remove repo permissions as needed).
(Updated from the first version of this PR, which placed the link in the repository dropdown — moved to the account dropdown per review.)
Note on the destination
The link lands on your Installed GitHub Apps list, where you click the dashban app to manage its repository access. If you'd like it to deep-link straight to the dashban app's repo-selection page instead, tell me the app's slug (
github.com/apps/<slug>) and I'll point it athttps://github.com/apps/<slug>/installations/select_target.Testing
npm test— 966 passing (added an assertion for the link in the user-dropdown test).npm run test:coverage— 100% across all files.npm run lint— 0 errors (7 pre-existing warnings unchanged).🤖 Generated with Claude Code
https://claude.ai/code/session_019VQjXJyM3EZPd4joy3EwaB