This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 974
Add notification after Brave app update for BAT Mercury #11021
Labels
Milestone
Comments
just to be clear: the goal is to have a update/relaunch notification facility, which can, among other things be triggered on this event. |
bsclifton
assigned bsclifton, NejcZdovc and bradleyrichter and unassigned bsclifton and bradleyrichter
Sep 26, 2017
This is basically a newer version of #4847 (which was never done because there isn't a way to deep link to the backup modal) |
12 tasks
This should be shown when wallet is converted immediately after upgrade or after wallet is created. But only shows after the browser is restarted a second time after everything is done. |
this one is tracked here #11333 |
This was referenced Oct 9, 2017
syuan100
pushed a commit
to syuan100/browser-laptop
that referenced
this issue
Nov 9, 2017
Fixes brave#11021 Presents this one-time "Converted BTC to BAT" alert: - if payments are enabled - user has a positive balance - this is an existing profile (new profiles will have firstRunTimestamp matching btcToBatTimestamp) - notification has not already been shown yet Includes a "learn more" link pointing to: https://brave.com/faq-payments/#brave-payments Has a possible security risk- the deep link allows URL hash to modify state (limited to boolean state variables on about:preferences) Auditors: @NejcZdovc, @diracdeltas Test Plan: `npm run unittest -- --grep="ledger api unit tests"` `npm run unittest -- --grep="ledgerReducer unit tests"` `npm run unittest -- --grep="Preferences component"`
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test plan
#11265 (comment)
For BAT Mercury, show a notification after update/relaunch, under the following circumstances:
When these circumstances are true, Brave should show a notification banner saying "Your Brave wallet has been updated" [OK] [Learn More] -- Exact copy is TBD
The "OK" button should dismiss the notification.
The "Learn more" button should take the user to a page, content TBD, that explains the fact that the user's bitcoin has been converted to BAT.
The text was updated successfully, but these errors were encountered: