Inconsistent Behavior for CRUD view modals
See original GitHub issueScreenshot
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
]
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Inconsistent Behavior for CRUD view modals #11520 - GitHub
In the new React-based Dashboard & Chart CRUD view. The edit modal has animation on both opening and closing, but the edit modal...
Read more >SQLAlchemy CRUD operation is inconsistent with or without ...
A solution to get over the situation is to use a field() with default_factory= for is_bookmarked as well: @dataclass class Bookmark: ...
Read more >Crud (Re)Defined - Amy Orben, Daniël Lakens, 2020
This review tracks the history of the crud factor and examines how its use in the psychological- and behavioral-science literature has developed to...
Read more >4. CRUD Web Services - REST in Practice [Book] - O'Reilly
Through CRUD, we’ll take our first steps along the path to enlightenment using HTTP as an application protocol instead of a transport protocol,...
Read more >DAX and DynamoDB consistency models - AWS Documentation
Consistency among DAX cluster nodes; DAX item cache behavior; DAX query ... In this scenario, DAX and DynamoDB hold inconsistent values for the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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?
Looks like the portion about the strange saving behavior on the properties modal is covered by https://github.com/apache/incubator-superset/issues/11677