-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Feature/2198/multitool multi select move pages #2294
Feature/2198/multitool multi select move pages #2294
Conversation
…multi-select-move-pages
…multi-select-move-pages
Signed-off-by: GitHub Action <action@github.com>
Update translation files
🚀 Translation Verification Summary📋 Checking with the file
|
/deploypr |
🚀 PR Test DeploymentYour PR has been deployed for testing! 🔗 Test URL: http://185.252.234.121:2294 This deployment will be automatically cleaned up when the PR is closed. |
one weird interaction I think with the usecase of user clicking when selected pages = 0 we have it act as though its not in select mode at all? |
Also do you think its valuable to implement a multi select -direction shift- as well? if you have 2,5,9 selected and you go on one of them and hit the move right one space key should it shift them all one space? |
Agreed that maybe it is a little weird, I think dropping right out of select mode is also a little wonky though. Perhaps retaining now moved pages as checked pages? I wasn't sure either way
Yes 100% agree that other methods would be good and possibly outright better than the drag and drop, I have some ideas for what to do here but decided to make it a 2nd phase so that this initial feature can go out for now. |
It would break you away if it removed the 'mode' UI but a user shouldn't click the rotate button and it do nothing |
Would definitely have to turn off the mode and have them have to re-enter it, Download selected needs to disappear and page break needs to be clear it's going to apply to every page, especially as right now there is no undo for that beyond manually deleting pages. |
…s://github.com/reecebrowne/Stirling-PDF into feature/2198/multitool-multi-select-move-pages
Description
Drag and drop multiple pages at once using checkboxes
Closes #(2198)
Checklist