coral-xyz / backpack

🎒 Next level crypto wallet
https://backpack.app
GNU General Public License v3.0
1.4k stars 827 forks source link

added function to validate SOLANA rpc url and made changes to the button label ref #4303 #4308

Open candidatek opened 7 months ago

candidatek commented 7 months ago

…ton label ref #4303 RPC URL cases (Change applies only to SOLANA RPC) 1 - No Rpc Url provided

Screenshot 2024-04-30 at 3 19 03 PM

2 - As soon as you provide a new VALID SOLANA Rpc url, UNTIL the getHealth fn returns response you get Loading...

Screenshot 2024-04-30 at 3 20 13 PM

after it return a valid response the button updates to

Screenshot 2024-04-30 at 3 44 39 PM

3 - Invalid RPC URL

Screenshot 2024-04-30 at 3 19 27 PM

Also to take care of the case that fetch function is not called at every key stroke inside the RPC URL input, debounce functionality is added.