-
Notifications
You must be signed in to change notification settings - Fork 383
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
[gui] Remember filters when navigate between pages #2913
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but will try clicking thru some pages as well before accepting.
@@ -1,8 +1,6 @@ | |||
<template> | |||
<v-container id="product" fluid> | |||
<keep-alive> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is keep-alive removed? the router-view must be re-rendered now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you use keep-alive, it will caches the components states. It should be handled properly, when a cached component is showed but something is changed in the URL. It was easier to remove it and initialize it properly when the component is mounted again.
I have rebased to master and there is still a "skip not supported yet" error, so cannot verify atm. |
Maybe something is stucked. Try to run the |
cfdf9d1
to
c01c3bf
Compare
Here is an overview of what got changed by this pull request: Issues
======
- Added 13
Complexity increasing per file
==============================
- web/server/vue-cli/src/store/modules/url.js 2
See the complete overview on Codacy |
No description provided.