2018-04-11 10:06:46 +00:00
|
|
|
/* @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';
|
2018-05-22 17:41:10 +00:00
|
|
|
export const ONLINE_STATUS: 'wallet__online_status' = 'wallet__online_status';
|
|
|
|
|
2018-05-23 08:00:43 +00:00
|
|
|
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';
|
2018-10-17 10:09:25 +00:00
|
|
|
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';
|
2018-05-28 17:42:03 +00:00
|
|
|
|
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
|
|
|
|
2019-02-06 17:01:09 +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';
|
2019-03-11 16:45:35 +00:00
|
|
|
export const SET_LOCAL_CURRENCY: 'wallet__set_local_currency' = 'wallet__set_local_currency';
|
2019-03-14 22:31:19 +00:00
|
|
|
export const SET_HIDE_BALANCE: 'wallet__set_hide_balance' = 'wallet__set_hide_balance';
|
2019-04-16 16:59:12 +00:00
|
|
|
export const SET_HIDDEN_COINS: 'wallet__set_hidden_coins' = 'wallet__set_hidden_coins';
|
2019-04-24 12:05:07 +00:00
|
|
|
export const SET_HIDDEN_COINS_EXTERNAL: 'wallet__set_hidden_coins_external' =
|
|
|
|
'wallet__set_hidden_coins_external';
|