mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
6592b7a3c5
* Add more choices for pin code required duration * Fix spacing in Cake Features * Update Cake Features cards * Update Cake Pay image * Add NanoGPT image * Update Sign/Verify strings * Update more flags * update moonpay currency name * Update more icons * Add friendly message for less than minimum fee * fix translation [skip ci] * Fix icon theming and add Telegram link * Fix color issue for restore screen * rename matic poly to pol * minor potential fix [skip ci] * minor fix [skip ci] * Update analysis_options.yaml * fix translations * fix translation * revert regex changes * Update bitcoin_cash_electrum_server_list.yml * Update address_validator.dart --------- Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
119 lines
4.2 KiB
Dart
119 lines
4.2 KiB
Dart
import 'package:cake_wallet/generated/i18n.dart';
|
|
import 'package:cake_wallet/view_model/settings/link_list_item.dart';
|
|
import 'package:cake_wallet/view_model/settings/settings_list_item.dart';
|
|
import 'package:cake_wallet/wallet_type_utils.dart';
|
|
import 'package:mobx/mobx.dart';
|
|
import 'package:cake_wallet/.secrets.g.dart' as secrets;
|
|
|
|
part 'support_view_model.g.dart';
|
|
|
|
class SupportViewModel = SupportViewModelBase with _$SupportViewModel;
|
|
|
|
abstract class SupportViewModelBase with Store {
|
|
SupportViewModelBase()
|
|
: items = [
|
|
LinkListItem(
|
|
title: 'Email',
|
|
icon: 'assets/images/support_icon.png',
|
|
linkTitle: 'support@cakewallet.com',
|
|
link: 'mailto:support@cakewallet.com'),
|
|
if (!isMoneroOnly)
|
|
LinkListItem(
|
|
title: 'Website',
|
|
icon: 'assets/images/global.png',
|
|
linkTitle: 'cakewallet.com',
|
|
link: 'https://cakewallet.com'),
|
|
if (!isMoneroOnly)
|
|
LinkListItem(
|
|
title: 'GitHub',
|
|
icon: 'assets/images/github.png',
|
|
hasIconColor: true,
|
|
linkTitle: S.current.apk_update,
|
|
link: 'https://github.com/cake-tech/cake_wallet/releases'),
|
|
LinkListItem(
|
|
title: 'Telegram Community',
|
|
icon: 'assets/images/Telegram.png',
|
|
linkTitle: 't.me/cakewallet',
|
|
link: 'https://t.me/cakewallet'),
|
|
LinkListItem(
|
|
title: 'Telegram Support Bot',
|
|
icon: 'assets/images/Telegram.png',
|
|
linkTitle: '@cakewallet_bot',
|
|
link: 'https://t.me/cakewallet_bot'),
|
|
LinkListItem(
|
|
title: 'ChangeNow',
|
|
icon: 'assets/images/change_now.png',
|
|
linkTitle: 'support@changenow.io',
|
|
link: 'mailto:support@changenow.io'),
|
|
LinkListItem(
|
|
title: 'SideShift',
|
|
icon: 'assets/images/sideshift.png',
|
|
linkTitle: 'help.sideshift.ai',
|
|
link: 'https://help.sideshift.ai/en/'),
|
|
LinkListItem(
|
|
title: 'SimpleSwap',
|
|
icon: 'assets/images/simpleSwap.png',
|
|
linkTitle: 'support@simpleswap.io',
|
|
link: 'mailto:support@simpleswap.io'),
|
|
LinkListItem(
|
|
title: 'Exolix',
|
|
icon: 'assets/images/exolix.png',
|
|
linkTitle: 'support@exolix.com',
|
|
link: 'mailto:support@exolix.com'),
|
|
LinkListItem(
|
|
title: 'Quantex',
|
|
icon: 'assets/images/quantex.png',
|
|
linkTitle: 'help.myquantex.com',
|
|
link: 'mailto:support@exolix.com'),
|
|
LinkListItem(
|
|
title: 'Trocador',
|
|
icon: 'assets/images/trocador.png',
|
|
linkTitle: 'mail@trocador.app',
|
|
link: 'mailto:mail@trocador.app'),
|
|
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: 'support@dfx.swiss',
|
|
link: 'mailto:support@dfx.swiss'),
|
|
if (!isMoneroOnly) ... [
|
|
LinkListItem(
|
|
title: 'MoonPay',
|
|
icon: 'assets/images/moonpay.png',
|
|
linkTitle: S.current.submit_request,
|
|
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',
|
|
// hasIconColor: true,
|
|
// linkTitle: 'support@y.at',
|
|
// link: 'mailto:support@y.at')
|
|
];
|
|
|
|
final guidesUrl = 'https://guides.cakewallet.com';
|
|
|
|
String fetchUrl({String locale = "en", String authToken = ""}) {
|
|
var supportUrl =
|
|
"https://app.chatwoot.com/widget?website_token=${secrets.chatwootWebsiteToken}&locale=${locale}";
|
|
|
|
if (authToken.isNotEmpty)
|
|
supportUrl += "&cw_conversation=$authToken";
|
|
|
|
return supportUrl;
|
|
}
|
|
|
|
List<SettingsListItem> items;
|
|
}
|