mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05:00
* better button text alignment * don’t wrap page title * filter placeholders * Update src/views/private/components/filter-drawer-detail/filter-input.vue * Update src/lang/en-US/index.json Co-authored-by: Rijk van Zanten <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.