mirror of
https://github.com/directus/directus.git
synced 2026-02-08 20:44:57 -05:00
* Add getPresetForCollection method * Add savePreset action * Add useSync composition * Sync collection presets with store / api * Clean up browse flow * Cleanup tabular code * Move portal target to browse page * Save column widths to view options * Add must-sort prop to v-table * Add saving flow for viewQuery / viewOptions * Optimize saving flow * Provide main element to sub components * Add per page option * Add field setup drawer detail
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.