-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial changes * wire up wallet * add circular progress bar label * add currency icons * add copy buttons * lingui extract * lint and padding * Apply suggestions from code review Co-authored-by: Thibaut Sardan <[email protected]> Co-authored-by: Tanmoy Basak Anjan <[email protected]> * implement fixes * lingui extract * Update packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/ChangePlan/CryptoPayment.tsx Co-authored-by: Thibaut Sardan <[email protected]> * fixes from comments * remove unnecessary prop * temp daily duration for testing - revert before merge * fix dark mode icon colors * update api client to latest * Apply suggestions from code review Co-authored-by: Thibaut Sardan <[email protected]> * revert conflict marker * remove max-content width * fix mobile width issues * Revert "fix mobile width issues" This reverts commit 74ddf46. * ensure that text doesnt overflow * fix width * lingui extract Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Thibaut Sardan <[email protected]> Co-authored-by: Tanmoy Basak Anjan <[email protected]>
- Loading branch information
1 parent
ff5b7d9
commit c79b2f5
Showing
28 changed files
with
1,004 additions
and
138 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import * as React from "react" | ||
import createSvgIcon from "../createSvgIcon" | ||
import { ReactComponent as BitcoinSvg } from "../svgs/bitcoin.svg" | ||
|
||
export { BitcoinSvg } | ||
|
||
export default createSvgIcon(<BitcoinSvg />) |
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,7 @@ | ||
import * as React from "react" | ||
import createSvgIcon from "../createSvgIcon" | ||
import { ReactComponent as DaiSvg } from "../svgs/dai.svg" | ||
|
||
export { DaiSvg } | ||
|
||
export default createSvgIcon(<DaiSvg />) |
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,7 @@ | ||
import * as React from "react" | ||
import createSvgIcon from "../createSvgIcon" | ||
import { ReactComponent as EthereumSvg } from "../svgs/ethereum.svg" | ||
|
||
export { EthereumSvg } | ||
|
||
export default createSvgIcon(<EthereumSvg />) |
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,7 @@ | ||
import * as React from "react" | ||
import createSvgIcon from "../createSvgIcon" | ||
import { ReactComponent as UsdcSvg } from "../svgs/usdc.svg" | ||
|
||
export { UsdcSvg } | ||
|
||
export default createSvgIcon(<UsdcSvg />) |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.