mirror of
https://github.com/status-im/status-react.git
synced 2025-03-01 11:00:51 +00:00
* add functionality * fix lint issues * change class component to functional component * fix refactor-data function * rename events and fix reagent-render structure * change rf/defn to re-frame/reg-event-fx * convert camelCase to kebab-case * refactor on-error callback * refactor on-success callback * replace merge with assoc and conj * refactor calculate-balance structure * rename reagent-render * move calculate-balance into a sub * use created sub in the view * fix lint issues * move calculate-balance function to wallet sub * change on-success callback * revert podfile.lock * remove extra line * add template for test * edit calculate-balance and calculate-raw-balance * add tests * revert podfile.lock and fix lint issues * rename refactor-data * add toFixed to get-balance * fix lint issues * finalize code * replace re-frame/reg-event-fx with rf/defn * resolve comments * remove use-fixtures in the test * break down calculate-balance * fix lint issues * fix placeholder color * move accounts to view-internal * remove accounts param in wallet-2/get-wallet-token * Connect Wallet Account Page to backend (basic) (#17700) * pass address to wallet-accounts screen * move get-balance-by-address to common/utils * add functionality * fix lint issues * move logic to sub * convert filter+first to some * change code structure * rename wallet-2 to wallet * add tests * fix lint issues * fix style * remove unused code * remove view-internal defn * fix lint issues * fix networks param issue * fix .toFixed issue