mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05:00
* margin, padding, size, and color tweaks * Remove commented out code * Use pointer-events instead of double click event * Use v-deep for v-sheet in v-dialog * Add newline * Fix stylelint complaint * Fix tests Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
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.