1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00
trezor-wallet/src/actions/constants/wallet.js

20 lines
1.1 KiB
JavaScript
Raw Normal View History

/* @flow */
2018-07-30 10:52:13 +00:00
2018-05-02 09:01:08 +00:00
export const TOGGLE_DEVICE_DROPDOWN: 'wallet__toggle_dropdown' = 'wallet__toggle_dropdown';
2018-05-17 14:03:11 +00:00
export const SET_INITIAL_URL: 'wallet__set_initial_url' = 'wallet__set_initial_url';
2019-03-04 12:33:02 +00:00
export const SET_FIRST_LOCATION_CHANGE: 'wallet__set_first_location_change' =
'wallet__set_first_location_change';
export const ONLINE_STATUS: 'wallet__online_status' = 'wallet__online_status';
export const SET_SELECTED_DEVICE: 'wallet__set_selected_device' = 'wallet__set_selected_device';
2019-03-04 12:33:02 +00:00
export const UPDATE_SELECTED_DEVICE: 'wallet__update_selected_device' =
'wallet__update_selected_device';
export const SHOW_BETA_DISCLAIMER: 'wallet__show_beta_disclaimer' = 'wallet__show_beta_disclaimer';
export const HIDE_BETA_DISCLAIMER: 'wallet__hide_beta_disclaimer' = 'wallet__hide_beta_disclaimer';
2019-03-04 12:33:02 +00:00
export const CLEAR_UNAVAILABLE_DEVICE_DATA: 'wallet__clear_unavailable_device_data' =
'wallet__clear_unavailable_device_data';
2019-01-24 17:49:33 +00:00
export const TOGGLE_SIDEBAR: 'wallet__toggle_sidebar' = 'wallet__toggle_sidebar';
2019-03-04 12:33:02 +00:00
export const SET_LANGUAGE: 'wallet__set_language' = 'wallet__set_language';