-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update support links list, add proper support for light/dark icons, update provider icons * Update trocador icon * Update variable * trial fix for android build --------- Co-authored-by: OmarHatem <[email protected]>
- Loading branch information
1 parent
1ce60d6
commit 0491ad9
Showing
12 changed files
with
47 additions
and
24 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
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.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,11 +33,6 @@ abstract class SupportViewModelBase with Store { | |
icon: 'assets/images/Telegram.png', | ||
linkTitle: '@cakewallet_bot', | ||
link: 'https://t.me/cakewallet_bot'), | ||
LinkListItem( | ||
title: 'Twitter', | ||
icon: 'assets/images/Twitter.png', | ||
linkTitle: '@cakewallet', | ||
link: 'https://twitter.com/cakewallet'), | ||
LinkListItem( | ||
title: 'ChangeNow', | ||
icon: 'assets/images/change_now.png', | ||
|
@@ -46,7 +41,7 @@ abstract class SupportViewModelBase with Store { | |
LinkListItem( | ||
title: 'SideShift', | ||
icon: 'assets/images/sideshift.png', | ||
linkTitle: S.current.help, | ||
linkTitle: 'help.sideshift.ai', | ||
link: 'https://help.sideshift.ai/en/'), | ||
LinkListItem( | ||
title: 'SimpleSwap', | ||
|
@@ -58,19 +53,41 @@ abstract class SupportViewModelBase with Store { | |
icon: 'assets/images/exolix.png', | ||
linkTitle: '[email protected]', | ||
link: 'mailto:[email protected]'), | ||
if (!isMoneroOnly) ... [ | ||
LinkListItem( | ||
title: 'Wyre', | ||
icon: 'assets/images/wyre.png', | ||
linkTitle: S.current.submit_request, | ||
link: 'https://wyre-support.zendesk.com/hc/en-us/requests/new'), | ||
LinkListItem( | ||
title: 'Quantex', | ||
icon: 'assets/images/quantex.png', | ||
linkTitle: 'help.myquantex.com', | ||
link: 'mailto:[email protected]'), | ||
LinkListItem( | ||
title: 'Trocador', | ||
icon: 'assets/images/trocador.png', | ||
linkTitle: '[email protected]', | ||
link: 'mailto:[email protected]'), | ||
LinkListItem( | ||
title: 'Onramper', | ||
icon: 'assets/images/onramper_dark.png', | ||
lightIcon: 'assets/images/onramper_light.png', | ||
linkTitle: 'View exchanges', | ||
link: 'https://guides.cakewallet.com/docs/service-support/buy/#onramper'), | ||
LinkListItem( | ||
title: 'DFX', | ||
icon: 'assets/images/dfx_dark.png', | ||
lightIcon: 'assets/images/dfx_light.png', | ||
linkTitle: '[email protected]', | ||
link: 'mailto:[email protected]'), | ||
if (!isMoneroOnly) ... [ | ||
LinkListItem( | ||
title: 'MoonPay', | ||
icon: 'assets/images/moonpay.png', | ||
hasIconColor: true, | ||
linkTitle: S.current.submit_request, | ||
link: 'https://support.moonpay.com/hc/en-gb/requests/new') | ||
] | ||
link: 'https://support.moonpay.com/hc/en-gb/requests/new'), | ||
LinkListItem( | ||
title: 'Robinhood Connect', | ||
icon: 'assets/images/robinhood_dark.png', | ||
lightIcon: 'assets/images/robinhood_light.png', | ||
linkTitle: S.current.submit_request, | ||
link: 'https://robinhood.com/contact') | ||
] | ||
//LinkListItem( | ||
// title: 'Yat', | ||
// icon: 'assets/images/yat_mini_logo.png', | ||
|