359 we should have a way to show and easily switch between accounts on wallet page (#515)
* fixing seed phrase page style * uncommenting rn * adding nextAccountDerivationIndex to masterInfoObject * adding derive index constants * adding emoji assets * creating standardized account card * creating account profile image to handle main account, NWC, and custom accounts * simplifying accounts page * fixing transfer page to work with new system * handling both derive and imported accounts * creating edit account name page * creating edit account homepage * creating select account type page * creating account image selection screen * creating accouts derive functions * creating handle emoji functions * adding uuids to main wallet and nwc * using accounts profile image to handle account switcing * using accont profile image to handle account switching * fixing no profile cache bug * adding screens * adding new accounts functions for derived and imported account handling * creating new page between settings and homescreen * adding translations * capitalizing account type * fixing android styles * fixing text align issue * fixing translation * fix theme issue * creating seed phrase warning page * fix dark mode style * adding seed phrase warning page * removing old slider overlay from seed page * making back button work * fixing trash icon * popping back to main screen after removing account * adding recover account page * adding pin ability to account page * adding error toast message * creating settings profile card * creating accounts preview card * creating pos bannar * creating pools preview * creating settings row and section cards for settings * creating hook to standardize account switching logic * building new settings page * fixing account cards component between settings and accounts page * standardizing accounts list and active account * adding pinnedAccounts to local storage * removing ManageAccountsPoolsScreen from use * deleting ManageAccountsPoolsScreen * fixing no pinned account bug * fix translation * improve accounts touch ux * adding translations * fixed settings not updating after soft reset * remove uneeded amount of emojis * fixed showing account 3 that doesnt exist * fixed string for previously created accounts on blitz * small theme fixes * updating reset page style * updating translations * remove techical wording * fixing pool contributors page
This commit is contained in:
@@ -38,6 +38,7 @@ const PRESET_LOCAL_DATA = {
|
||||
defaultSpendToken: 'bitcoin',
|
||||
thousandsSeperator: 'space',
|
||||
enabledLiquidAutoSwap: true,
|
||||
pinnedAccounts: [],
|
||||
};
|
||||
|
||||
async function sendDataToDB(newObject, uuid) {
|
||||
|
||||
Reference in New Issue
Block a user