Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The mass save is planned for 2.1.0. The done confirmation dialog was a quickfix until I have written all the jQuery to handle 1 by 1 mass save as I can not save them all at once (what if you uploaded 50 photos??) since it would crash most of our users servers (a very large amount are on budget hosting); it also needs to only trigger the save for entries that changed. It's just not as simple as it sounds. I've adjusted the ticket progress to reflect this.1. After titling each image the done button brings up a popup that asks "Are you sure you are done? All unsaved data will be lost!". For some people they will proceed thinking that it will save all the titles they put in, the current method requires you to hit the save button on each photo. Rather than having a save for each photo, the "Done" button should save all the titles at once. This saves work, reduces confusion, and makes a lot of sense.
There's already a demo for bot, profile, and module gallery usages on the demo site. Specifically the bot usage demo can be found below.2. I'm eager to test out the article insert tool for CB gallery. Perhaps a test article could be made on the demo site so that we can see it in action. Inserting images into articles is a huge plus!
Don't see a need. It's not always about there being changes, but simply accidental clicks pulling them away from an edit view. We've been consistent with this usages in all our plugins. I've no desire to bloat edit views with heavy JS checks to ensure inputs have or have not changed. So it basically comes down to no confirmation or a confirmation for cancel buttons. Will explore removing the confirmations entirely to see if the feel ok as it seams to be the more popular UX among other social sites.3. When editing a single photo and you click cancel you are prompted "are you sure". In the future I suggest having a validator detect if changes were made. If not, no alert box would be needed for this case.
Please Log in or Create an account to join the conversation.