mirror of
https://github.com/directus/directus.git
synced 2026-02-08 20:44:57 -05:00
* Extract edit modal to standalone component * Fix creating new item from m2o edit modal * Rename item-modal to modal-detail * Extract selection modal in standalone component * Add required primary-key prop to v-form * Add inline prop to table * Fetch items in o2m * Accept numbers for primary key in v-form * Use correct collection in render template in m2o * Render modal detail * Fix edit existing * Add add-new * Do things * Finish o2m
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.