Richard Ramos
1c7fa14903
fix: log error when an RPC exception is raised when releasing an ens
2021-08-31 12:04:03 -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
Richard Ramos
80343446ec
feat: release ENS names
2021-08-31 12:04:03 -04:00
Pascal Precht
ef1140d0a7
chore(deps): update StatusQ to v0.7.0
2021-08-31 12:03:48 -04:00
Anthony Laibe
e2ca49b097
perf(@desktop/chat): make mark all messages read async
2021-08-31 11:55:38 -04:00
Anthony Laibe
0d5cf71df5
perf(@desktop/chat): avoid query when switching chat
...
As we keep a local list of contact request and contact added
we should not need to query this data each time we switch chat as
we already have this data in memory.
This data should be maintained each time there is a change
fixes #1642
Also: Remove what seems to be duplicated and dead code about
getContactById
2021-08-31 11:55:38 -04:00
Alexandra Betouni
f47ddbc955
fix(@desktop/chatMembersList) Increased minimum width in chat members list
...
*Also removed redundant Rectangles
Depends on: https://github.com/status-im/StatusQ/pull/348
Closes #3284
2021-08-27 09:24:23 -04:00
Pascal Precht
118b21543c
fix(ChatContextMenu): fix delete chanenl icon which happens to be upside down
2021-08-27 08:53:56 -04:00
Anthony Laibe
9af32a1796
fix(@desktop/chat): Add new dedicated event for sending message
2021-08-26 16:53:38 -04:00
Anthony Laibe
d0d4debdb4
fix(@desktop/wallet): Add wallet confirmation modal
...
For all actions related to the wallet, add a confirmation if the wallet
is not enabled
fixes #3258
2021-08-26 16:46:48 -04:00
Iuri Matias
f1e807fe90
bump status-go
2021-08-26 16:38:47 -04:00
Iuri Matias
9260bf80df
bump status-go
2021-08-26 16:38:47 -04:00
Richard Ramos
f637067606
fix: code review
2021-08-26 16:38:47 -04:00
Richard Ramos
1969130fad
feat: display bloom filter usage
2021-08-26 16:38:47 -04:00
Iuri Matias
033fb3637d
bump statusQ
2021-08-26 15:39:39 -04:00
Pascal Precht
88092e4966
feat(Communities): add support for drag reodering community categories
2021-08-26 15:39:39 -04:00
Pascal Precht
4d5716c8c2
fix(Communities): ensure memberlist modal doesn't throw type related warnings
2021-08-26 15:07:19 -04:00
Pascal Precht
ee69b4264c
fix(Communities): only allow community admins to drag'n'drop chat items
2021-08-26 15:07:09 -04:00
Khushboo Mehta
c5474d42fa
fix(@desktop/chats) Gifs playing when window is not active
...
fixes #2391
2021-08-26 15:06:13 -04:00
Pascal Precht
fb0cedf9a6
feat(@desktop/chat): allow for entering ENS names manually
...
This commit enables users to enter fully qualified ENS names manually
and marking them as mentions, which are then later being replaced with
pubkeys.
The changes do not prevent users from entering ENS names that don't exist.
There's also a fix that ensure prepended "@" signs are removed from the
items selected in the suggestions box.
Closes #3149
2021-08-26 15:05:29 -04:00
Khushboo Mehta
b69ef24e0e
feature(@desktop/onboarding): Right click doesnt paste into password field
...
Added a right click context menu to let the user paste from the clipboard to TextField of the password modal.
fixes #2702
2021-08-26 15:02:37 -04:00
Khushboo Mehta
0531d71e6c
fix(@desktop/chat): Text formatting menu should not disappear when performing actions
...
Qt's Menu closes the menu when action is triggered and to overcome this default behaviour added a custom event to be called when action is clicked.
Fixed some formatting related bugs.
fixes #2349
2021-08-26 15:00:34 -04:00
B.Melnik
a362efecf4
feat(Communities): implement drag and drop to reorder category channels
...
Closes : #2776
2021-08-26 10:53:57 +02:00
Richard Ramos
6561e0ea26
switch deletedMessages from string array to object array
2021-08-25 10:44:24 -04:00
Richard Ramos
db3b7ecfd9
feat: Version Updating
...
Fixes #1290
2021-08-24 16:56:55 -04:00
Andrei Smirnov
07364c16cf
fix(@desktop/chat): display suggestions in ContactsColumn
2021-08-24 15:35:58 -04:00
Andrei Smirnov
20bf19983f
fix(@desktop/chat): channel suggestions are not being displayed
2021-08-24 15:35:58 -04:00
Anthony Laibe
94f6041ec5
feat(@desktop/chat): Align chat member and suggestion
...
Removed all computation of suggestion from qml
Reuse user list in order to populate the suggestion box
As a side effect, the suggestion are not serialized from qml to
nim
Remove InputArea which seems not used anymore
2021-08-24 14:56:20 -04:00
Pascal Precht
06b31c69c1
chore: remove unused `CommunityPopupButton` component
2021-08-24 13:51:20 +02:00
Pascal Precht
cbe56dd412
refactor(Communities): use StatusQ's StatusInput component
2021-08-24 13:51:20 +02:00
Pascal Precht
a7458aba1b
refactor(Communities): use StatusInput in CommunitiesPopup
2021-08-24 13:51:20 +02:00
Pascal Precht
a40fe71767
refactor(Communities): use StatusQ's StatusInput in create category popup
2021-08-24 13:51:20 +02:00
Pascal Precht
abb44cb1ec
refactor(Communities): use StatusQ's StatusInput in create channel popup
2021-08-24 13:51:20 +02:00
Pascal Precht
a81678f742
refactor(Communities): use StatusQ's StatusInput in memberlist popup
2021-08-24 13:51:20 +02:00
Richard Ramos
2142609eb1
fix: add register topics to the config
2021-08-23 15:47:03 -04:00
Anthony Laibe
77927da284
fix(@desktop/wallet2): Ensure app not crash when loading collectibles
...
fails
2021-08-23 15:06:50 -04:00
Iuri Matias
067ed7b255
display peer number in node tab
2021-08-23 15:06:12 -04:00
Iuri Matias
329d37e377
bump status-go
2021-08-20 16:17:19 -04:00
Anthony Laibe
98943f6d72
feat(@desktop/wallet2): New collectibles API
2021-08-20 16:17:19 -04:00
Richard Ramos
681291b4b1
update nimbus-build-system
2021-08-20 15:12:15 -04:00
Anthony Laibe
899cb7b2f5
fix(@desktop/timeline): Fix timeline reaction
...
fixes #3251
- Being able to react in timeline chat
- Once there is a reaction, being able to remove them or add new
- Height of the message taking in consideration if there is reaction or
not
2021-08-20 15:11:57 -04:00
Andrei Smirnov
afa9c555ce
Addressed PR comment
2021-08-20 15:02:26 -04:00
Andrei Smirnov
62ef00ee60
chore(@desktop): odd warnings
2021-08-20 15:02:26 -04:00
Khushboo-dev-cpp
7d5fac46f1
fix(@desktop/browser) Websites with transparent background not handled properly
...
Removed background color assignment as by default it is set to white if unassigned. This fixes the issue of strange grey background in dark mode with white components from websites with transparent background
fixes #3209
2021-08-20 14:59:12 -04:00
Andrei Smirnov
99bdfc65ed
Addressed PR comments
2021-08-20 14:56:00 -04:00
Andrei Smirnov
8e0db42cde
Fixed bug
2021-08-20 14:56:00 -04:00
Andrei Smirnov
754e49bf0f
fix(@desktop/communities): improve member list sorting
2021-08-20 14:56:00 -04:00
Iuri Matias
a3ab31edba
bump vendor
2021-08-19 16:26:59 -04:00
Sale Djenic
1b6ae41c63
feature(@desktop/chat): popup search added on the left side
...
As requested by design popup search added for the left side, click on a search
field (above channels list).
Refers to the changes requested by the issue-2934
Fixes : #2934
2021-08-19 16:26:59 -04:00
Sale Djenic
06c10df134
feature(@desktop/chat): implement search results for communities, channels
...
Added a part for fetching messages from multiple chats/channels/communities.
Fixes : #2934
2021-08-19 16:26:59 -04:00