mirror of
https://github.com/directus/directus.git
synced 2026-02-05 23:55:11 -05:00
* Rework layout extension component management * Move cards layout to new system * Move calendar layout to new system * Move map layout to new system * Use new useLayout everywhere * Remove useLayoutState composable
Views
Views are the top-level parent component that are used in all modules. Directus will only have two Views for the
foreseeable future: public and private for non-authenticated and authenticated routes respectively.