* when a qredo account is selected in user's activity view show an extra
filter to allow user to switch between completed and pending (qredo)
transactions
* use qredo api to load all transactions and filter out all completed
* for each visible transaction load extra details
* based on the Intent scope show if qredo transaction is sign message
request or actual transaction
* transactions and transaction details refetch every 5s
Loading
<img width="364" alt="Screenshot 2023-05-22 at 23 38 49"
src="https://github.com/MystenLabs/sui/assets/10210143/88b07c9d-abc8-4d3b-bea3-286e1edc9622">
No transactions
<img width="364" alt="Screenshot 2023-05-22 at 23 51 12"
src="https://github.com/MystenLabs/sui/assets/10210143/ea4df84e-70c3-4b4b-a453-84587195fce4">
Error loading transactions
<img width="364" alt="Screenshot 2023-05-22 at 23 52 06"
src="https://github.com/MystenLabs/sui/assets/10210143/01b6a6c8-7ec4-484d-9506-439c08fa953e">
Transactions
<img width="364" alt="Screenshot 2023-05-22 at 23 55 58"
src="https://github.com/MystenLabs/sui/assets/10210143/59613023-500b-42bb-b9cc-9c59ed47fa5c">
Transaction that failed to load details
https://github.com/MystenLabs/sui/assets/10210143/99ee7e8b-4453-478a-aaa1-6346737bb2c4
closes APPS-796