-
Notifications
You must be signed in to change notification settings - Fork 26
Part 2 of bringing over the all messages list #2346
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
Conversation
}, 600); | ||
watch(model, (newValue) => { | ||
localInput.value = newValue; |
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.
i don't understand this change... seems to make localinput changes cause circular updates back to itself?
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.
will investigate separately and raise another PR if needed
- remove max-date limitation since it doesn't update without a full page refresh, and also server time may not be the same as client time
- fix applying query filters on loading of message list
Co-authored-by: Phil Bastian <[email protected]>
As part of this PR, we have added: