Add ability to reorder uploaded media before posting in web UI (#28456)
This commit is contained in:
parent
6c381f20b1
commit
8e7e86ee35
10 changed files with 159 additions and 171 deletions
|
@ -22,7 +22,7 @@ import { GIFV } from 'mastodon/components/gifv';
|
|||
import { IconButton } from 'mastodon/components/icon_button';
|
||||
import Audio from 'mastodon/features/audio';
|
||||
import { CharacterCounter } from 'mastodon/features/compose/components/character_counter';
|
||||
import UploadProgress from 'mastodon/features/compose/components/upload_progress';
|
||||
import { UploadProgress } from 'mastodon/features/compose/components/upload_progress';
|
||||
import { Tesseract as fetchTesseract } from 'mastodon/features/ui/util/async-components';
|
||||
import { me } from 'mastodon/initial_state';
|
||||
import { assetHost } from 'mastodon/utils/config';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue