Files
directus/src/views
Rijk van Zanten 346e6f95ce Project switching (#206)
* 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
2020-03-17 16:25:43 -04:00
..
2020-03-17 16:25:43 -04:00
2020-03-16 17:26:31 -04:00
2020-03-16 17:26:31 -04:00

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.

Table of Contents