-
Notifications
You must be signed in to change notification settings - Fork 895
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12839 from brave/ksmith-balance-unavailable
Show unavailable message if user is in disconnected state
- Loading branch information
Showing
23 changed files
with
359 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
components/brave_rewards/resources/shared/components/icons/arrow_circle_icon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this file, | ||
* You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
|
||
import * as React from 'react' | ||
|
||
export function ArrowCircleIcon () { | ||
return ( | ||
<svg className='icon' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'> | ||
<path fillRule='evenodd' clipRule='evenodd' d='M20 10.0601C20 15.5742 15.5142 20.0601 10 20.0601C4.48667 20.0601 0 15.5742 0 10.0601C0 4.54589 4.48667 0.0600591 10 0.0600591C15.5142 0.0600591 20 4.54589 20 10.0601ZM1.66667 10.0601C1.66667 14.6551 5.405 18.3934 10 18.3934C14.595 18.3934 18.3333 14.6551 18.3333 10.0601C18.3333 5.46506 14.595 1.72672 10 1.72672C5.405 1.72672 1.66667 5.46506 1.66667 10.0601ZM12.2558 9.47089C12.4183 9.63339 12.5 9.84673 12.5 10.0601C12.5 10.2734 12.4183 10.4867 12.2558 10.6492L8.9225 13.9826C8.5975 14.3084 8.06917 14.3084 7.74417 13.9826C7.41833 13.6567 7.41833 13.1301 7.74417 12.8042L10.4883 10.0601L7.74417 7.31589C7.41833 6.99006 7.41833 6.46339 7.74417 6.13756C8.06917 5.81173 8.5975 5.81173 8.9225 6.13756L12.2558 9.47089Z' fill='currentColor'/> | ||
</svg> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
components/brave_rewards/resources/shared/components/wallet_card/stories/locale_strings.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.