Ilias Trichopoulos

Results 101 comments of Ilias Trichopoulos

For what it's worth, `groupNum * gap * 2` would be a much better alternative imo :) But I'll stop discussing here and focus on building now 😇

This was implemented and merged into the `v2.0` branch, it can be closed.

Since the password is not stored anywhere, the user would need to enter their password in order to encrypt the mnemonic and show the QR code. Actually, it won't have...

This was implemented in #440 and merged into the `v2.0` branch, it can be closed.

I agree writing/maintaining UI tests is a pain in the 🍑 > Doing our current manual testing methodology seems to be pretty effective, time efficient, and comprehensive I would argue...

@mvaivre shall we close this issue, or transfer it to the [monorepo](https://github.com/alephium/alephium-frontend/), what do you think? Most of the subtasks mentioned here are not relevant anymore.

> The WC transfer could have a rogue WC entity which is capturing everyone's data, so that's a concern. Not sure exactly how WC internally works, but we could encrypt...

@mvaivre now that we have the "import from desktop wallet" feature in the mobile wallet, do you think this issue is still relevant?

Hey, thanks for sharing this! I just read through the GH readme and it looks like a really neat tool for state management! The Redux Toolkit also provides some of...

I really like how simply Zustand is handling async actions. It is true that it is quite a complicated process in Toolkit (but it's something I quickly got used to...