2020-01-04 19:31:52 +00:00
|
|
|
class Routes {
|
|
|
|
static const welcome = '/welcome';
|
|
|
|
static const newWallet = '/new_wallet';
|
|
|
|
static const setupPin = '/setup_pin_code';
|
|
|
|
static const newWalletFromWelcome = '/new_wallet_from_welcome';
|
|
|
|
static const seed = '/seed';
|
|
|
|
static const restoreOptions = '/restore_options';
|
2023-04-27 15:06:09 +00:00
|
|
|
static const restoreWalletFromSeedKeys = '/restore_wallet_from_seeds_keys';
|
2023-10-25 00:19:59 +00:00
|
|
|
static const restoreWalletTypeFromQR = '/restore_wallet_from_qr_code';
|
2023-11-22 17:43:26 +00:00
|
|
|
static const restoreWalletChooseDerivation =
|
|
|
|
'/restore_wallet_choose_derivation';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const dashboard = '/dashboard';
|
|
|
|
static const send = '/send';
|
|
|
|
static const transactionDetails = '/transaction_info';
|
|
|
|
static const receive = '/receive';
|
|
|
|
static const newSubaddress = '/new_subaddress';
|
2023-07-12 23:20:11 +00:00
|
|
|
static const walletEdit = '/walletEdit';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const disclaimer = '/disclaimer';
|
|
|
|
static const readDisclaimer = '/read_disclaimer';
|
2023-10-05 01:09:07 +00:00
|
|
|
static const changeRep = '/change_representative';
|
2020-07-06 20:09:03 +00:00
|
|
|
static const walletList = '/view_model.wallet_list';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const auth = '/auth';
|
|
|
|
static const newNode = '/new_node_list';
|
2023-10-05 01:09:07 +00:00
|
|
|
static const newPowNode = '/new_pow_node_list';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const login = '/login';
|
|
|
|
static const splash = '/splash';
|
|
|
|
static const accountCreation = '/account_new';
|
2023-10-05 01:09:07 +00:00
|
|
|
static const nanoAccountCreation = '/nano_account_new';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const addressBook = '/address_book';
|
|
|
|
static const pickerAddressBook = '/picker_address_book';
|
|
|
|
static const addressBookAddContact = '/address_book_add_contact';
|
|
|
|
static const showKeys = '/show_keys';
|
|
|
|
static const exchangeConfirm = '/exchange_confirm';
|
|
|
|
static const tradeHistory = '/trade_history';
|
|
|
|
static const tradeDetails = '/trade_details';
|
|
|
|
static const exchangeFunds = '/exchange_funds';
|
|
|
|
static const exchangeTrade = '/exchange_trade';
|
|
|
|
static const exchange = '/exchange';
|
|
|
|
static const settings = '/settings';
|
2023-04-14 04:39:08 +00:00
|
|
|
static const desktop_settings_page = '/desktop_settings_page';
|
|
|
|
static const empty_no_route = '/empty_no_route';
|
2020-01-04 19:31:52 +00:00
|
|
|
static const unlock = '/auth_not_closable';
|
|
|
|
static const rescan = '/rescan';
|
|
|
|
static const faq = '/faq';
|
2020-04-28 17:50:12 +00:00
|
|
|
static const newWalletType = '/new_wallet_type';
|
2020-05-08 16:22:56 +00:00
|
|
|
static const sendTemplate = '/send_template';
|
2020-05-14 17:29:10 +00:00
|
|
|
static const exchangeTemplate = '/exchange_template';
|
2020-06-20 07:10:00 +00:00
|
|
|
static const restoreWalletType = '/restore_wallet_type';
|
2020-10-13 21:11:04 +00:00
|
|
|
static const restoreWallet = '/restore_wallet';
|
2023-12-30 19:55:17 +00:00
|
|
|
static const preSeedPage = '/pre_seed_page';
|
2021-01-13 16:43:34 +00:00
|
|
|
static const backup = '/backup';
|
|
|
|
static const editBackupPassword = '/edit_backup_passowrd';
|
|
|
|
static const restoreFromBackup = '/restore_from_backup';
|
2021-02-25 18:25:52 +00:00
|
|
|
static const support = '/support';
|
2023-08-15 00:47:25 +00:00
|
|
|
static const supportLiveChat = '/support/live_chat';
|
|
|
|
static const supportOtherLinks = '/support/other';
|
2021-03-12 19:04:37 +00:00
|
|
|
static const orderDetails = '/order_details';
|
2023-12-28 19:20:59 +00:00
|
|
|
static const buySellPage = '/buy_sell_page';
|
2021-04-13 18:40:44 +00:00
|
|
|
static const buyWebView = '/buy_web_view';
|
2021-05-25 17:32:36 +00:00
|
|
|
static const unspentCoinsList = '/unspent_coins_list';
|
2021-05-27 17:57:51 +00:00
|
|
|
static const unspentCoinsDetails = '/unspent_coins_details';
|
2022-03-30 15:57:04 +00:00
|
|
|
static const addressPage = '/address_page';
|
2022-06-23 09:25:00 +00:00
|
|
|
static const fullscreenQR = '/fullscreen_qr';
|
2022-07-28 17:03:16 +00:00
|
|
|
static const ioniaWelcomePage = '/cake_pay_welcome_page';
|
|
|
|
static const ioniaCreateAccountPage = '/cake_pay_create_account_page';
|
|
|
|
static const ioniaLoginPage = '/cake_pay_login_page';
|
|
|
|
static const ioniaManageCardsPage = '/manage_cards_page';
|
|
|
|
static const ioniaBuyGiftCardPage = '/buy_gift_card_page';
|
|
|
|
static const ioniaBuyGiftCardDetailPage = '/buy_gift_card_detail_page';
|
|
|
|
static const ioniaVerifyIoniaOtpPage = '/cake_pay_verify_otp_page';
|
|
|
|
static const ioniaDebitCardPage = '/debit_card_page';
|
|
|
|
static const ioniaActivateDebitCardPage = '/activate_debit_card_page';
|
|
|
|
static const ioniaAccountPage = 'ionia_account_page';
|
|
|
|
static const ioniaAccountCardsPage = 'ionia_account_cards_page';
|
|
|
|
static const ioniaCustomTipPage = 'ionia_custom_tip_page';
|
|
|
|
static const ioniaGiftCardDetailPage = '/ionia_gift_card_detail_page';
|
|
|
|
static const ioniaPaymentStatusPage = '/ionia_payment_status_page';
|
2022-09-02 13:47:45 +00:00
|
|
|
static const ioniaMoreOptionsPage = '/ionia_more_options_page';
|
|
|
|
static const ioniaCustomRedeemPage = '/ionia_custom_redeem_page';
|
2023-06-13 23:15:10 +00:00
|
|
|
static const webViewPage = '/web_view_page';
|
2022-11-16 07:29:14 +00:00
|
|
|
static const connectionSync = '/connection_sync_page';
|
|
|
|
static const securityBackupPage = '/security_and_backup_page';
|
|
|
|
static const privacyPage = '/privacy_page';
|
2023-11-16 23:23:34 +00:00
|
|
|
static const trocadorProvidersPage = '/trocador_providers_page';
|
2023-11-03 19:23:11 +00:00
|
|
|
static const domainLookupsPage = '/domain_lookups_page';
|
2022-11-16 07:29:14 +00:00
|
|
|
static const displaySettingsPage = '/display_settings_page';
|
|
|
|
static const otherSettingsPage = '/other_settings_page';
|
2022-12-04 02:34:32 +00:00
|
|
|
static const advancedPrivacySettings = '/advanced_privacy_settings';
|
2023-04-21 18:36:47 +00:00
|
|
|
static const sweepingWalletPage = '/sweeping_wallet_page';
|
2023-03-24 15:26:42 +00:00
|
|
|
static const anonPayInvoicePage = '/anon_pay_invoice_page';
|
|
|
|
static const anonPayReceivePage = '/anon_pay_receive_page';
|
|
|
|
static const anonPayDetailsPage = '/anon_pay_details_page';
|
2023-04-14 04:39:08 +00:00
|
|
|
static const desktop_actions = '/desktop_actions';
|
|
|
|
static const transactionsPage = '/transactions_page';
|
2023-05-17 14:43:23 +00:00
|
|
|
static const setup_2faPage = '/setup_2fa_page';
|
|
|
|
static const setup_2faQRPage = '/setup_2fa_qr_page';
|
|
|
|
static const totpAuthCodePage = '/totp_auth_code_page';
|
|
|
|
static const modify2FAPage = '/modify_2fa_page';
|
2023-12-30 19:55:17 +00:00
|
|
|
static const setup2faInfoPage = '/setup_2fa_info_page';
|
2023-08-04 17:01:49 +00:00
|
|
|
static const homeSettings = '/home_settings';
|
|
|
|
static const editToken = '/edit_token';
|
2023-08-04 17:55:56 +00:00
|
|
|
static const manageNodes = '/manage_nodes';
|
2023-10-05 01:09:07 +00:00
|
|
|
static const managePowNodes = '/manage_pow_nodes';
|
2023-11-22 17:43:26 +00:00
|
|
|
static const walletConnectConnectionsListing =
|
|
|
|
'/wallet-connect-connections-listing';
|
|
|
|
static const nftDetailsPage = '/nft_details_page';
|
|
|
|
static const importNFTPage = '/import_nft_page';
|
2023-11-18 13:43:15 +00:00
|
|
|
static const torPage = '/tor_page';
|
2022-07-28 17:03:16 +00:00
|
|
|
}
|