CWA-209 | applied new design to account_list_page, account_page and new_subaddress_page; moved header tile from receive_page to a single file; created account tile and base text form field

This commit is contained in:
Oleksandr Sobol 2020-05-06 20:40:36 +03:00
parent 66aebb4d65
commit e1de337ab1
25 changed files with 689 additions and 373 deletions

View file

@ -25,7 +25,6 @@ class Routes {
static const newNode = '/new_node_list';
static const login = '/login';
static const splash = '/splash';
static const accountList = '/account_list';
static const accountCreation = '/account_new';
static const addressBook = '/address_book';
static const pickerAddressBook = '/picker_address_book';