Task #3026
Feature #3023: Extension v.92.1: Allow user to hide extension for the page
FE-v.92.1: Allow user to hide extension for the page
100%
Description
Today, we show the closed extension under some conditions.
In the closed state, under the arrow and at the top of the purple area, add a X button. Clicking on this should stop showing the extension. If the user reloads this page, it is fine to show. Let the colour of X be bold black.
In the open state, show the X in the rightmost part of the white band (basically to the right of the phrase 'Video Hyperlinker').
As always, do not use cookies of browser storage.
Whenever the user does this, a searchable line should be recorded in the server logs.
Of course, if user goes to other videos/pages, show as per current rules.
Logging Extension API request body structure:
{ "videoIdData": { "youtube.com": { "hideExtensionClickCount": 1, "videoSupported": true/false } } }
Updated by Rishabh Rai over 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
Updated by Ayush Khandelwal over 1 year ago
- Subject changed from FE-v.921: Allow user to hide extension for the page to FE-v.92.1: Allow user to hide extension for the page
Updated by Ayush Khandelwal over 1 year ago
- Status changed from In Progress to Feedback
- % Done changed from 80 to 100
Updated by Ayush Khandelwal over 1 year ago
- Status changed from Feedback to Closed
Working as expected