status-desktop/ui
Jonathan Rainville 937dd89146 refactor: split Input into three files to simplify and reduce memory
Having all the different input types in one file made it simpler to design, but created an issue with memory, because all the aliases, properties and images were created for all types even if you only used a basic Input. I tried using Loaders, but making aliases within loaders is super painful/impossible in some cases.
2020-06-10 15:00:50 -04:00
..
app refactor: split Input into three files to simplify and reduce memory 2020-06-10 15:00:50 -04:00
imports show identifier as the first message of chat view 2020-06-08 15:27:30 -04:00
onboarding feat: add basic generate account popup 2020-06-04 16:31:17 -04:00
shared refactor: split Input into three files to simplify and reduce memory 2020-06-10 15:00:50 -04:00
main.qml feat: onboarding generate new account 2020-05-21 19:33:14 -04:00
nim-status-client.pro refactor: split Input into three files to simplify and reduce memory 2020-06-10 15:00:50 -04:00