versionpress / versionpress

Git-based version control for WordPress. Whoa!
https://versionpress.com/
2.6k stars 238 forks source link

Integrate with various wp-admin screens (add "show history" button) #1026

Open borekb opened 8 years ago

borekb commented 8 years ago

For example, when viewing a post, there could be a link to the VersionPress admin screen, filtered out to show only the changes of the given post. Or something similar for options, users, plugins, etc. (Specifically for posts, there might even be better ideas like https://github.com/versionpress/versionpress/issues/614 but this issue is generally about adding links to various WP screens.)

The integration should be rather subtle, or maybe even optional so that the users don't feel that VersionPress is "taking over" their WP installation.

pavelevap commented 8 years ago

What about using contextual dropdown menu within default admin (navigation) bar? There is only "VersionPress running" message currently?

borekb commented 8 years ago

Cool idea, I like it.