LeanAdmin / feature-discussions

The place for discussing new features
6 stars 0 forks source link

Modals for editing child relations #2

Closed stancl closed 3 years ago

stancl commented 3 years ago

This will let you edit child resources when editing the parent. For example, if you're editing an Order, you will be able to edit its Products on the same page.

We'll show a slideover/modal on the right side of the screen. The modal will contain the Edit action for the child resource.

molcsab commented 3 years ago

Yes please

stancl commented 3 years ago

Limiting the scope of this for now. We'll use a single modal and later maybe support infinite nesting.

stancl commented 3 years ago

Fully implemented. Modals are not nested as in overlaid on top of each other, but they can be infinitely nested they have back buttons.