You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Navigation is not consistent, when exploring models in my models page and then going to specific model page (ai-models/ID) back button takes me to /ai-model.. although I cam from /account/models page
To Reproduce
Steps to reproduce the behavior:
Go to /account/models page
Click on any model you created
Click the back button on the top left of the page
you are navigated to /ai-models and the expected behavior is to return to /account/models page
Expected behavior
In step 4 above the expected behavior is to return to /account/models page
Thanks for discovering this. This was how it worked before, but when a user visits a URL directly (e.g, the account models), there will be no browser history to return, so the page reloads. That's why I made the model card return to model lists in this PR #344 . I will open a PR soon to fix this.
Describe the bug
Navigation is not consistent, when exploring models in my models page and then going to specific model page (
ai-models/ID
) back button takes me to /ai-model.. although I cam from/account/models
pageTo Reproduce
Steps to reproduce the behavior:
/account/models
page/ai-models
and the expected behavior is to return to/account/models
pageExpected behavior
In step 4 above the expected behavior is to return to
/account/models
pageScreenshots
Quick shot video for the issue
https://github.com/user-attachments/assets/6a82cc99-981d-468a-9f2f-bcf605c6db66
The text was updated successfully, but these errors were encountered: