* changed way of storing the formfield data in v-form
* hacky translation implementation
* updated translations without bombing the performance
* removed debug code and refactored initial implementation
* removed redundant useFormFields in users route
* making proper use of useFormField results to not break the grid layout
* removed limitation for conditions
* Fix selection of foreign keys for value field in time series panel
* Revert "removed redundant useFormFields in users route"
This reverts commit c6f4f23cf8.
Co-authored-by: ian <licitdev@gmail.com>
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* v-image and "lazy load" working
* fixed vars
* all the other img uses
* No longer require access token in url for files
* Add lazy loading and size limits
* Rename map-component source prop
* Fix lint warning
* Update app/src/views/public/public-view.vue
Co-authored-by: ian <licitdev@gmail.com>
* Fix lint
* Fix missing file type icon
* Fix null imageInfo error
* Use video.js for media playback
* Fix .js file display
* Update package-lock.json
* Update package-lock.json
* update package.json
* Update pnpm-lock.yaml
* Remove unrelated addition on VDatePicker
* Remove folder abstraction
* Use image data based aspect ratio on preview
* Base app rate throttle on API rate limit config
* Configure app rate limit throttle based on api config
* Convert v-image to script[setup]
* Convert v-media to script[setup]
* Cleanup v-media
* Remove unneeded addTokenToUrl usages
* Remove video.js
It doesn't do authorization headers for mp4/mp3, so it's pointless
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
Co-authored-by: ian <licitdev@gmail.com>
* add raw editor for flows operation options
* add comment to explain reasoning for watcher
* add simple raw editor with syntax highlighting
* Add multiline to text fields & hide in json fields
* update input icon for toggle
* do not unset value for text fields
* fix mustache tag value checking
* enable raw editor for Insights
* remove lint warning
* Reduce size + inline icons
* add background-highlight when active toggle
* change multiline prop to type prop
* show toggle for all field types (including json)
* remove watcher to toggle rawEditor on load
* fix raw editor emit
* fix request operation headers field type json
* fix raw editor value passed to codemirror
* prevent tags from crashing
* do not unset values anymore when toggling raw
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* Set rounding method of relative formatted date to floor when strict option is selected
* Add round fn as an option
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>