biancadanforth / tracking-protection-shield-study

A Shield study to determine the optimal messaging, if any, for Tracking Protection in Firefox.
0 stars 3 forks source link

Instrument pageAction panel and confirmation screen. #59

Closed biancadanforth closed 6 years ago

biancadanforth commented 6 years ago

tpstudy_basicpanelux

Completed the basic UX behavior of the panels finally!

Made hideIntroPanel method generic to hidePanel, so it can be used for both the intro panel and the pageAction panel, which are really the same <panel> with the same <browser> element with different src values.

Log and send telemetry pings when buttons are pressed and panels are dismissed.

Also I differentiated the "dismiss" behavior between the intro panel and the pageAction panel:

TODO: