mirror of
https://github.com/directus/directus.git
synced 2026-01-30 23:08:15 -05:00
* Add translateShortcut util * Add prepend/append slots to v-button * Reduce default list item height + listen to parent dense * Refactor save/delete logic into composition * Tweak popper positioning * Add v-list-item-hint component * Reset state on primary key change to + * Tweak save-and-x translations * Add and use save-options component * Move activity drawer detail to views folder * Prevent unnecessary overflow when popper is inactive * Revert spacing change in popper * Move comments translation up * Use translated title for section * Dont grow full height by default * Only show comments when you're not creating a new item * Add notifications to use-item composition * Add saveAsCopy function to useItem composition * Use ref for parameter in useCollection * Fix tests * Fix codesmells