-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
fix: fetch actions and plugins before choosing which GQL editor tab to focus #33697
fix: fetch actions and plugins before choosing which GQL editor tab to focus #33697
Conversation
WalkthroughWalkthroughThe recent changes in Changes
Assessment against linked issues
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Additional comments not posted (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Hey @jsartisan, I'm tagging you as you were the person that reviewed my last PR. Could you please take a look at this one? |
@hetunandu I think you would be the better person to review this PR. |
@danguilherme can you also add this scenario to the test case here |
@hetunandu done! |
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
Hey there @hetunandu, any updates here? Commenting so it's not closed. |
All tests passed in the mirror PR. Merging this in |
Description
FocusRetentionSaga
is not respecting the GraphQL API editor subtype when the page is being loaded because it's running its focus management logic before knowing that the action being edited is in fact a GraphQL plugin action.So now I am waiting for the app's actions and plugins to be loaded before the focus retention logic is run.
gql.headers.tab.bug.mp4
gql.headers.tab.bug.fixed.mp4
Fixes #33695
Automation
/ok-to-test tags="@tag.All"
🔍 Cypress test results
Caution
If you modify the content in this section, you are likely to disrupt the CI result for your PR.
Communication
Should the DevRel and Marketing teams inform users about this change?