XCloner-Wordpress
XCloner-Wordpress copied to clipboard
Move `delete` button above list of backups
Is there any reason we are not using the standard WP interface for the Manage Backups
and Schedule Backups
areas? I see why there is a unique interface for the other sections, but these two seem useful for default interfaces.
Thoughts?
The reasons I am considering this:
- User familiarity
- Ability to bulk-modify backups or schedules.
Hi Victor, the main reason is that when i first developed this, it was much easier to just go ahead with the UI framework across all interface to make it look more unified, WP has for sure it's own advantages, and we could switch to that as needed, probably we need to review the API integration there as well to make sure the frontend is fully decoupled from backend.
Is it possible to add some bulk tools to the existing UI? Send to remote
and Delete
would be high on the bulk functionality.
Until we find a solution to incrementally send backups to a remote location , adding a bulk option there would be of not much use. I would suggest to try first and find a solution there and then implement the bulk option .
The Delete option already has the bulk mode activated(checkbox near Backup Name header), or maybe i am missing something here?
@ovidiul I missed the DELETE button at the bottom. Moving this to the top (more where a WP user would look) and making it unclickable
(greyed-out) unless a backup was selected would help alot. Is that reasonable?
closing for now.