-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: React: Separate dedupe and partial response checkboxes per panel #2902
Conversation
… panel Signed-off-by: Prem Kumar <prmsrswt@gmail.com>
Signed-off-by: Prem Kumar <prmsrswt@gmail.com>
Can we have quick screenshot for such changes 🤗 ? |
@bwplotka Done 💯 |
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.
The changes look good! Just that I think that we forgot to update parseOption
and toQueryString
so that those options would end up in the URL itself. Let's improve them and I think we can merge this
Signed-off-by: Prem Kumar <prmsrswt@gmail.com>
Signed-off-by: Prem Kumar <prmsrswt@gmail.com>
ae70a50
to
12e517a
Compare
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.
Sorry for being a nuisance but could we change max_source_res
to be max_source_resolution
so that it would match the old UI? I think there would be some value in being able to copy/paste the params between the UIs. Other than that, I think this is good to go. WDYT?
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.
Amazing ❤️
(modulo @GiedriusS comment)
Signed-off-by: Prem Kumar <prmsrswt@gmail.com>
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.
Awesome work!
Changes
Verification
Tested locally by running unit tests and reviewing network requests.
Screenshots
Before
Deduplication and Partial Response checkboxes were global
Now
Moved these options to per panel