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
Iuri Matias
f3b8ab4749
bump statusQ
2021-09-08 16:24:51 -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
Pascal Precht
3536b57e08
fix(@desktop/onboard): don't submit password creation form on enter when invalid
...
There's a bug where creating a password is possible while having an invalid state
because hitting enter causes the submission without checking the form's validity.
This commit fixes it by only submitting the form when both fields are actually valid.
Closes #3412
2021-09-08 11:42:27 -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
Iuri Matias
95a3b63adb
bump statusq
2021-09-06 16:39:37 -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
Iuri Matias
2efc42bfe8
bump statusq
2021-09-06 14:46:22 -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
Alexandra Betouni
c33c7ce45a
fix(desktop) Updated .pro file
...
Updated .pro file to detect and list in QtCreator
all new files automatically
2021-09-02 16:05:59 -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
Pascal Precht
5b674cee5a
refactor(ProfileView): use StatusQ components to render profile menu
2021-09-01 11:02:10 +02:00
Pascal Precht
eeb1cc2f7a
refactor(ProfileModal): replace implementation with StatusQ components
...
Closes #3319
2021-08-31 14:45:05 -04:00
Andrei Smirnov
68d34e5706
fix(@desktop/chat): edit channel modal to show up-to-date values
2021-08-31 14:33:56 -04:00
Alexandra Betouni
1557996cbc
fix(@desktop/chatInput) Pasting text with emoji was invisible
...
When text from clipboard that contained any emoji was pasted
in the chat input it was becoming invisible
Closes #3291
2021-08-31 14:25:16 -04:00
Sale Djenic
4916b8f552
fix(@desktop/chat): no identicon/profile picture shown and wrong timestamp format in search results
...
Icons added for messages senders in the search result, also community and chat
icons are colorized now.
Fixes : #3259
2021-08-31 14:23:59 -04:00
Khushboo Mehta
f4baf7c738
fix(@desktop/chat): Emoji reaction Menu is incorrect
...
Added logic to set parent ,x and y positions from the place where the menu is opened
fixes #2385
2021-08-31 13:45:32 -04:00
Alexandra Betouni
8f1ffd96a1
fix(@desktop/chat) members' status circle is not always right
...
fixed to display online status only if is the current user and
if they have been active in the last 7 minutes. Respective color
is shown depending on if they are in "do not disturb" mode or they
have been active more than 5 minutes ago
Closes #3282
2021-08-31 13:41:22 -04:00
Anthony Laibe
c11267c13d
fix(@desktop/communities): Fix suggestion for communities
2021-08-31 13:22:26 -04:00
Anthony Laibe
5c4b75ce6a
perf(@desktop/chat): Improve performance when big member list
...
Avoid computation when it is not needed for the suggestion filter
This is quite visible when the member list contains 1000s of members.
It is the case when you load historical message (1 month)
2021-08-31 13:18:20 -04:00
Khushboo Mehta
d8817a468e
fix(@desktop/chat) Reply to image doest show image in reply box
...
Added component to show both an image/sticker in the reply area.
Moved some components from app to shared folder so that they can be reused
fixes #3272
2021-08-31 12:14:48 -04:00
Andrei Smirnov
8ae050b642
fix(@desktop/communities): changing contact nickname must be reflected in users list
2021-08-31 12:07:48 -04:00
Richard Ramos
efcbb023a6
fix: message when username is locked, and remove preferred username when released
2021-08-31 12:04:03 -04:00