mirror of
https://github.com/directus/directus.git
synced 2026-01-28 18:38:10 -05:00
* Register notice component globally * Render button as flex in full width * Add buttons to / route * Rename block->full-width * Add hyrate overlay / project chooser placeholder * Make routes named * Dehydrate / hydrate when switching projects * Add choose project buttons to / route * Add main app component and hydration loader effect * Improve routing flow * Remove unused import statement * Fix test
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.