Change media reordering design in the compose form in web UI (#32093)
This commit is contained in:
parent
cdd7526531
commit
11a12e56b3
9 changed files with 423 additions and 154 deletions
2
app/javascript/mastodon/models/media_attachment.ts
Normal file
2
app/javascript/mastodon/models/media_attachment.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Temporary until we type it correctly
|
||||
export type MediaAttachment = Immutable.Map<string, unknown>;
|
Loading…
Add table
Add a link
Reference in a new issue