Commit Graph

6 Commits

Author SHA1 Message Date
Serkan Reis
2d5f5ed511 PDF support for collection creation 2023-11-22 23:23:51 +03:00
Serkan Reis
578f32f875 Handle capitalized asset file extensions 2023-06-03 07:01:57 +03:00
Serkan Reis
f39e06508e Update getAssetType() 2023-01-24 09:48:50 +03:00
Serkan Reis
6c3703d97b Add .gif among supported asset formats 2022-09-27 11:31:33 +03:00
Serkan Reis
986777b73d
Use "animation_url" in the uploaded metadata for storing media file URIs (#27)
* Remove image and animation_url from metadata modal

* Use animation_url for storing audio and video asset URIs

* Use image and animation_url keys together for audio/video assets

* Delete empty metadata keys

* Post-review update
2022-08-09 12:08:10 +03:00
Serkan Reis
37f9d56d49
Preview & upload support for audio & video files (#14)
* Accept audio & video files for upload

* Rename image related variables

* Implement getAssetType util

* Preview & upload support for video files

* Preview & upload support for audio files

* Preview update for audio files

* New look for audio previews on asset list

* Remove extra refs

Co-authored-by: findolor <anakisci@gmail.com>
2022-08-03 09:31:35 +03:00