WordPress-Simple-History
WordPress-Simple-History copied to clipboard
Add Quick View as experimental feature
The Quick View feature adds the 5 last entries to the log in the admin bar.
This makes it easy to quickly see what's happening on the site, without the need to switch to the history feed page in a new tab or moving to a new page and then going back again.
A great way to keep track what other admins or users on a website is doing. Or just to remember what you did yourself :).
For performance reasons the log is not loaded (using the REST API) until user mouse overs or clicks the history in the admin bar.
Name suggestions:
- Quick Peek
- History Quick Peek
- Quick History Peek
- Quick History
- Quick History View
- Activity Peek
- Quick Activity View
- Quick View
Features
- [ ] Add admin bar item
- [ ] Load events on hover or click
- [ ] Reload button if already loaded
- [ ] Checkbox "Auto reload in background" and add notification dot when new events are available
Inspiration
This kind of feed exists at many places. Examples:
WordPress 6.3 added this I believe:
Also this:
GitHub has a nice one too: