-
Couldn't load subscription status.
- Fork 4
Add Manage GH App dialog in connected accounts #655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
I feel like this is an obvious place people will look for this, so we should make it more visible there?
Needed for readthedocs/ext-theme#655, which otherwise I need to override the Allauth views for, and this seems useful in other places if we want to keep linking it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I like the idea, I've been wanting something like this for GHA management in this listing. I've also been wanting "Resync repositories" action as another context option in the connected service list. Sharing the repo sync here UI is on my short list.
| <a href="https://github.com/apps/{{ GITHUB_APP_NAME }}/installations/new/" | ||
| target="_blank"> | ||
| <div class="ui button green">{% trans "Manage GitHub App" %}</div> | ||
| </a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Refs #583 |
readthedocsext/theme/templates/socialaccount/partials/social_account_list.html
Show resolved
Hide resolved
Needed for readthedocs/ext-theme#655, which otherwise I need to override the Allauth views for, and this seems useful in other places if we want to keep linking it.

I feel like this is an obvious place people will look for this,
so we should make it more visible there?