Closed maxxcrawford closed 1 year ago
- I see a negative count for premium users, and I tested this with both a pre-existing premium account and an account
Ahh! Good catches all around. Fixes incoming.
The "upgrade now" CTA should go directly to the pricing section (anchor link). Minor error.
Revised in 9796646843d5199cc76c6f47a4ef264d2a9450dd
slight misalignment of the checkboxes
Revised in 0b2b495670329d6ec3a6735792bad4797f233ed1
Summary
This PR answers questions/comments from the review of https://github.com/mozilla/fx-private-relay-add-on/pull/456
Links:
Global/features:
HTML
src/popup.html
<button>
instead of<a>
.fx-relay-masks-error-message-icon
)<content>
,<panel>
, etc should all contain a hyphenJavascript
src/js/popup/popup.js
f ([400,409].includes(newRelayAddressResponse.status)) {
matchesSearchFilter
TODO: Add toggle button back
domainList === null
(or Kaitlyn ?? operator)noMasksPanelCreated
panel to show by defaultisPremiumSubdomainSet
is defined and used multiple timessetRemainingMaskCount
storyData
to something more legible.isPhoneMaskingAvailable
andlogicCheck
may be unnecessary / duplicatesrc/js/background/background.js
apiBody.used_on = description + ",";
// TODO: Update the domain attribute to be "label"
const localRelayAddresses = Object.keys(localStorageRelayAddresses).
return { status: 402 };
return { status: 402 };
CSS
src/css/global.css
src/css/popup.css
.fx-relay-panel-header-btn-back img
right
value should be variable.fx-relay-settings-toggle::after
z-index
commentfx-relay-panel-custom-mask-promo-blocking-tooltip