Sale Djenic
8af104a16e
feat(@desktop/onboarding): support (optionally) OS keychain to login password
...
This feature works for MacOs only, for now.
On login, whether new or already created user may select between options:
"Store" - store password to the Keychain
"Not now" - don't store it now, but ask next time again
"Never" - don't store them ever and don't ask again
Selected preference may be changed later in:
`ProfileSettings > Privacy and security > Store pass to Keychain`
On the next app run, if `Store` was selected, a user will be asked to confirm
his identity using Touch Id in order to log in the app. If any error happens
he will be able to login using password.
Fixes : #2675
2021-09-17 12:45:34 -04:00
Sale Djenic
e0c53b7012
refactor(@desktop/general): managing local settings added on the nim side
...
From now on we are able to access local settings (settings and global settings)
on the nim side, not only through the qml.
This change is required as part of the feature issue-2675.
2021-09-17 12:45:34 -04:00
Eric Mastro
dbe9b54326
fix(@desktop/contacts): Double validation for incorrect ENS name
...
The string stored in the translation had been doubled-up, so when a validation error occurred, the doubled-up string appeared.
The fix removes the currently in use translation.
2021-09-17 10:17:15 -04:00
Khushboo Mehta
2448b710b4
fix(@desktop/chat): Fix for Leave chat is shown instead of Delete confirmation when deleting community channel
...
fixes #3365
2021-09-17 10:16:57 -04:00
Anthony Laibe
974e53f3cb
feat(@desktop/wallet2): Add network select
2021-09-16 17:35:58 -04:00
Anthony Laibe
5ce06a94cc
feat(@desktop/chat): download messages
...
fixes #3508
2021-09-16 16:37:58 -04:00
Richard Ramos
dc8294b6bd
fix: display current active mailserver
...
Fixes #3505
2021-09-16 16:29:33 -04:00
Khushboo Mehta
b9073919cb
feat(@desktop/wallet2): Added traits for the opensea Assets
...
fixes #3435
2021-09-16 15:39:10 -04:00
Khushboo Mehta
06d7dbed95
feat(@desktop/wallet2): Added new Tab to display Collectibles
...
New features added :
1. Tab which displays the collection
2. Page which display the details of the NFT
fixes #3306
2021-09-16 15:39:10 -04:00
Alexandra Betouni
24b704f398
feat(desktop/wallet2) Add account with seed modal
...
Added adding account with seed phrase feature
Closes #3311
2021-09-16 11:43:49 -04:00
Alexandra Betouni
470144db6a
feat(desktop/members) Improvements in members list
...
* The userlist toggle made persistent between restarts
* Members is enabled by default for communities
* Public channels changed title to "last seen"
instead of "Members"
Closes #3502
2021-09-16 09:46:40 -04:00
Khushboo Mehta
d8e669d013
fix(@deaktop/chat): drag & drop to upload a file/picture is not working
...
Also checked and updated drag and drop feature to work in commmunities
fixes #3495
2021-09-15 16:07:30 -04:00
Richard Ramos
03eed589a9
feat: display logs in node management section
2021-09-15 16:04:28 -04:00
Alexandra Betouni
22994a4a14
feat(desktop/profile) adding password changed modal
...
Implemented new change password succcess confirmation
popup
Closes #3432
2021-09-15 15:20:33 -04:00
Pascal Precht
75b08df03d
fix(@desktop/profile): add missing logout confirmation dialog
...
Closes #3423
2021-09-15 13:31:18 -04:00
Pascal Precht
33d800fcda
refactor(ConfirmationDialog): change dialog to `StatusModal`
2021-09-15 13:31:18 -04:00
Pascal Precht
315c4014a7
fix(@desktop/profile): show ENS username in profile page if available
...
Closes #3424
2021-09-15 06:45:58 -04:00
Pascal Precht
31d63c8f7d
fix(@desktop/chat): fix seach input paddings
...
It's unclear to me why these were off since the latest StatusQ upgrade.
Closes #3396
2021-09-10 14:28:49 -04:00
B.Melnik
92ec298c3d
fix(ActivityCenter): Fix reopen popup on bell button click
...
Closes : #3331
2021-09-10 14:28:04 -04:00
Khushboo Mehta
35e15f7ed0
feat(desktop/wallet): Adding Setttings tab in wallet 2
...
Added nim api's to get the account signing phrase
fixes #3303
2021-09-10 14:27:33 -04:00
Richard Ramos
285f54dab6
EIP1559
2021-09-10 13:42:19 -04:00
Pascal Precht
40dd69ca80
fix(@desktop/profile): change headline to settings
...
Fixes #3429
fix(@desktop/profile): change headline to settings
Fixes #3429
rename profile section to settings
2021-09-09 14:52:41 -04:00
Alexandra Betouni
7cfa8272a4
fix(desktop/profile) back seed indication missing
...
When other than the profile menu was selected
Closes #3457
2021-09-09 14:41:47 -04:00
Alexandra Betouni
6514eb6c5c
fix(desktop/wallet2) Updated wallet2 warning text
...
Also changed icon from wallet to cancel, to indicate
that the feature is incomplete
Closes #3431
fix(desktop/wallet2) Updated wallet2 warning text
Also changed icon from wallet to cancel, to indicate
that the feature is incomplete
Closes #3431
update wallet v2 description
2021-09-09 13:43:16 -04:00
Alexandra Betouni
87d0a87b59
fix(dektop/profile) Back up seed was gone
...
Brought back back up seed phrase indicator in profile
menu "Privacy and security"
Closes #3433
2021-09-09 13:27:50 -04:00
Pascal Precht
84a9b873f7
fix(@desktop/chat): force focus on search input when popup is opened
...
Closes #3392
2021-09-08 16:24:51 -04:00
Andrei Smirnov
aed0be9054
feat(@desktop/chat): editing message in markdown mode
2021-09-07 14:56:48 -04:00
Alexandra Betouni
4272d0bf19
feat(@desktop/wallet2) Updates in AddAccount modal
...
based on the new concept
* Updates include only adding account with private key,
seed phrase to be done in a seperate PR
Closes #3310
2021-09-07 14:23:50 -04:00
Iuri Matias
a1254606fa
add missing comment close
2021-09-07 14:21:09 -04:00
Sale Djenic
7973679926
chore(@desktop/wallet2): added wallet's footer
...
Removed send/receive/settings buttons from the header.
Wallet's footer and buttons required by the new design are added.
2021-09-07 14:18:14 -04:00
Pascal Precht
8015235eea
fix(Communities): ensure community profile doesn't bleed into modal header
...
Closes #3397
2021-09-07 10:30:58 -04:00
RichΛrd
4295c92deb
fix: invalid variable name in ProfilePopup
2021-09-07 10:30:33 -04:00
Pascal Precht
75c50337b2
fix(Communities): make membership request popup work again
2021-09-07 10:24:26 -04:00
Pascal Precht
4ea80eb248
fix(Communities): fix invite friends modal
2021-09-07 10:24:10 -04:00
Pascal Precht
629ce86076
fix(Communities): ensure communities search works again
2021-09-07 10:23:50 -04:00
Pascal Precht
34707b7298
fix(Communities): make create community categories modal work again
...
Fixes : #3391
2021-09-07 10:21:39 -04:00
Pascal Precht
52b302aa55
fix(Communities): ensure community profile popup is rendered correctly
...
Fixes : #3398
2021-09-07 10:21:29 -04:00
Pascal Precht
6e9f14c6ac
fix(ProfilePopup): ensure modal is working again
...
Due to a breaking change in StatusQ, this modal caused a reference error.
This commit fixes it.
Fixes #3400
2021-09-07 10:21:22 -04:00
Pascal Precht
51c4d8c64e
fix(Communities): make creating communities work again
...
This was broken due to a breaking change in StatusQ dependency.
Fixes #3389
2021-09-07 10:21:14 -04:00
Pascal Precht
942965f13b
fix(Communities): make creating channels work again
...
There was a breaking change introduced 8d32c1d933
which caused reference errors in various modals.
This commit fixes the modal to create and edit community channels
by ensuring we're accessing `contentItem` and also only setting
channel data when editing a channel.
Closes #3390
2021-09-07 10:21:06 -04:00
Sale Djenic
5a448abfd5
fix(@desktop/chat): after reaching the top of chat history, unable to scroll down again
...
InvitationBubble binding loop on height fixed.
Scroll down if you reach the top of the chat is not blocked any more.
Fixes : #3320
2021-09-06 17:00:17 -04:00
Anthony Laibe
6f2dab2e29
feat(@desktop/chat): Hide chat text when the link is only an image
...
fixes #3366
2021-09-06 16:57:53 -04:00
Sale Djenic
a591e91a2e
fix(@desktop/general): clicking push notification does expand the app but does not open correct channel/chat
...
Logic for adding os notifications for Windows and MacOs added.
Fixes : #2996
2021-09-06 16:39:37 -04:00
Khushboo Mehta
f02d7faa41
feat(@desktop/wallet2): Added Share Modal
...
Added new popup to share wallet account details
To-do's:
1. Rounded corners in the QR code
2. Emoji's for the account
fixes #3304
2021-09-06 14:46:22 -04:00
Alexandra Betouni
8d32c1d933
fix(desktop/statusQ) Updated StatusQ HEAD
...
Also updated all StatusModals to use contentItem
instead of content
2021-09-02 16:23:02 -04:00
Andrei Smirnov
5ba1b8a13d
Addressed PR feedback.
2021-09-02 15:58:13 -04:00
Andrei Smirnov
6b3ba88556
Added app restart confirmation modal
2021-09-02 15:58:13 -04:00
Andrei Smirnov
979fea1cee
Bugfixes
2021-09-02 15:58:13 -04:00
Andrei Smirnov
f74d1a67a5
fix(@desktop): various UI scaling fixes
2021-09-02 15:58:13 -04:00
Khushboo Mehta
9dd35904ea
fix(@desktop/chat) Right click on community member list should show member information
...
fixes #3162
2021-09-02 14:55:20 -04:00