Migrated from: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/719
Narrative
As a user who wishes to re-enable Media Viewer, I want an easy way to re-enable it from a File: Page.
Acceptance Criteria
- Below the image, show a "Open in Media Viewer" button with a cog icon.
- When clicking the "View in Media Viewer" the user opens Media viewer.
- When clicking the cog, the user opens Media Viewer with the settings panel opened.
- If Media Viewer is disabled, the first time the user access the File Page a confirmation tooltip is shown to indicate that the current view is not the default.
We should also plan to release #870 along with this feature (Rename Media Viewer button on File page). It has already been accepted and should go out at the same time.
Design Notes
A prototype is available at http://pauginer.github.io/prototypes/media-viewer/desk/workflow/index.html#fp-f
entry points for Media Viewer on File Page:
- The button group should follow the style of mw-ui button groups
- Cog icon is available here
- Initially it will have an opacity of 0.75, becoming full-opacity on hover.
The first time the user disables Media Viewer, once the user reaches the File page, a notification is shown to illustrate how to access Media viewer:
- The tooltip can be dismissed by clicking on the "X" or outside.
- Tooltip color is #EEE, gray text is #333 ).
- Close "X" icon is available here
- Initially it will have an opacity of 0.75, becoming full-opacity on hover.
Related Bugs
Related Stories
#719 : Viewing Options Menu on Thumbnails
#853 : Re-enable from File Page
#870 : Rename Media Viewer button on File page