mozilla / fx-private-relay-add-on

Companion add-on for Firefox Relay. Keep your email safe from hackers and trackers. Make an email alias with one click, and keep your address to yourself.
https://addons.mozilla.org/en-US/firefox/addon/private-relay
Mozilla Public License 2.0
70 stars 15 forks source link

[MPP-1714] Popup Refactor - Stats Panel #458

Closed maxxcrawford closed 1 year ago

maxxcrawford commented 1 year ago

Summary

Links:

TODO:

Testing

Testing Note: I ran npm run config:prod to get access to sites with actual blocked/forwarded data to test.

  1. Confirm global stats

    • Run add-on
    • Log in
    • Make note of global stats when logged in
    • Open popup, click Stats icon
    • Expected: Stats should match global totals from dashboard
    • If on website with known data, there should be a second dashboard with totals.
  2. Confirm website stats

    • Run add-on
    • Log in
    • Make note of global stats when logged in
    • Go to any website with login (Imgur, Facebook, etc)
    • Use add-on to generate random mask
    • Open popup click Stats icon
    • (while active tab is the same site you created generate mask)
    • Expected: Stats should have TWO stat blocks. One for global, one for website where mask was created
    • If on website with known data, there should be a second dashboard with totals.

Screenshots

If site has no associated masks:

image

If site has associated masks:

image
maxxcrawford commented 1 year ago

@codemist Thanks for the review!