Skip to content

Make workflow invocation tabs routable #20719

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

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

ahmedhamidawan
Copy link
Member

@ahmedhamidawan ahmedhamidawan commented Jul 31, 2025

Fixes #20133

make_invocation_tabs_routable.mp4

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

@ahmedhamidawan ahmedhamidawan marked this pull request as ready for review August 1, 2025 21:16
@github-actions github-actions bot added this to the 25.1 milestone Aug 1, 2025
@itisAliRH
Copy link
Member

@ahmedhamidawan please rebase the branch to include #20734 for fixing the failed client linting test error.

The initial purpose of adding this was to prevent the page from reloading when you switch tabs. We set the boolean as soon as we know that the invocation exists in the store, and with this, when we change tabs there isn't a refresh every time.

But we mustn't return from the watcher at this point, we must continue polling.
We used to lazy load the report tab when the state component had tabs. Now that we have nav with router instead, and also the fact that the report component itself is more efficient than in the past, it is okay to remove this functionality.
@ahmedhamidawan ahmedhamidawan force-pushed the make_invocation_tabs_routable branch from 9289b40 to ac778d8 Compare August 4, 2025 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make invocation tabs routable
2 participants