Skip to content
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

[UI] Separate page state for each page instance #2622

Merged
merged 5 commits into from
Nov 19, 2019

Conversation

Bobgy
Copy link
Contributor

@Bobgy Bobgy commented Nov 18, 2019

Toolbar, title, ... state used to get shared between pages. This caused unpredictable behavior when dangling network requests come back. It was reported in #2590.

For review, this file contains all the major changes.

Changes in this PR:

  • Refactor related components to facilitate testing.
  • Add a failing test to reflect this bug.
  • Fix the bug and verify the test passes now.
  • Disable lint errors for test files.

Videos: #2590 (comment)

Fixes #2590

/assign @rmgogogo


This change is Reviewable

@Bobgy
Copy link
Contributor Author

Bobgy commented Nov 18, 2019

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Bobgy

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@rmgogogo
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot merged commit 0f0bb1d into kubeflow:master Nov 19, 2019
@Bobgy Bobgy deleted the fe_unstable_toolbar branch March 19, 2020 00:32
@Bobgy
Copy link
Contributor Author

Bobgy commented Mar 19, 2020

Fixes #265

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.

displayed run name in UI sometimes toggles between two different runs
3 participants