spatie / blender

The Laravel template used for our CMS like projects
https://freek.dev/on-open-sourcing-blender
876 stars 148 forks source link

Proposal: move delete button to detail page. #145

Closed freekmurze closed 7 years ago

freekmurze commented 7 years ago

In general all lists in the backsite feature delete buttons on every single row. Although they are rarely used, all those buttons combined get quite some screen real estate.

Wouldn't it be better to move the detail button to the detail page of a model? Thoughts?

willemvb commented 7 years ago

I can imagine an author who wants to clean up his news section doesn't want to open every detail page and delete one by one.

Ideal situation:

Option 1 requires some work though and sounds like Vue to me. Not sure if we want to replace the current dataTables and sortable tables setup?

freekmurze commented 7 years ago

I can imagine an author who wants to clean up his news section doesn't want to open every detail page and delete one by one.

Show me one site where this has ever happened 😺 For the vast majority of projects there is very little that ever gets deleted.

sebastiandedeyne commented 7 years ago

Option 1 requires some work though and sounds like Vue to me. Not sure if we want to replace the current dataTables and sortable tables setup?

I'd love to replace the dataTables but I don't want to write the replacement 🤓

willemvb commented 7 years ago

Me neither :). Ok, so we are not gonna replace dataTables for now. Is it the styling of the red buttons that is too much? Maybe a more modest look is enough to tackle this (and eg. be more in line with the gray delete action of a media row). I still think list view is the logical place to delete items.

freekmurze commented 7 years ago

A more modest look would also be a great improvement