Iuri Matias
7d1bae9b96
fix use text instead of label
2020-09-17 15:32:59 -04:00
hydr063n
572e0c3e4c
fix: call wakuext_contacts RPC once
...
include make proposed fix
remove more lines that are already included in `setActiveChannel`
2020-09-17 15:17:42 -04:00
Pascal Precht
70d50110cd
feat: introduce StatusSwitch component
2020-09-17 15:17:08 -04:00
Pascal Precht
44e3e6d581
feat: introduce StatusRadioButton component
2020-09-17 15:17:01 -04:00
Pascal Precht
c6cc426f22
chore: move StatusSlider into UI library
2020-09-17 15:16:40 -04:00
Pascal Precht
1aba28b1cf
uiux(Settings): add slider to control audio volume
...
Closes #843
2020-09-17 15:16:32 -04:00
Pascal Precht
02dcc106e4
uiux(Contacts): add loading indicator when searching for contacts to add
2020-09-17 15:16:24 -04:00
Pascal Precht
9c1613acf8
uiux(Wallet): improve readability of high value balances
...
Uses `toLocaleString()` polyfill to insert `.` and/or `,` as
needed based on currently selected locale.
Closes #845
2020-09-17 15:16:16 -04:00
Pascal Precht
e0adc3056e
chore: update translations
...
Closes #801 #841
2020-09-17 15:16:09 -04:00
emizzle
7c520a8032
fix: close tx modals after sending
2020-09-17 12:22:15 -04:00
emizzle
c9c1dce6ea
fix: Sticker market dark mode support
2020-09-17 12:22:00 -04:00
emizzle
7b0d3c496c
fix: exception handling in mutli-threaded transactions
...
Currently, exceptions thrown during transactions or gas estimation that were spawned in another thread are not being propagated, due to a limitation in nim (see https://nim-lang.org/docs/manual_experimental.html#parallel-amp-spawn ).
This means any exceptions from status-go were not propagated correctly and would cause the app to crash. This includes entering the wrong password when trying to send a transaction.
The issue was addressed by passing a `success` variable by reference, which is set to false if an exception was thrown by status-go.
2020-09-17 12:21:29 -04:00
Pascal Precht
c3d946b165
chore: remove unused JS library
2020-09-16 17:01:32 -04: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
Jonathan Rainville
cebd889fd6
fix: fix assets not updating in views when getting new balance
2020-09-16 16:58:36 -04:00
Pascal Precht
4f94588199
uiux: ensure components have proper theme text color
...
Closes #899
2020-09-16 16:57:31 -04:00
Pascal Precht
8b941c179f
feat: add need help section
...
Closes #844
2020-09-16 16:57:18 -04:00
Richard Ramos
e4ffc897d7
fix: code review + reset sticker pack pending state
2020-09-16 14:22:29 -04:00
Richard Ramos
d0bca7afa6
fix: show stickers as pending while trx is being mined
...
Fixes #885
2020-09-16 14:22:29 -04:00
Richard Ramos
24e01ffa7c
fix: code review
2020-09-16 14:22:29 -04:00
RichΛrd
6a42124489
Apply suggestions from code review
...
Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
2020-09-16 14:22:29 -04:00
Richard Ramos
e46ab433f4
feat: transaction dialog for registering ENS name
2020-09-16 14:22:29 -04:00
Richard Ramos
e75958d78d
fix: code review
2020-09-16 14:22:29 -04:00
Richard Ramos
83b0c8057e
fix: code review
2020-09-16 14:22:29 -04:00
Richard Ramos
0091fded3a
feat: toast messages for sticker and ens trxs
2020-09-16 14:22:29 -04:00
Jonathan Rainville
17aa8d274e
fix: fix defaultTokenList use in QML
2020-09-14 14:54:17 -04:00
Jonathan Rainville
103f02b289
feat: show toast message for transaction status changes
2020-09-14 14:48:26 -04:00
Jonathan Rainville
b0c9155e70
feat: track pending transactions for wallet transfers
2020-09-14 14:48:26 -04:00
Jonathan Rainville
797da0a962
feat: add ToastMessage when transaction becomes pending
2020-09-14 14:48:26 -04:00
Pascal Precht
7fe2d8696f
fix(scripts): i18n script shouldn't break because of multi contexts
2020-09-14 14:39:27 -04:00
Richard Ramos
6c7a3d6340
fix: use messageid in comparator
...
Fixes #324
2020-09-14 14:39:06 -04:00
hydr063n
b479dba001
feat: open modal when user left clicks on message containing image
2020-09-14 14:38:41 -04:00
Jonathan Rainville
22d9c3be5d
refactor: use wallet model instead of lib status
2020-09-11 16:55:36 -04:00
Jonathan Rainville
f1e1462529
feat: make ToastButton close only with button and after 4 seconds
2020-09-11 16:55:36 -04:00
Jonathan Rainville
e184408749
feat: add link in the ToastMessage
2020-09-11 16:55:36 -04:00
Jonathan Rainville
e8a202cfae
refactor: change pending state to be handled by a StatusButon instead
2020-09-11 16:55:36 -04:00
Jonathan Rainville
d41100fa98
feat: add ToastMessage component in shared
2020-09-11 16:55:36 -04:00
Jonathan Rainville
ad00709104
feat: show loading image on the button when sending
2020-09-11 16:55:36 -04:00
Jonathan Rainville
ef53f3d90e
fix: fix Address component to expand on click
2020-09-11 16:55:36 -04:00
Jonathan Rainville
64c2ff099e
feat: remember wallet enabled in QT setting
2020-09-11 16:55:36 -04:00
Michael Bradley, Jr
3e0ca2f938
build: bump vendor/nim-status
2020-09-11 14:41:42 -04:00
Pascal Precht
b22f0d8a58
fix(Wallet): reset add account modal
...
Fixes #890
2020-09-11 14:41:35 -04:00
Pascal Precht
361c563a4b
fix(Wallet): derive accounts from imported mnemonic and store correctly
...
This commit address two bugs:
1. When importing a mnemonic, the resulting "master" account and its address
was used as account to be stored as opposed to its derived default account
2. The account was stored in the wrong path, resulting in status not being able
to locate accounts when sending transactions.
Fixes #787
2020-09-11 14:41:24 -04:00
emizzle
19e801bba8
fix: remove spaces from sticker hashes
...
Looks like this may have ended up in the codebase unintentionally.
2020-09-11 14:41:01 -04:00
emizzle
8e2acbe009
feat: disable selection of "contact" in send modal
...
Disable the selection of "contact" in the send transaction modal, because right now, this is not possible, but it will be in the future. Once we get this working, we can uncomment it.
2020-09-11 14:40:51 -04:00
Iuri Matias
212f33b3c0
filter out watch only accounts in account list for sending transactions
2020-09-11 14:40:31 -04:00
Richard Ramos
f2a56c70e1
fix: rebase gone wrong
2020-09-11 13:25:55 -04:00
Richard Ramos
2f1416e042
feat: check if a transaction is confirmed before installing a sticker pack
2020-09-11 12:46:13 -04:00