-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[WIP] Widget parameters UX overhaul #3306
Conversation
One issue I found:
Result: after closing the parameter source editor, the label value reverts to original one. Although if you open the popup, it shows the new one. Edit: |
How can I create a new dashboard parameter? |
The only by design scenario is when "static value" is selected, since it has no "title override" feature the title reverts to original. Changing selection to Dashboard/Widget params restores the new title. Edit: |
But you miss a scenario where I can point this to "city2" parameter, i.e. a whole new parameter which differs not only in Label but also in Keyword. This is useful if want to add two widgets that use the same parameter in the query, but should use different parameters in the dashboard.
In my case, I still had the edit button, so it's not this. No change is necessary I think, I will report if this ever happens to me again. |
Would this scenario not suffice?:
But this does introduce a correlated limitation, in which a user can't create a new dashboard param if an existing param key already exists in the dashboard. Am I right? 😖 |
Exactly. The scenario you described is not what I described -- in my case, there are two city pickers. |
@arikfr a few updates:
DisclaimerThe UI is a little fidgety and style not consistent - I'll address it once functionality is solid 💎 |
I didn't play with all the options, but so far looks like we're in the right direction. |
Makes sense though notice it doesn't work like that in master @arikfr
10x, looking into it |
I thought it might be the case :) How hard is it to fix? |
Not sure but it's now my top pri. |
Thanks for the feedback, continued in #3332. |
WIP - REQUESTING QA REVIEW
What's this?
Implementation according to UX discussion.
Before
After: