Change media reordering design in the compose form in web UI (#32093)

This commit is contained in:
Eugen Rochko 2024-09-27 17:09:39 +02:00 committed by GitHub
parent cdd7526531
commit 11a12e56b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 423 additions and 154 deletions

View file

@ -0,0 +1,2 @@
// Temporary until we type it correctly
export type MediaAttachment = Immutable.Map<string, unknown>;