mirror of
https://github.com/directus/directus.git
synced 2026-02-03 08:54:59 -05:00
* Add hydration functions and logout route * Add tests for hydration * Add collections nav * Structure collections module, add overview route * Fix failing tests * Add test for use-navigation * Add tests for collections-navigation * Add tests for collections-overview * Fix export for use-navigation composition * Update tests
Stores
Global data stores that can be used to access data that's used in multiple other components. For example the available collections within the current project.