Dimitris Grammatikogiannis

Results 187 comments of Dimitris Grammatikogiannis

Promises should be polyfilled whenever there is a web component in the page (for backend that is always due to alerts)

it should be loaded already, unless for some reason we're rendering the component and not the index.php. Also from https://github.com/webcomponents/webcomponentsjs ``` For browsers that need it, there are also some...

Actually I figured it out, in J4 I've removed the webcomponents-bundle.js in favour of webcomponents-sd-ce-pf.js, but it seems the second one is missing all the mentioned polyfills on my previous...

@laoneo I'm waiting for an answer here: https://github.com/joomla-projects/media-manager-improvement/issues/565#issuecomment-399037217 from @kasvith or anyone with IE11 Also @kasvith can you check one more thing: https://github.com/schnuti/media-manager-improvement/blob/c9e7fe8a4a028231671febe87569e7fc6f9e110d/media/com_media/js/edit-images.js#L342 change `DOMContentLoaded` to `WebComponentsReady` with the current...

We can use web components for each type, as a way to decouple from vue 😉

Ok, can you give me an example of how such a `compress and email` functionality should work? And most importantly on which context ( I guess input field).?

@N6REJ is this still valid? (the code was rewritten some time ago)

@Satyabrat-Ojha thanks for the pull request but there's already another [PR](https://github.com/joomla-projects/custom-elements/pull/215) that updates all the dependencies and it's awaiting to be merged

Thank you for this PR but it seems that this dependency was already updated already.

@wilsonge instead of dependabot you should use renovate: https://www.whitesourcesoftware.com/free-developer-tools/renovate/ (also free but way better than dependabot)