Underneath the pages there are little bars for every page in the story.
For faster creation of stories it could be useful to be able to quickly reorder pages by dragging around these editor carousel indicators.
For reference, #2910 was a previous attempt at this.
Starting looking into this.
Any thoughts on if / how to make it more understandable where to is the reordered page being moved? E.g. perhaps displaying small Page numbers on each indicator while dragging is happening?

cc @cathibosco @swissspidy
You mean showing the page numbers below _all_ indicators while an element is being dragged? That could work.
Thoughts, @swissspidy?

I wonder if it might make sense to always display the numbers instead since it can get confusing with multiple pages, e.g.:

Not sure. @cathibosco any thoughts? Perhaps there's a better alternative.
@miina Based on the mockups above, I do think it makes sense to have the number displayed for the page sequence...
It also makes sense to have them always display (rather than to display only on drag action) based on the UX of the editor currently.
Of the two mockups ups above: I think the position of the number in this mock up is the most useful.

Note: As the user selects the page to move or work on, the bar or page indicator gets highlighted - perhaps the number could also become a darker color or bold to highlight as well.
Instructions for testing:
Am unable to drag the bars along the bottom successfully - pages above aren't changing position
Am unable to drag the bars along the bottom successfully - pages above aren't changing position
Yes, there's a bug for it in #3464.
Looks like #3412 (using hooks where possible) caused this regression. _Looking into this_
Ok, looks like #3412 removed the DropZoneProvider, assuming that unintentionally and will add it back.