* 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>
* inelegant solution for BigInt sorting
* Revert "inelegant solution for BigInt sorting"
This reverts commit e804588140.
* always use server sorting in the tabular layout
* Update app/src/layouts/tabular/tabular.vue
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* fix for o2m displaying item count
* fixes value structure for multi relations
* removed debugging code and comments and improved data mapping
* fix aliased fields for single relations
* removed unneeded fixes
* first attempt at nested sorting
* pull out addJoin so it can be reused
* Move get-relation-info to file, add tests
* Extract get-column-path, add tests
* Little cleanup
* Prevent the regex from blowing up with malicious input
* Allow sorting on m2o fields in the tabular layout
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* default badge color to red
* update notice styling to avoid color variants
* darker warning color
* update dark mode primary color
* update svg previews
* show slider values by default
* add subtle glow to field focus
* add additional color options
* no yellow in settings
* Give status display proper defaults
* Use setup script + translations
* Add low-contrast flag to preset
* update date-picker header style
* add placeholder to datetime interface
* Fix sizing of image preview
* Fix spacing / border situation
* select color
* Render small images at original size
* More file library love
* update datetime placeholder
* datetime font weights
* Fix style lint issue
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* Group groups in field select
* Fix selecting nested o2m
* Add search to field-list
* Only show search if fields > 20
* Fix default value for v-input
* Add search to field selection
* Make search work on nested subset
* Make search work nested+insensitive
* Fix sorting in field select
* Fix relational fields nested in groups
* Add migration to remove default value from project_color
* Upgrade the default theme
* Do a pass over the header buttons
* Do another pass over --warning uses
* Little things
* Tweak smoke
* Use updated map
* Use dark system elements in dark mode
* Remove outdated files, update toasts
* Use correct delete button style for role
* Use primary for created point
* Tweak spacing in revisions section
* Use primary for sidebar sections
* Various color tweaks and changes
* Update base color palette
* Update "css reset" code
* Remove splashscreens, add default favicon
* Add primary highlight to datamodel page
* dark mode color update
* fix sign out hover color
* Does this help?!
* This fixes some loading issues
Fixes https://github.com/directus/directus/issues/10707
* Calculate default pretty background?
* Fix public view with logo
* Fix responsiveness of login page
* adjust notification group width to be equal
* Do an absolute pointless task that doesn't do anything
It was suggested that it could fix the stylelint error in tests, but alas
* Remove stylelint
Doesn't seem to play nice with script setup and other changes
Co-authored-by: Ben Haynes <ben@rngr.org>
* Update geometric types and patch new field flow.
* Add migration
* Fixed migrations
* Also fixed migrations
* Update migration ID
* Cleanup type selector a bit
* Add missing fallback interface/display for new types
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* Map layout and interface improvements
* Fix marker not showing up on geocoder search
* Replaced geocoder search placeholder
* Fix geocoder hit area
* Fix item popup positioning
* Removed unselect button
* Removed "No results" popup
* Removed option to filter map on demand vs automatically
* Renamed Geometry field option
* Added placeholder to template option
* Hide "Delete" button when no feature are selected
* Lint fix
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>