Uh oh!
There was an error while loading. Please reload this page.
[PAY-3958] Make updates to audio match rewards - #11445
Conversation
|
| <SummaryTable | ||
| title={messages.upcomingRewards} | ||
| items={cooldownChallenges.map(formatLabel)} | ||
| items={formatCooldownChallenges(cooldownChallenges).map(formatLabel)} |
There was a problem hiding this comment.
audio match modal doesn't open without this change
| title: 'Sell to Earn', | ||
| description: (_) => | ||
| 'Receive 1 additional $AUDIO for each dollar earned from sales.', | ||
| 'Receive 5 additional $AUDIO for each dollar earned from sales.', |
There was a problem hiding this comment.
should be feature flagged or a variable? to respect the timing of deployments
[8de3918] [C-5816] Finalize UI (#11487) Dylan Jeffers [f0aac88] [C-5807] Add comment normalization (#11484) Dylan Jeffers [09b70a9] [C-5798] Add enter animation to recent-comments (#11485) Dylan Jeffers [ccbc330] [C-5811] Refactor comment hooks and update adapter (#11482) Dylan Jeffers [ecba6fe] [C-5812] Revert the TextLink display change and add drawer open event for recent comments drawer on mobile (#11486) KJ [a882224] [C-5806] Add analytics for recent comments (#11481) KJ [138921a] [C-5799] Add comment related entities (#11475) Dylan Jeffers [6d463a9] [C-5797] Implement Recent comments drawer (#11477) Randy Schott [62edd03] Fix width for track page (#11480) Randy Schott [d2dfd5a] [PAY-3972] First weekly comment challenge web UI (#11478) Reed [84daddc] Web referral challenge UI updates (#11476) Reed [a0b3da0] Fix audio matching challenge web progress status UI (#11471) Reed [e46a49a] Update copy on purchase flow (#11469) Farid Salau [7ccc030] Fix challenge claiming on web (#11468) Reed [b4b559a] [C-5794] Migrate search autocomplete to tan-query (#11432) Dylan Jeffers [23ea12e] [C-5800] Recent comments QA 1 (#11450) KJ [796667c] Fix user list crash on null handle (#11447) Andrew Mendelsohn [f1334ab] Fix gutters for profile page (#11456) Randy Schott [06a0260] Remove airdrop banner (#11455) Raymond Jacobson [26e5615] fix typecheck on main (#11449) Andrew Mendelsohn [ad1b826] [PAY-3940] Listen streak reminder mobile notif analytics (#11446) Reed [4e75f5d] Fix comment history page infinite loading (#11443) KJ [d6f349d] [PAY-3958] Make updates to audio match rewards (#11445) Farid Salau [ae22d35] [C-5780][C-5781][C-5793] Adds recent comments section to profile page/screen (#11439) Randy Schott [310fb6c] Fix email decryption for backfilled emails (#11437) Farid Salau [0927277] Mobile challenge UI refactor (#11440) Reed
Description
The audio match was not correctly updating its reward value from just updating the config values in
challenges.<env>.json. This PR does fixes that by having a multiplier and also updates copy to reflect the Figma.How Has This Been Tested?
npm run web:dev