Dmitry Gashko

Results 13 issues of Dmitry Gashko

There's a video of this issue. And the video is made on the Directus demo (https://demo.directus.io/) https://drive.google.com/file/d/1sIsomVsDKe89KOZZVPMPQRTgvCZHOwst/view?usp=sharing The problem is... it's impossible to save metadata of a file/img. And Save...

app

Your plugin is simple and awesome, but how can I use it just in a template, for example: template.html ```html ``` index.js ```js import template from './template.html'; setTimeout(() => {...

On page load I init slider with only few images (slides). Then I fetch other images data and want to add it to slider. I can't just destroy and mount...