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
I've caught myself doing something in the last couple days:
Load a dashboard from Elasticsearch
Modify this, that, then click "Set as My Default"
Reload and surprise! I don't see my changes
Refresh furriously, restart chrome
Realize that I'm still reading from Elasticsearch and not from the save that I just created
I think it might make sense to enhance the dashControl panel to behave similarly to the "Save" and "Save As" functionality we've grown used to over the years:
Save edits the version we are currently using in place (es, localStorage, etc)
Save As saves to a new location + switched the route to read from that new file.
This would prevent similar moments of frustration in the future and is probably expected behavior for most users.
The text was updated successfully, but these errors were encountered:
From #392
I think it might make sense to enhance the dashControl panel to behave similarly to the "Save" and "Save As" functionality we've grown used to over the years:
This would prevent similar moments of frustration in the future and is probably expected behavior for most users.
The text was updated successfully, but these errors were encountered: