* first draft
* reworked to dynamically load modes.i think it works but im not totally sure tbh
* style fixes
* dynamic imports with some missing .d.ts files
* not sure about binding of value
* Update codemirror / types
* Update code story
* Add code interface translation strings
* Fix typing issues, use correct translation
* Update styling, fix tests
* Set language on init
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* checkbox inactive styling
* fix options
* fix translation
* dropdown placeholder default
* cleanup text input options
* roles layout setup
* add placeholder option to dropdown
* add translations
* info on global settings
* elipses after placeholders
* update to bytes for better formatting control
* clean up mime type displays
* new template formatting
* WIP info and help sidebar
* add support for svgs
* user popover styling
* have un-styled logo spinner feel centered
* consistent missing avatar colors
* fix asset url
* add info drawers
* initial help drawer
* WIP add help components to all pages
* Remove non-existing trim
* Fix file interface deselect
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Fix errors in repeater
* Use custom module listing in sidebar
* Refresh user store on role update
* Add custom module info to type
* Add collections interface
* Add collections interface translations
* Add collections listing types
* Use custom collections listing in collections module nav
* Remove outdated nav test
* Store / parse sso providers in project info
* Render sso provider links on login form
* Provide path to api on sso
* Finish SSO
* Fix user detail route
* Accept string error codes
* Rename color->type, fix old v-notices
* Add adding user string
* Fix reading order in v-menu
* no cursor when disabled
* consistent disabled styling
* divider icon alignment
* don’t show last item’s border
* notifications spacing
* status placeholder
* default status icon placeholder
* fix textarea focus style
* tags styling
* proper tags padding when empty
* proper input number step hovers
* show background color
* Fix data-model collections overview name class
* Don't use display template for batch mode
* Fix headline being hidden
* Use formatted name fo bookmarks breadcrumb
* Move drawer open to app store
* Fix tests
* slider value style
* Add comments to users/files
* Make comments selectable
* Move window width drawer state to app parent
* Fix private user condition
* Allow relationships to system collections
* Refresh revisions drawer detail on save and stay
* Add disabled support to m2o / user
* Center v-infos
* Hide default drag image
* Ellipsis all the things
* Use icon interface for fallback icon
* Render icons grid based on available space
* Fix ellipsis on cardsl
* fix batch edit checkbox styling
* Let render template ellipsis its raw values
* Fix render template
* Default cropping to current aspect ratio
* missing translation
* secondary button style
so sorry, rijk… it’s the only one (promise)
* Add image dimensions, add drag mode
* track the apology
* no elipses on titles
* Add cancel crop button
* Only show new dimensions on crop
* Inform file preview if it's in modal
* preview styling
* Install pretty-bytes
* Show file info in drawer sidebar
* Use outline icons in drawer sidebar
* don’t confuse null with subdued text value
* edge-case justification
* Show character count remaining
* Fix storybook + typing error
* Add length constraints to color
* Watch value prop
* Fix tags
* Open icon on icon click
* Fix overflow of title
* Show batch editing x items
* Fix edits emptying input on cancel
* Don't count locked filters in no results message
* simple batch edit title
* Fix headline being invisible
* Add no-options notice to interfaces/displays
* Use existing collection preset in browse modal
* Don't emit null on invalid hex
* Use correct titles in modal-detail
* style char remaining
* file info sidebar styling
* Another attempt at trying to make render template behave in any contetx
* Show remaining char count on focus only
* Remove fade, prevent jumping
* Render skeleton loader in correct height
* Fix o2m not fetching items
* Pass collection/field to render display in o2m
* Add no-items message in table
* Add default state to v-table
* Allow ISO8601 in datetime interface
* Title format selected icon name
* avoid blinking bg on load
* align characters remaining
* Default to tabular in browse modal
* Add disabled string
* Add center + make gray default notice
* Add disabled-no-value state
* Export getItems
* Expose refresh method on layouts
* Fix (batch) deletion from browse)
* Fix interface disabled on batch
* Add interface not found notice
* Add default label (active) for toggle interface
* Use options / prop default for toggle
* Support ISO 8601 in datetime display
* Render edit form in form width
* Fix deselecting newly selected item
* Undo all selection when closing browse modal
* Fix deselecting newly selected item
* wider divider
* update webhooks table
* Fix checkbox label disappearing
* Fix tests.. by removing them
Co-authored-by: Ben Haynes <ben@rngr.org>
* styling for color inputs....messy
* values line up
* color swatch
* color picker working html
* hsl
* hsl works!
* added preset option kinda (needs repeater)
* added color preset colors pretty
* Fix input up/down
* Remove empty test file
* Remove deprecated prop on v-menu
* fixed portal and click outside
* Add color placeholder text
* Emit color value on every type of change
* Rename middleware
* Remove empty readme
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* icon width
* updated pagination style
* file preview zoom
WIP — shouldn’t show up on MODAL preview
* overlay/modal close button styling
* duplicate key
* bookmark styling
* card fade
also adds an rgb value for the page background variable
* style per page dropdown
* cards per page dropdown color
* inset non-dense notifications within sidebar
* reduce border radius for xs avatars
* hide non-expanded prepend/append
* reduce sidebar padding
this gives content a bit more room
* WIP: split and update comments and revisions
work in progress
* fix collections module name
* fix file library title
* consistent border on disabled
* fix title/breadcrumb positioning
* breadcrumb fixes
* add “open” button to image interface
WIP — this needs the actual logic, and we might want to remove a button
* hide presets delete until selection
* image shadow and subtext color
* Remove breadcrumb calculation
* increase contrast for image subtitle
* fix textarea hover style
* Update src/modules/collections/index.ts
* Fix typing of translateresult to format
* Add undefined check to collection name
* Put v-if on dialog instead of button
* Remove breadcrumb logic
* Remove breadcrumb calculation
* Rename shadow to collapsed in header bar
* fix rating star display going over table header
* show collection breadcrumb for bookmarks
WIP — needs the formatted collection title
* shorter error to avoid wrapping
* remove periods
* Fix standard font-size of divider label, use large in interface
* Add extra date format strings
* Structure comments, support date headers
* Add ability to delete comments
* Add edited on status badge
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* Add translation strings
* Move type styles to mixins
* Add repeater interface
* Prevent stepper buttons when disabled
* Split up v-form
* Support disabled in repeater
* Fix image deselection when newID isn't set
* Fix svg support in image interface
* Render correct title on file library detail
* Default to interfaces based on type
* Remove unused import
* Don't show dropdown indicator on field label when readonly
* Accept datetime_created datetime_updated in datetime interface
* Add reused value-null component
* Fix z-index of v-badge
* Close status on content click
* Move edit button to header on file detail
* Increase tooltip z-index
* Add warning notice to edit image modal
* Fix extra spacing in divider interface
* Use wide style for notifications when drawer is open
* Click on image to open file preview
* true title alignment
not sure why, but normal was optically best for me
* flip dropdown arrow when open
* flip dropdown arrow and add dot contrast
* fix icon expanding label height
keep arrow visible when menu open
* global form size and clean-up file preview
* updated console log
WIP — also includes format for warnings, errors, timing, etc
* add form max width
* fix search input width with value
* style chips
* no arguments
* 00 == 60
* update tags/chip styling
* wysiwyg editor style fixes
* conditional formatting
* seconds option and wip 12h time
* even editor tool spacing
* avoid vertical text clipping
* add circle option to image display
* add circle option to user display
* add circle to translations
* add rating display
* remove log
* button vertical alignment
* correct image width
* polish image styles
* Fix datetime interface
* Use flip transition
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* 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
* 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>
* 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
* divider interface & updates to component
* fixes
* Remove subtitle in favor of relying on field not
As per figma
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* nav list sizing
* less contrast on table load progress
* new data model icon
* fixes all users nav
rijk SAID he fixed… but that’s ok ;)
* lighter module active color
* decrease badge size
* text changes
* new sidebar drawer component styling
* space out filters a bit more
* add auto-save warning to fields setup
* new tabular option icons
* new filter styling
needs formatting and translations for field name tooltips
* form field group styling
WIP — just styling, and needs translations
* don’t let line height be overridden
* interface icons
* button hovers
* divider interface WIP
* lighter highlight
we can try this out — might remove later
* no divider tests
* Fix divider interface
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* textarea updates with placeholder, font, and trim
* added wrapper div
* test fix
* font in css var
* Rename readonly to disabled, remove unused div
* Remove unused prop
* Fix code smell
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* textinput fixes including masking trimming icons and fonts
* removed masked attribute from v-input
* added wrapper div
* ugh
* test fix
* fixed all calls to monospace boolean except on textarea (in separate branch)
* readonly
* Remove unused wrapper div and rename readonly to disabled
* Rename readonly to disabled in story
* Prefer style over inline styles
* Fix codesmell
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* WIP start on collections modal
* Add titles / system optional fields
* Finish add collection modal
* Fix readonly state in text input
* Fix default value in v-form
* 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