briancwald / material_admin

Drupal 8 Admin Theme
GNU General Public License v2.0
48 stars 15 forks source link

container entity item action styling #39

Closed briancwald closed 7 years ago

briancwald commented 7 years ago

We should represent container entity items actions as if they were 'card actions' to avoid having too many buttons with z-depth.

I am not sure where this should happen, as I want to affect all entity lists, but for example in a media field where you can select multiple items, here is what I am thinking it should look like.

(Desired state)

screen shot 2017-10-12 at 8 47 01 am

(Current state)

screen shot 2017-10-12 at 8 47 24 am
briancwald commented 7 years ago

Added support for entity browser and defined a method for specific contrib overrides in the scss folder.

screen shot 2017-10-20 at 10 01 30 am screen shot 2017-10-20 at 10 01 22 am
briancwald commented 7 years ago

@mortenson I think I covered all the different methods an entity can be added in a generic way by adding a wrapper and a handle for sorting, but I am not sure if I hit all the methods you can display those in the form display UI, is there anything I am missing?

mortenson commented 7 years ago

@briancwald This looks good to me, most of the forms I'm looking at look more clear now.