Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Improve Nova Cards layout #8

Open
cord opened this issue Jul 1, 2020 · 0 comments
Open

Improve Nova Cards layout #8

cord opened this issue Jul 1, 2020 · 0 comments

Comments

@cord
Copy link
Member

cord commented Jul 1, 2020

Adding layout flexibility to Nova Cards

Currently, the height is fixed and the sort-order of full-width cards is broken (are always displayed at the bottom)

However the Nova Team will very likely not change this ( see
laravel/nova-issues#1895 (comment) ) so we need to find a workaround to customize the Layout of the Dashboards and Cards or even completely rebuild the presentation. Maybe we need to build a tool instead of using the detail view of an empty resource.

Trait vendor/laravel/nova/src/ResolvesCards.php might be a point to start with?

The final layout solution should support an UI grid component, e.g.
https://github.com/jbaysolutions/vue-grid-layout
https://shellybits.gitlab.io/v-chacheli/
which would allow a flexible Dashboard layout.

https://awesome-vue.js.org/components-and-libraries/ui-layout.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant