conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

[BUG] - Clicking on different environment tabs changes the visible build #333

Open kcpevey opened 9 months ago

kcpevey commented 9 months ago

Describe the bug

If you have several "open" environments as separate tabs in the UI, if you click from one tab to the other, the environment may change.

Expected behavior

I expect that if I am viewing an environment, then I click on a different environment tab, then go back to the first environment tab, the view should be the same.

How to Reproduce the problem?

I understand that in reading this, it seems very edge case, but this has bitten me too many times. When I'm debugging why builds are failing or trying to change package version to make sure something runs properly, its just really confusing when the view changes every time you come back to it.

Output

No response

Versions and dependencies used.

No response

Anything else?

No response

kcpevey commented 9 months ago

Adding the investigation label since I just realized this deployment is using an older version of the UI. I'll need to retest this on a new deployment.

trallard commented 6 months ago

@kcpevey is this still happening?

kcpevey commented 5 months ago

Yes. There is some very strange behavior. I think it has something to do with the UI trying to display the Active build every time you back to the tab.

I also suspect this may be related to https://github.com/conda-incubator/conda-store-ui/issues/334

gabalafou commented 3 weeks ago

Did https://github.com/conda-incubator/conda-store-ui/pull/389 fix this?