lisk-mobile
lisk-mobile copied to clipboard
📱 Lisk graphical user interface for mobile
### What was the problem? This PR resolves #1456 ### How was it solved? #### Send Token process - UI tweaks for Send Token process - [ ] Make darker...
### Description Implement all upstream API changes(endpoints and data schematics) made in Lisk SDK v6 the changes from, including new features. ### Motivation Adapt Lisk Mobile to changes in endpoints...
### Send token Objectives Review feedback #### Send Token process - Add Stepper component to Send Token process UI - Change to black the color of `Picker` background mask -...
### Description Update Transaction Object signing and Broadcast to use SDK v6 ### Acceptance Criteria - Update Transaction signing process to use new implementation on SDK v6 - Use react-query...
### Expected behavior - Users should be able to add a new bookmark - Users should be able to edit bookmark - Users should be able to add a bookmark...
### Description - Replace mock endpoints with actual endpoints to fetch - Supported tokens - Token and its balances - Broadcasting the transaction to network - Fetch account nonce, auth...
### Description We should apply the code formatter to maintain the standards - Add `prettierignore` and `.prettierrc.json` - Apply the format to codebase - Configure git hooks to format for...
### Description Our current `Stepper` component have some limitations and edge cases in which it doesn't work as expected. Also, the way it's currently implemented doesn't allow to scale properly...
### Description The purpose of this epic is to prepare the Lisk Mobile v3.0.0-alpha.0 release ### Tasks - [ ] #1490 - [ ] #1314 - [ ] #830 -...
### Expected behavior A user should be able to show a specific transaction detail based on a link sent via iMessage on iOS. ### Actual behavior The feature is broken...