* Emit input whenever WYSIWYG content is updated
* Update value when initialized for direct page loads
* Remove emit value on init
* Emit only when the observer exists
* Set count before observer check
* Remove extraneous init call
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Take into account the format option when displaying dates relative.
* Add additional strict and suffix options
* Toggle showing options
Based on relative being selected, toggle suffix, strict and format from showing or not
* Fix linting and logic in options
* Fix linting and logic in options
* Fix more lint stuff :/
Co-authored-by: Jay Cammarano <67079013+jaycammarano@users.noreply.github.com>
* fix form field label responsiveness
* tweaks
* conditionally prepend value edited tooltip
* use new translation key
* add key
* apply suggested changes
* revert text overflow props change
* use span edited dot for form field label
* update edit dot for group detail & accordion
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Fix range to be based on current time
* Parse using localtime for fields without timezone data on SQLite
* Add tests
* Parse test response to int
* Refactor to options object
* Read timestamps as UTC for Oracle
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* initializing architecture doc
* first draft complete
* added media and improved copy
* final proofread
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Getting the search filter to show parent level results (when no children match the search query)
* only render checkboxes as a group when it has visible children and don't render single checkboxes when hidden
* added a tree with the groups filtered out for rendering the display templates
* don't walk the tree unnecessarily
* fix for groups after nested relations as often seen in M2M
* moved the tree function to utils and updated references
* [WIP] writing tests for the flatten-field-groups utility
* tests for the flatten-field-groups utility
* Add "Asia Pacific, Singapore" to regions
* Add missing region to "Create Standard Project" section
* Add regions table comparision
* Adjustments
* resolved image issue, proofread, and another tweak
Co-authored-by: Eron Powell <erondpowell@gmail.com>
Co-authored-by: Eron Donevan Powell <62306630+erondpowell@users.noreply.github.com>
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (German)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (Polish)
* created self-hosted section, moved installation guides, and re-edited first draft of the cloud quickstart guide
* refactored step 1 into two steps
* added media
* pre-mgmt submission proofread
* pulled down on wrong branch.
Revert "pre-mgmt submission proofread"
This reverts commit dfd678d083.
* first draft, halfway done
* first draft done
* added directus cloud section, first draft
* second draft, applied ben's desired edits
* moved resources out of intro and into separate page
* tiny tweaks
* heavily edited whats directus and tidied up lower sections
* link checked and proofedited with grammarly
* Update docs/getting-started/resources.md
* Update docs/getting-started/introduction.md
* Auto-format indentation
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* initial data flows outline
* more details to data flows
* minor tweaks
* added basic explanation of variables, made other improvements
* more lil updates
* flows 70%, triggers 70%, operations 50%
* added most media, operations info, and made small tweaks on flow and triggers
* Revert "added most media, operations info, and made small tweaks on flow and triggers"
This reverts commit 3c35b8d728.
* Revert "Revert "added most media, operations info, and made small tweaks on flow and triggers""
This reverts commit eadfb33969.
* flows draft complete, not fully proof-edited
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>