Anthony Laibe
02bc62a9a2
feat(@settings): plug in accounts
2022-03-03 10:43:55 +01:00
Stefan D
3549273307
Keep secondary sidebar at a fixed width.
2022-03-02 22:58:47 +01:00
Khushboo Mehta
44a8b6df0a
fix(@desktop/wallet): add/re-add buy crypto feature
...
fixes #4925
2022-03-02 18:45:22 +01:00
Jonathan Rainville
6fa74b7ba9
refactor: re-hook disconnected and re-connected signals and banner
2022-03-02 09:27:45 -05:00
Anthony Laibe
bfda545646
refactor: add back eip1559
2022-03-01 15:10:23 -05:00
Patryk Osmaczko
c0024ec6b1
refactor(@desktop/cpp): improve cpp code
...
Good coding practices applied only,
architecture and logic were not altered.
2022-03-01 16:05:21 +01:00
Jonathan Rainville
d2d57036b5
fix(notifications): fix windows tray icon and notifications
...
Fixes #4263
2022-03-01 10:01:22 -05:00
Jonathan Rainville
d42a34ff3a
fix(user-list): fix adding users to user list on new messages
...
Fixes #4898
2022-03-01 09:44:20 -05:00
Anthony Laibe
87c940e95d
feat(@settings): Build layout for settings wallet
2022-03-01 14:39:25 +01:00
Sale Djenic
ca20e77534
fix(@dekstop/chat): increase the hard limit from 10 to 20 members in a group chat
...
Fixes #4728
2022-03-01 08:41:49 +01:00
Sale Djenic
d0e0df1e3b
fix(@dekstop/chat): clicking on `enable in settings` redirects to network settings
...
Fixes #4890
2022-02-25 12:11:57 -05:00
Sale Djenic
40d10b0cbb
fix(@dekstop/chat): timestamp for `Fetch messages` is wrong
...
Fixes #4850
2022-02-25 12:11:26 -05:00
Khushboo Mehta
ec9a359a28
fix(@desktop/wallet): Sign transaction accepts incorrect password
...
Async methods for send transaction is not impolemented yet and this is a fix until the proper flow is implemented.
Also resolves the same issue observed in chat section.
fixes #4821
2022-02-25 11:58:15 -05:00
Khushboo-dev-cpp
dcac7977d9
fix(@desktop/settings): Store pass to keychain does not validate current password which results to inability to login
...
fixes #4358
2022-02-25 11:56:47 -05:00
Sale Djenic
343ce69e29
fix(@dekstop/chat): members panel on the Community invite sender's app is only updated after the app is rebooted
...
Fixes #4870
2022-02-24 17:16:17 -05:00
Jonathan Rainville
a51aee1683
fix(community): re-hook kick user from community
...
Fixes #2274
2022-02-24 17:04:56 -05:00
Jonathan Rainville
6c5594b576
fix(community): fix community edits not always working
...
Fixes #4842
2022-02-24 16:54:05 -05:00
Jonathan Rainville
bd69d88163
feat(communities): add category signal handling (add, delete and edit)
...
Fixes #4753
2022-02-24 16:54:05 -05:00
Jonathan Rainville
f7860310db
fix(community-chats): fix community chats getting duplicated
...
Fixes #4859 and #4858
2022-02-24 16:54:05 -05:00
Boris Melnik
26477afb3b
chore(cpp-app): Add instructions to build app for MacOS
2022-02-24 11:19:45 -05:00
Richard Ramos
d2d07236fd
chore: bump status-go
2022-02-24 11:11:28 -05:00
Alexandra Betouni
5c30daab07
fix(chat/mentions) fixes in mentions behavior
...
Changed cursor behavior to jump over text when it
reaches a mention, either on left or right side.
Also made mention to behave as link when hovered
with mouse so that it cannot be clicked and place
cursor inside it.
Also fixed keyboard focus to navigate only in the
suggestions list when this is opened.
Closes #4423
2022-02-24 11:10:33 -05:00
Jonathan Rainville
3985272037
fix(invitation): fix community invite not showing in 1-1 chats
...
Fixes #4851
2022-02-24 10:58:26 -05:00
Sale Djenic
52fb195b39
fix(@dekstop/chat): trying to unblock a contact by hitting 'Unblock' via the chat view does not do anything
...
Fixes #4835
2022-02-24 16:19:51 +01:00
Richard Ramos
e46f3bdad1
chore: bump dotherside
2022-02-24 10:47:41 -04:00
Sale Djenic
0078961a67
fix(@dekstop/chat): dogfooding_3 crash
...
Fixes #4827
2022-02-24 15:46:36 +01:00
Khushboo Mehta
d47ac2d5f7
feat(@desktop/wallet): cpp: Added apis for
...
1. Generate new API
2. Import accounts by PK
3. Import account by seed phrase
4. Add watch only address
5. delete account
6. current account
2022-02-24 10:53:18 +01:00
Richard Ramos
6f335fd0ae
fix: code review
2022-02-24 10:53:18 +01:00
Jonathan Rainville
18374a16d4
fix(user-list): use the same userlist for community and chats
2022-02-23 16:15:41 -05:00
Jonathan Rainville
c2378e24aa
fix(user-list): fix user list section labels
...
Fixes #4805 and #4806
2022-02-23 16:15:41 -05:00
Jonathan Rainville
12d2652469
fix(groups): fix first message of group chats not appearing
...
Fixes #4852
2022-02-23 16:11:01 -05:00
Sale Djenic
91e42aba6d
fix(@dekstop/chat): creating a chat with numeric only crashes the app
...
Fixes #4860
2022-02-23 15:53:38 -05:00
Richard Ramos
d11a49f26f
fix: refresh fleets.json
2022-02-23 15:48:06 -05:00
Richard Ramos
d4f8b63292
feat: add status.test fleet
2022-02-23 15:48:06 -05:00
Sale Djenic
c855de98b6
fix(@dekstop/chat): higher cpu usage after opening gif selector
...
Fixes #4829
2022-02-23 15:43:21 -05:00
Sale Djenic
6f3ce63f51
fix(@dekstop/chat): wrong redirect when opening a profile -> send message inside of community
...
Fixes #4837
2022-02-23 15:38:55 -05:00
Jonathan Rainville
58935b82d7
fix(search): fix profile popup opened on search title clicked
...
Fixes #4795
Makes sure to only open the profile popup if the click is a pubkey.
Also opens the popup on ctrl+f
2022-02-23 15:17:51 -05:00
Richard Ramos
8c95e65ebf
fix: code review
2022-02-21 17:30:50 -04:00
Richard Ramos
ae09dfb04b
feat: use http server for images and identicons
2022-02-21 17:30:50 -04:00
Sale Djenic
6186bf9c8c
fix(@desktop/general): app/os notifications
...
Fixes #4409
2022-02-21 22:01:19 +01:00
Sale Djenic
3a25f8d1c8
feat(@desktop/general): contacts requests participates in calculating count badge for `Chat` section
2022-02-21 22:01:19 +01:00
Patryk Osmaczko
00156cc9c0
style(@desktop/cpp): apply clang-format on src-cpp/*
2022-02-21 19:55:01 +01:00
Jonathan Rainville
f27fd6ea61
fix(communities): fix invite link enabling joining twice
...
Fixes #4801
2022-02-21 09:43:43 -05:00
Richard Ramos
46467546a8
chore: bump status-go
2022-02-21 09:41:20 -05:00
Jonathan Rainville
16aac6fd4a
fix: fix self profile image not showing in the message and fix name
...
Fixes #4807
2022-02-21 09:32:26 -05:00
Sale Djenic
4f65286ead
refactor(@desktop/browser): move provider logic to `status-go`
...
Fixes #4693
2022-02-21 15:22:22 +01:00
Boris Melnik
9a9d671014
fix(groups): Fix invitations for groups
...
Closes : #4767
2022-02-21 16:52:14 +03:00
Khushboo Mehta
0c88da4d81
fix(@desktop/walet): cpp: Enable UI to show wallet section
...
fixes #4824
2022-02-21 13:29:30 +01:00
Boris Melnik
7bfec141eb
fix(groups): Fix members count
...
Closes : #4822
2022-02-21 10:48:40 +03:00
Boris Melnik
4c0b09e9f5
fix(Groups): block add members button is you not group admin
...
Closes : #4840
2022-02-19 15:06:49 +03:00