-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Inconsistent Behavior for CRUD view modals #11520
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Cc @nytai |
Let's have a conversation here (@junlincc @lilykuang @benceorlai @eschutho @mistercrunch ) about switching over the edit action on the dashboard list view. Current the edit action only open the dashboard properties modal. Should we just make the call that "Editing a dashboard means opening the dashboard in edit mode and not opening the dashboard properties modal"? It seems that everyone I've talked to advocates for
I think this should clear up a number of bugs/cosmetic issues around the current dashboard edit experience. Does anyone feel differently? |
+1 for changing the edit button to open dashboard in edit mode. |
+1 for changing the edit button to open dashboard in edit mode Also! In dashboard edit mode, consolidate the 2-3 other modals (filter mapping, colors, auto-refresh) under other tabs under "Edit Dashboard Properties", and make that an |
Also Edit Chart Properties modal please~ 😉 @nytai |
Looks like the portion about the strange saving behavior on the properties modal is covered by #11677 |
I want to close this issue since it's such an antique, but dang it... it's still true! @eric-briscoe / @michael-s-molina / @geido if anyone has bandwidth, it'd be good to look at the modal component, and see if we can nail down the transitions globally, for the sake of the design system. @jess-dillard / @kasiazjc if anyone has bandwidth, it might be worth (re)considering adding an additional action in the list view to let users edit the dashboard properties OR go right into dashboard edit mode. I'd contend that both have their place. |
I think Karan is working on the CRUD views, I'll pass this one to him (not sure what is his github handle). Thanks @rusackas :) |
Was hoping to close this as stale, but alas, it's still inconsistent! Opened a PR that should finally fix this. |
Screenshot
Description
In the new React-based Dashboard & Chart CRUD view. The edit modal has animation on both opening and closing, but the edit modal has only opening animation.
Also, I think we should probably consider linking the edit button to opening
<dashboard_url?>edit=true
in a new window instead of opening the properties modal, because it's much more commonly needed to edit the dashboard layout/charts rather than just the things in properties modal.Design input
[describe any input/collaboration you'd like from designers, and
tag accordingly. For design review, add the
label
design:review
. If this includes a design proposal,include the label
design:suggest
]The text was updated successfully, but these errors were encountered: