* Connect with dapp using WalletConnect
* Pair dapp with wallet
* Sign message taken from dapp and return the signature
* Add todos
* Move wallet connect functions to seperate screen
* Change ui
* Change ui for wc modals
* Add styles
* Remove border radius at the bottom
* Make review changes
* Add dependancy to useEffect
* Move pairing modal methods
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add page for scanning qr code
* Refactor code
* Ask for permission to use camera
* Change Qr to QR
* Seperate imports
* QR instead of Qr
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add url scheme and linking
* Pass account to sign request page
* Provide functionality for accepting or rejecting requests
* Load account state before handling url
* Refactor code
* Make intent work when app is cleared from recents
* Fix bug to populate data from intents
* Fix bug to update data on subsequent requests
* Pass correct network to sign messages from cosmos account
* Fix bug to populate data for incoming intent
* Allow spaces in url
* Bad signature page
* Review changes
* Change page heading
* Use correct regex
* Clean up code
* Use https in url
* Set state properly
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add state for selected network
* Make review changes
* Add cosmos signature
* Explicit check for cosmos
* Add dummy method for generating wallet
* Remove logic from component
* Add dummy sign method
* Change network state values
* Use separate file for types
* Add default case to switch
* Use consistent method names
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* View dropdown on creating wallet
* Use separate component for network dropdown
* Fix imports
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>