mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-01 01:47:41 +00:00
30dc8f9238
* init commit * buy card UI * buy card detail page * card filter * dropdown button * user auth flow * create order * denomination option * fix searching * denom option fix UI * simulate payment * Update pr_test_build.yml * Update pr_test_build.yml * Implement order expiration handling [skip ci] * refactor code [skip ci] * remove ionia related code [skip ci] * change auth flow * add currency prefix * grid view UI * fix country filter issue * fix underline color * fix fetching card list [skip ci] * list view * update cake pay title * Optimize API usage by fetching CakePay vendors * handle no cards found case * adjust the flow of purchases * UI fixes * fix btc payment data * link extractor * fix fetch next page issue * UI fixes * fix text size * revert base page changes * Revert "revert base page changes" * UI fixes * fix UI * fix link style + localization * update cake pay title * update cake pay subtitle * Update cake_pay_order.dart * revert inject_app_details update
105 lines
5.3 KiB
Dart
105 lines
5.3 KiB
Dart
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';
|
|
static const restoreWalletFromSeedKeys = '/restore_wallet_from_seeds_keys';
|
|
static const restoreWalletFromHardwareWallet = '/restore/hardware_wallet';
|
|
static const restoreWalletTypeFromQR = '/restore_wallet_from_qr_code';
|
|
static const restoreWalletChooseDerivation =
|
|
'/restore_wallet_choose_derivation';
|
|
static const chooseHardwareWalletAccount = '/restore/hardware_wallet/accounts';
|
|
static const dashboard = '/dashboard';
|
|
static const send = '/send';
|
|
static const transactionDetails = '/transaction_info';
|
|
static const bumpFeePage = '/bump_fee_page';
|
|
static const receive = '/receive';
|
|
static const newSubaddress = '/new_subaddress';
|
|
static const walletEdit = '/walletEdit';
|
|
static const disclaimer = '/disclaimer';
|
|
static const readDisclaimer = '/read_disclaimer';
|
|
static const changeRep = '/change_representative';
|
|
static const walletList = '/view_model.wallet_list';
|
|
static const auth = '/auth';
|
|
static const newNode = '/new_node_list';
|
|
static const newPowNode = '/new_pow_node_list';
|
|
static const login = '/login';
|
|
static const splash = '/splash';
|
|
static const accountCreation = '/account_new';
|
|
static const nanoAccountCreation = '/nano_account_new';
|
|
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';
|
|
static const desktop_settings_page = '/desktop_settings_page';
|
|
static const empty_no_route = '/empty_no_route';
|
|
static const unlock = '/auth_not_closable';
|
|
static const rescan = '/rescan';
|
|
static const faq = '/faq';
|
|
static const newWalletType = '/new_wallet_type';
|
|
static const sendTemplate = '/send_template';
|
|
static const exchangeTemplate = '/exchange_template';
|
|
static const restoreWalletType = '/restore_wallet_type';
|
|
static const restoreWallet = '/restore_wallet';
|
|
static const preSeedPage = '/pre_seed_page';
|
|
static const backup = '/backup';
|
|
static const editBackupPassword = '/edit_backup_passowrd';
|
|
static const restoreFromBackup = '/restore_from_backup';
|
|
static const support = '/support';
|
|
static const supportLiveChat = '/support/live_chat';
|
|
static const supportOtherLinks = '/support/other';
|
|
static const orderDetails = '/order_details';
|
|
static const buySellPage = '/buy_sell_page';
|
|
static const buyWebView = '/buy_web_view';
|
|
static const unspentCoinsList = '/unspent_coins_list';
|
|
static const unspentCoinsDetails = '/unspent_coins_details';
|
|
static const addressPage = '/address_page';
|
|
static const fullscreenQR = '/fullscreen_qr';
|
|
static const cakePayWelcomePage = '/cake_pay_welcome_page';
|
|
static const cakePayLoginPage = '/cake_pay_login_page';
|
|
static const cakePayCardsPage = '/cake_pay_cards_page';
|
|
static const cakePayBuyCardPage = '/cake_pay_buy_card_page';
|
|
static const cakePayBuyCardDetailPage = '/cake_pay_buy_card_detail_page';
|
|
static const cakePayVerifyOtpPage = '/cake_pay_verify_otp_page';
|
|
static const cakePayAccountPage = '/cake_pay_account_page';
|
|
static const webViewPage = '/web_view_page';
|
|
static const silentPaymentsSettings = '/silent_payments_settings';
|
|
static const connectionSync = '/connection_sync_page';
|
|
static const securityBackupPage = '/security_and_backup_page';
|
|
static const privacyPage = '/privacy_page';
|
|
static const trocadorProvidersPage = '/trocador_providers_page';
|
|
static const domainLookupsPage = '/domain_lookups_page';
|
|
static const displaySettingsPage = '/display_settings_page';
|
|
static const otherSettingsPage = '/other_settings_page';
|
|
static const advancedPrivacySettings = '/advanced_privacy_settings';
|
|
static const sweepingWalletPage = '/sweeping_wallet_page';
|
|
static const anonPayInvoicePage = '/anon_pay_invoice_page';
|
|
static const anonPayReceivePage = '/anon_pay_receive_page';
|
|
static const anonPayDetailsPage = '/anon_pay_details_page';
|
|
static const desktop_actions = '/desktop_actions';
|
|
static const transactionsPage = '/transactions_page';
|
|
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';
|
|
static const setup2faInfoPage = '/setup_2fa_info_page';
|
|
static const homeSettings = '/home_settings';
|
|
static const editToken = '/edit_token';
|
|
static const manageNodes = '/manage_nodes';
|
|
static const managePowNodes = '/manage_pow_nodes';
|
|
static const walletConnectConnectionsListing =
|
|
'/wallet-connect-connections-listing';
|
|
static const nftDetailsPage = '/nft_details_page';
|
|
static const importNFTPage = '/import_nft_page';
|
|
static const torPage = '/tor_page';
|
|
static const connectDevices = '/device/connect';
|
|
}
|