* Add localized-format util
* Add active prop to v-input
* Add strings for datetime interface
* Add overflow-scroll prop to v-menu
* Add close-on-content-click prop to v-select
* Add datetime interface
* Show display value synced with prop
* Sync value with prop
* Set lang after user hydration
* Add NL date-fns lang to test datetime
* Fix locale fetching in date-fns
* Dont stage value if year isnt fully filled out
* Localize date fns based on shared util
* Handle type, render type based display
* Don't use exact on v-list-item
* Pass type to interface on v-form
* Add support for bookmarks in collection preset composition
* Add strings for bookmark 404
* Use bookmarks prop in collections browse
* Use exact for active link in navs
* Show bookmarks in navigation
* Make bookmark optional in collection preset
* Don't show filters that are locked
* Change status badge size
* Fix letter spacing
* Optically align title
* Add file-preview at top of files page
* Add missing alt attr
* secondary action button style
will apply to other modules if we like this
* card styling
filled grid
static gaps
improved selections/hovering
* action button colors
* dialog styling
* updated pagination
* choose layout name
* move page count to footer
* card footer
* correct list group icon orientation
* move card size to header
* header icon color
* radios are not labels
* clean up projcet chooser styling
* don’t collapse pagination when empty
* logout style and tooltips
* correct css variable
* layout translation key
* use general “per page” translation
* hide per page when not in use
also increases min per page from 10 to 25
* more per page fixes
* add regex placeholder
* add new custom grid icons
* new card size toggle and tooltips
* differentiate between inner/outer border radius
WIP
* display icons
* horizontal alignment for status dot
WIP
* beautiful badges
* fix jumping table loader
* show search “x” when minimized
* shorten page count string
* system tooltips
* user menu avatar hover
* edit vs new detail page
don’t show delete if new
rijk might not like my nested ternary
* conditional divider spacing
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Add translation strings for adding/editing item
* Add display_template to collection type
* Dont use functional for skeleton loader
* Make title optional and add title slot
* Make title prop optional in private view
* Render -- for null values in render template
* Render display template in header bar
* Render null values in template as subdued --
* Render status dot aligned in the middle
* Fetch latest collections on settings save
* Render markdown in field notes
* Make add field button full width on data model
* Add no items with cta
* Add no items cta
* Add no results + clear
* Add no collections state
* secondary action button style
will apply to other modules if we like this
* card styling
filled grid
static gaps
improved selections/hovering
* action button colors
* dialog styling
* updated pagination
* choose layout name
* move page count to footer
* card footer
* correct list group icon orientation
* move card size to header
* header icon color
* radios are not labels
* clean up projcet chooser styling
* don’t collapse pagination when empty
* logout style and tooltips
* correct css variable
* layout translation key
* use general “per page” translation
* hide per page when not in use
also increases min per page from 10 to 25
* more per page fixes
* add regex placeholder
* add new custom grid icons
* new card size toggle and tooltips
* differentiate between inner/outer border radius
WIP
* display icons
* horizontal alignment for status dot
WIP
* beautiful badges
* Register filter drawer detail globally
* Add loading state mode to filter drawer detail
* Fix cursor clicking in search-filter
* Move filter drawer detail to layouts
* Fix typing of badge in drawer detail
* Close filter dropdown on content click
* Close project chooser on click outside
* Extract custom values logic into shared composition
* Fix background layering
* Add disabled prop to v-icon
* Pass field width to interfaces
* Move color var declaration to global scope
* Remove unused imports
* Handle null for items
* Add radio buttons string
* Add radio buttons interface
* Finish radio buttons interface
* Add tests
* Fix icon test
* Add show-deselect option to v-select
* Add parse-choices util
* Add dropdown interface
* Add allow-other prop to v-select (single only)
* Check for custom state correctly
* Treat empty custom value as null
* Set full-width to true by default for inputs / selects
* Add allow-other support to multiple dropdown
* Upgrade display value to show item count
* Fix custom deletion
* Fix tests
* Pass allow other on in dropdown interface
* Install tinymce
* Add wysiwyg interface
* Mock window.matchMedia
* Fix wysiwyg not reading data on value change
* Render skeleton loader on top of wysiwyg
* Add hideLoader support to interfaces
* Sneak this little bugfix in unnoticed
It's now passing on the interface / options to the display rendering in render-template
* Convert render function into component
* Allow types definition in display registration
* Add status-dot interface
* Fix render display rendering in tabular view
* Add types to other displays
* Export tooltip from index
* Start on readme
* Add tests for status dot