discourse/plugins/chat/assets/javascripts
David Taylor 06d32a8a89
DEV: Refactor uppy component mixins into standalone classes (#28710)
This commit replaces all uppy-related mixins with standalone classes. The main entrypoint is now lib/uppy/uppy-upload.js, which has a list of its config options listed at the top of the file. Functionality & logic is completely unchanged.

The uppy-upload mixin is replaced with a backwards-compatibility shim, which will allow us to migrate to the new pattern incrementally.
2024-10-16 11:15:19 +01:00
..
discourse DEV: Refactor uppy component mixins into standalone classes (#28710) 2024-10-16 11:15:19 +01:00
lib/discourse-markdown FEATURE: supports mark tag in chat messages (#28949) 2024-09-17 20:52:34 +02:00
select-kit/addons/components DEV: Convert select-kit subclasses to native class syntax (#28491) 2024-08-23 13:19:26 +01:00