status-desktop/ui
emizzle e0e1487643 refactor: replace transaction modal `reset` functionality
The transaction component's `reset` functionality was meant ot reset a form when the modal was closed. It was difficult to manage and added extra overhead for each additional transaction modal created.

Instead of using reset functions, we can use Loaders to load and destroy the modal's as they are opened and closed. We do not need to keep them in memory and then also reset their functions. It creates a smaller memory footprint to destroy the object and reload on open.

feat: load gas prediction prices asynchronously
2020-11-26 11:17:24 -05:00
..
app refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
fonts fix: use normal Inter for normal text and StatusInter for addresses 2020-07-02 10:51:57 -04:00
i18n update to beta.4 2020-11-11 16:16:18 -05:00
imports feat: allow users to change font size for chat messages 2020-11-25 14:41:29 +01:00
onboarding fix: use the standard loading animation for generating accounts 2020-10-27 10:23:26 -04:00
shared refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
sounds feat: allow users to turn of notification sounds 2020-10-20 13:50:49 -04:00
generate-rcc.sh feat: bundle resources 2020-07-03 09:59:00 -04:00
main.qml feat: allow users to change font size for chat messages 2020-11-25 14:41:29 +01:00
nim-status-client.pro feat: show unfurled youtube links 2020-11-05 11:25:22 -05:00