mirror of
https://github.com/directus/directus.git
synced 2026-01-30 16:58:36 -05:00
* Allow import data to collections via App directly * clear file input after import * tweak translations * reduce vertical gap * fix clear file input logic * Change export data button text * update start import button disabled color * undo unintended changes to translations quotes * add docs for importing items sidebar * update exporting items docs * Combine import/export sidebar details * Remove unused import detail * Fix docs 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.