Jonathan Rainville
b9594591b0
fix: fix a lot of issues relative to dark theme
...
Fixes #1997
2021-03-16 17:22:58 -04:00
Richard Ramos
6207c8af53
fix: appSettings were being overwritten due to defaultAppSettings periodically executing sync()
2021-02-18 16:40:21 -05:00
Richard Ramos
60702ee639
feat: Add warning in wallet to backup seed phrase
2020-12-01 14:37:43 -05:00
Richard Ramos
91f5aae9e7
feat: show sign phrase modal in wallet
2020-12-01 13:30:07 -05:00
Richard Ramos
0b8a6ae511
Various ui fixes on wallet
...
- Account color is used in list hightlight, separator and tabs
- Popup fields are cleared when opened
- Account color is randomized when popup is opened
2020-12-01 13:29:23 -05:00
Jonathan Rainville
bcbcd13611
refactor: use profileSettingsFile QtProperty instead of profile directly
2020-09-16 16:58:55 -04:00
Jonathan Rainville
db9472bc0b
refactor: change settings to use a filename instead
2020-09-16 16:58:55 -04:00
Jonathan Rainville
23ca5f9930
feat: make settings user dependant and clean settings uses
2020-09-16 16:58:55 -04:00
Richard Ramos
98aaa69e9d
fix: transaction history handling
...
- Determine if the recent transaction history is being fetched or available before obtaining the first 20 transactions
- On account change, reset the selected tab to show the asset list
- Collectibles were kinda pixelated/blurry (not anymore)
Fixes #806
2020-09-07 12:54:59 -04:00
Jonathan Rainville
3219b0f5f4
refactor: refactor collectibles to be loaded individually
2020-08-25 09:15:01 -04:00
Jonathan Rainville
b829acb3c4
chore: re-run qstr converter
2020-07-17 11:55:01 -04:00
Jonathan Rainville
92f5a9ca5c
feat: add dark theme colors and new properties for it
2020-07-14 12:37:17 -04:00
Jonathan Rainville
a529d729ea
feat: change Theme to Style to enable changing Theme
2020-07-03 09:59:14 -04:00
Iuri Matias
649d0a2149
get collectibles when requested instead of at login
2020-06-25 15:47:37 -04:00
Jonathan Rainville
9683b7a79e
feat: enable saving app settings like the SplitView state
2020-06-25 11:02:35 -04:00
Jonathan Rainville
02d915cb50
chore: up import version and fix SplitViews
2020-06-25 11:02:35 -04:00
Iuri Matias
0ad64cc5de
update qml imports
2020-06-18 11:02:11 -04:00
Pascal Precht
0f7e08075b
feat(wallet): Introduce simple account transaction list
...
There's still some things that needs to be done (possibly in future commits):
[ ] Asset icons need to be determined so they can be displayed along the transaction
[ ] Transaction values need to be converted to decimal values
[ ] Date-time formatting
[ ] Grouping of transactions by days
2020-06-17 12:47:53 -04:00
Iuri Matias
0cb2bf09e2
make wallet layout handle same color as the one in the chat layout
2020-06-11 17:16:21 -04:00
Jonathan Rainville
4d7eee1ebf
feat: enable deleting a wallet account
2020-06-11 12:22:21 -04:00
Jonathan Rainville
3ce1883c0b
feat: add files for the wallet tabs
2020-05-28 13:59:56 -04:00
Jonathan Rainville
d1b786811f
feat: add TabButton and TabBar for the Wallet
2020-05-28 13:59:56 -04:00
Jonathan Rainville
47cc169c4f
chore: split WalletHeader to another file
2020-05-28 13:59:56 -04:00
Jonathan Rainville
056e640a29
feat: add wallet header
2020-05-27 17:43:36 -04:00
Jonathan Rainville
b8a5d25d8b
chore: remove no longer necessary anchors on layouts
...
Not sure why, but these are no longer necessary
2020-05-27 14:56:33 -04:00
Jonathan Rainville
084c96afff
base of changes to wallet
2020-05-27 14:56:33 -04:00
Pascal Precht
985b5d93d0
fix(ui/wallet): don't require password to be entered as hashed hex
2020-05-21 19:50:58 -04:00
Pascal Precht
76a0b55d47
feat(ui/wallet): add basic form to send transaction
...
Closes #49
2020-05-19 11:48:41 -04:00
Jonathan Rainville
cd522ba803
feat: split left tab to its own file and move them to Wallet dir
2020-05-14 12:24:15 -04:00