You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interface for browsing of revisions in Wordpress is excellent and worthy of comparison for structure.
Rather than having two drop lists to compare, it has a slider which allows the user to quickly browse back and forth in time with the side-by-side of the code below.
Dragging the slider results in instant updates indicating that all versions are pre loaded and JS is being used to switch them rather than AJAXing each update on request for comparison.
If the 'Compare any two revisions' box is ticked, a second slider is added and the 'current' is replaced with wherever the second slider is positioned. This is pictured below with the inclusion of the info box that pops up as you click and drag (in single or double mode) which provides information about the time and editor for that particular save.
I like it. Currently in 3.x we've got combined diffs displaying for each delta, but in the future being able to switch between compare modes on the fly would be nice!
The interface for browsing of revisions in Wordpress is excellent and worthy of comparison for structure.
Rather than having two drop lists to compare, it has a slider which allows the user to quickly browse back and forth in time with the side-by-side of the code below.
Dragging the slider results in instant updates indicating that all versions are pre loaded and JS is being used to switch them rather than AJAXing each update on request for comparison.
If the 'Compare any two revisions' box is ticked, a second slider is added and the 'current' is replaced with wherever the second slider is positioned. This is pictured below with the inclusion of the info box that pops up as you click and drag (in single or double mode) which provides information about the time and editor for that particular save.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: