* branch init tests and stuff
* types changed
* added '@' to modules mapper
* removed unneeded dotenv import
* tests passing
* forgot to save before committing
* remove app/generate-joi
* Skip validation if permissions filter is empty
* Remove another generate-joi api util
* Default allowUnknown to true
* Remove wrapping nested filter as Joi.object()
* Remove duplicate nested field from unit test
* Fix between operator for float values
* Removed unused allowUnknown option
Co-authored-by: ian <licitdev@gmail.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* added explicit change check before updating the internal value
* bunch of attempted fixes
* Revert "bunch of attempted fixes"
This reverts commit 17b7a5340f.
* nested v-form performance improvements
preventing re-rendering of some groups
* tries to fix accordion always re-rendering
* abnstracted the fix to its own functions
* abstracted the fix to its own functions
* fixes bug with rendering and saving data in accordion groups
* removed unneeded if statement
Co-authored-by: ian <licitdev@gmail.com>
* Update saveAsCopy function to fix the issue when there are relation items update
* add checking on junctionrelatedkey handler
* Update app/src/composables/use-item/use-item.ts
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
* fix syntax error by auto resolve
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
* base neg tests
* more tests for migrations run()
* tests passing
* updated test
Co-authored-by: Jay Cammarano <jaycammarano@gmail.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
All assets transformed by Vite are fingerprinted, so they can be cached indefinitely.
The html entrypoint should never be cached to always import the latest assets.
The only downside to this is that files from the "public/" folder are also cached for at least a year.
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* add datetime format check
* updated error message thrown
* removed unneeded "T" from date format
* updated date validation and parsing to use the date-fns functions