Feature summary (what you would like to be able to do and where):
- Clicking the blue circle on the left in the screenshot below should mark all revisions of the corresponding page as seen by the user, and then change the blue circle to a hollow circle.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
Benefits (why should this be implemented?):
- Mark a page as watched without having to open a tab, which wastes bandwidth. And you have to close it, which is an extra click.
Misc
- Could use the code for "Add direct unwatch/watch markers (×/+) to watched pages with changes (JavaScript required for toggle functionality)" as a model/inspiration. It performs a similar function (puts an icon next to every entry in the watchlist, clicking the icon uses ajax to perform an action on just that entry)