* Use correct type styles for label
* Fix sup mode in icon
* Add required star and note
* Add ctx arrow
* Add contextual menu to fields
* Add some margin to note
* Start on field setup modal
* Add field-setup first pane
* Add interface options support
* Use updated button to add field
* Add interface and display selection and options
* Add advanced options form
* Use field name in settings
* Hide titles when editing existing field
* Add disabled handler for next / previous
* ...
* Show error on failed saves
* Rename name to field
* Fix arrow inline styles
* Fix show-arrow
* Rework tab logic to use named tabs (makes dynamic relationship tab work)
* Make it pass tests
* Start on v-modal, fix layering in v-dialog
* Add shadow to v-dialog content
* Add optional group identifier to groupable compositions
This allows groupable parents to be nested more flexibly:
tabs group
item group
item
tab
In the case above, we only want the tab to trigger for tabs group, not item group.
* Add active prop support to v-list-item
Allows us to manually indicate that a list item is active, useful in v-menu
* Use v-list in vertical tabs
* Finish v-modal
* Update readme for groupable composition
* Use menu for project switcher
* Setup base structure for settings module
* Setup routes for settings
* Tweak v-menu styling
* Rough in collection overview in settings
* Save field info based on sort
* Add accidentally renamed global route
* Add move-in-arrow util
* Add update methods for fields
* Add field sorting logic
* Handle sorting between groups
* Add support for label on the v-divider component
* Register missing components
* Allow multiple dialogs at once
* Progress in settings
* Fix full-width option of input
* Update missing translations
* Improve menu performance
* Add field sizing
* Add disabled state to list item
* Add visibility toggle
* Undo changes on API errors
* Add test for usecollectoins
* Add notifications to field updates
* Fix linter warning
* Remove useCollection directive
* Fix linter warnings
* getting closer, trying to add things in
* positioning and story props
* add window-size index.ts
* positioning fixes
* hover half working
* more stories, no activator, positionxy
* minor fixes
* clickable menus in story
* fixed glitch in no activator, using correct iscontentactive var
* readme for menu
* readme for clickoutside
* test for v-menu
* tests
* test mocks
* Add new v-click-outside directive
* no iscontentactive
* simplified
* tweak
* Create menu based on popper
* Finish menu
* Remove unused imports
* Remove todos from menu
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* 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
* Add logout route
* Don't render spinner on top of content
* Use logout route instead of onBeforeEnterLogout handler
* Remove onBeforeLogoutRouteEnter test
* Fix warnings in tests