emizzle
423882df89
fix: 1:1 chat command transactions "intrinsic gas too low"
...
I noticed that the 1:1 chat commands were not able to send token transactions due to "intrinsic gas too low" error. I quickly realised there there were a few components missing, which have been fixed.
*feat: update the 1:1 chat commands transaction modal to allow editing of the from account and network fee*
The TransactionStackGroup was updated slightly to allow manual control of back/next actions.
Fixes #870 .
*fix: Create distinct modal transaction actions*
Previously, adding `Connection`s for the `walletModel.transactionWasSent` signal in different dialogs would cause the signal to be handled in the wrong dialog. The solution was to pass a `uuid` from the requesting dialog, and include the `uuid` in the response, so that only requests that were requested from the dialog would be handled.
*fix: update 1:1 translations*
All the translations were not being translated for me. I noticed that they did not exist in the `.ts` translation files either.
2020-10-28 11:07:21 +01:00
Richard Ramos
0a13940742
fix: signatures
2020-10-27 19:55:50 -04:00
Richard Ramos
5461d6f93c
feat: remove seed phrase
2020-10-27 19:32:54 -04:00
Richard Ramos
6c641eff42
feat: identify if a token is being approved and estimate gas for contract trxs
2020-10-27 17:13:11 -04:00
Richard Ramos
5ff809b6b8
fix: code review
2020-10-27 17:13:11 -04:00
Richard Ramos
11ae6529e2
feat: dapps permissions
2020-10-27 17:13:11 -04:00
Richard Ramos
7af4f0fd8f
feat: dapp browser privileges
...
- Create privilege dialogs dynamically for each privilege requested
- Check if a privilege has been granted before to determine if dialog must be shown or not
- If dapp is allowed to use privilege, save it in the settings
2020-10-27 17:13:11 -04:00
Richard Ramos
0d717d7919
refactor: improve and simplify mailserver logic to make it thread safe
2020-10-27 17:12:35 -04:00
Jonathan Rainville
cc6fb42d14
feat: style download full view
2020-10-27 15:27:58 -04:00
Jonathan Rainville
98730fa177
touchup
2020-10-27 15:27:58 -04:00
Jonathan Rainville
ce0d717717
feat: add interactions for the downloaded elements
2020-10-27 15:27:58 -04:00
Jonathan Rainville
4639517786
feat: add download bar with no features but it lists
2020-10-27 15:27:58 -04:00
Pascal Precht
885d93ddb1
feat: introduce StatusIconTabButton component
2020-10-27 15:26:00 -04:00
Jonathan Rainville
84ff2b21a9
fix: fix a couple of QML warnings
2020-10-27 10:23:40 -04:00
Jonathan Rainville
db7d99bf53
chore: run translation scripts
2020-10-27 10:23:26 -04:00
Jonathan Rainville
8ce51cfa7a
fix: fix emptyChat text not being translated or translatable
2020-10-27 10:23:26 -04:00
Jonathan Rainville
e6ae202510
fix: fix profile popup header
2020-10-27 10:23:26 -04:00
Jonathan Rainville
a4b084ad79
fix: use the standard loading animation for generating accounts
2020-10-27 10:23:26 -04:00
Jonathan Rainville
c05cc09d20
fix: fix Status button with weird margin
2020-10-27 10:23:26 -04:00
Jonathan Rainville
ccb226d3bd
feat: implement start page tab behaviour
2020-10-22 12:19:18 -04:00
Jonathan Rainville
ac8f476f44
refactor: move browser Tab to its own component
2020-10-22 12:19:18 -04:00
Jonathan Rainville
6f929c3665
fix: fixxstatus button margin when there is an icon
2020-10-22 12:19:18 -04:00
Iuri Matias
6ce8d5ef74
update to beta.3
2020-10-21 15:58:27 -04:00
Richard Ramos
94274ff495
fix: stop any loading webpage before changing the user agent
2020-10-21 13:04:36 -04:00
Richard Ramos
6b064f3d17
feat: add compatibility mode menu item
2020-10-21 13:04:36 -04:00
Richard Ramos
4adce2e801
fix?: sqlite crash - Cookie sqlite error 5, errno 0: database is locked
2020-10-21 13:04:36 -04:00
Richard Ramos
51afc7fc54
bump up nimqml / dotherside version
2020-10-21 12:12:35 -04:00
Jonathan Rainville
82ab3a4a97
chore: add context to help container letter i18n
2020-10-21 12:11:15 -04:00
Jonathan Rainville
c04f89d8fa
feat: show browser settings in the profile section
2020-10-21 12:06:50 -04:00
Jonathan Rainville
af2af0700c
feat: add basic browser settings and go to them on browser button click
2020-10-21 12:06:50 -04:00
Jonathan Rainville
23b8c6ab57
feat: add styled browser settings menu
2020-10-21 12:06:50 -04:00
Jonathan Rainville
6c96ee4356
fix: don't close group info popup when closing profile popup
2020-10-21 10:37:33 -04:00
Jonathan Rainville
6906ddcb61
fix: make sure admin status is up to date when opening the popup
2020-10-21 10:37:33 -04:00
Jonathan Rainville
fc4a179dc7
fix: fix group info popup layout and clean it up
2020-10-21 10:37:33 -04:00
Jonathan Rainville
d83ca70bef
fix: don't close group info popup when closing profile popup
2020-10-21 09:40:12 -04:00
Jonathan Rainville
4371501efc
feat: style mention suggestions and make it work with keyboard
2020-10-20 17:21:02 -04:00
Jonathan Rainville
676549cccd
refactor: move emoji suggestion to own component and make it reusable
2020-10-20 17:21:02 -04:00
Jonathan Rainville
d2a4a9cfd5
feat: implement design for the emoji suggestion picker
2020-10-20 17:21:02 -04:00
Richard Ramos
c68498fcfe
fix: support downloads in browser
2020-10-20 14:42:36 -04:00
Jonathan Rainville
b4425322ac
feat: style account button if connected
2020-10-20 14:42:36 -04:00
Jonathan Rainville
4d2a845eda
feat: add browser permission modal
2020-10-20 14:42:36 -04:00
Richard Ramos
10f8eb854b
fix: address bar will react to changing tabs and enable mouse selection on text field
2020-10-20 14:42:36 -04:00
Richard Ramos
b18a1d6b4d
feat: support message signing
2020-10-20 14:42:36 -04:00
Richard Ramos
37e213e89b
feat: dapps permissions
2020-10-20 14:42:36 -04:00
Richard Ramos
1ec6dee429
feat: address bar, tabs support and nav buttons
2020-10-20 14:42:36 -04:00
Jonathan Rainville
7ddb7c6c30
feat: change network name and color based on network
2020-10-20 14:42:36 -04:00
Jonathan Rainville
b5859fffa8
feat: open sendModal when click the send button in wallet popup
2020-10-20 14:42:36 -04:00
Jonathan Rainville
4844e47771
feat: add assets and history in wallet popup
2020-10-20 14:42:36 -04:00
Jonathan Rainville
e45409b400
feat: add account selectort
2020-10-20 14:42:36 -04:00
Jonathan Rainville
70e01db117
feat: add basic popup for the wallet
2020-10-20 14:42:36 -04:00