* added v-select and button to start sidebyside view
* v-chip next to field name on translations
* v-chip color changed
* add baisc logic
* finish inner workings of translation interface
* finish design
* clean up code
* remove unused prop
* small tweaks
* finish translation interface
* fix lang icon
* tweak styling
* Use v-model over separate bind+event
* Tweak margin definition
* Add class to field-name to prevent span confusion
* Rename classes to match var names
* Add limit -1, remove commented code
* Tweak toggle tooltip wording
* Add hover state to v-icons
* Use self-closing elements
* Remove unused imports
* Rename newVal->sideBySideEnabled
* Use filter + length instead of reducer
* Fix param typo
* Move dividers into main translations component
* Base initial language on fetched languages array
* Move styling to language-select, simplify component
* Don't rely on deep styling
* Tweak interactive state of chip
* Use existing form-grid for side-by-side layoutin
* Only fetch preview values when we dont have them yet
* Improve stability of edited status
* Fix hover state of v-icon
Co-authored-by: Nitwel <nitwel@arcor.de>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* Remove return from api cli entrypoint
* Add directus-extension cli to extension-sdk
The initial version only implements the "build" command.
Executing "build" in the root of an extension package bundles the
extension to a single distributable and loadable entrypoint.
* Update extension docs to use directus-extension build
* Update interfaces.md
vue-template-compiler => rollup-plugin-vue@next
It resolves rollup halting with error
* Update other extension types as well
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>