-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Add ability to reorder uploaded media before posting in web UI #28456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ce78db0
to
b892902
Compare
Also #26460 |
This isn't easily discoverable, and I don't think this works on mobile, so it doesn't completely fixes the issue, but it's a very nice step forward! |
This pull request has merge conflicts that must be resolved before it can be merged. |
b892902
to
896164a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #28456 +/- ##
==========================================
- Coverage 85.01% 83.70% -1.31%
==========================================
Files 1059 1039 -20
Lines 28277 28226 -51
Branches 4538 4550 +12
==========================================
- Hits 24040 23627 -413
- Misses 3074 3470 +396
+ Partials 1163 1129 -34 ☔ View full report in Codecov by Sentry. |
This pull request has resolved merge conflicts and is ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops! Sorry I missed this PR! LGTM although we probably have something more discoverable and address mobile as well
Based on Gargron's changes in Mastodon: mastodon/mastodon#28456 Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Can someone describe how this fix works? I am on 4.2.8 but I cannot reorder images after bulk upload. The documentation for this feature is missing. |
It was merged into the |
Fix #28437, fix #9635, fix #26460