Jonathan Rainville
20a2d48eea
fix(notifications): [re-add] fix notification setup called too soon
...
Fixes #4702
2022-02-07 11:15:28 -05:00
Sale Djenic
4341d12efc
fix(@desktop/wallet): send transaction to address UI is broken
...
Fixes #4623
2022-02-07 16:42:30 +01:00
Sale Djenic
e3b349fe51
feat(@desktop/general): move token balance retrieval to status go
...
Fixes #4677
2022-02-07 16:23:26 +01:00
Anthony Laibe
5ebafb1c0c
Fix(@chat): add special cases for group chat
...
fixes #4612
fixes #4613
2022-02-07 10:08:45 +01:00
Jonathan Rainville
d4410c1aa7
fix(browser-provider): fix browser provider not asking for authorization
...
Fixes #4721
2022-02-04 13:21:10 -05:00
Jonathan Rainville
268d7fcd36
fix(pins): fix max 3 pins and unpining pins the new message
...
Fixes #4576
2022-02-04 13:20:11 -05:00
Sale Djenic
d43b1eb25c
chore(@desktop/general): remove all timeline related code
...
Fixes #4709
2022-02-04 17:57:07 +01:00
Jonathan Rainville
b688a5a305
feat(wallet): hook sendTransferTokens to the wallet Send
...
Fixes #4650
2022-02-03 15:12:32 -05:00
Jonathan Rainville
0f5a6d8599
feat(wallet): hook transferEth for wallet transfers
2022-02-03 15:12:32 -05:00
Anthony Laibe
56340bebd1
chores(@general): remove status-lib deps
2022-02-03 11:52:45 -05:00
Sale Djenic
aeed9303cd
fix(@desktop/communities): community import has some issues
...
Fixes #4206
2022-02-03 16:14:15 +01:00
Sale Djenic
0b3cafdbc4
fix(@desktop/settings-contacts): it is not possible to add new contacts after the first one is added
...
Fixes #4658
2022-02-03 15:40:54 +01:00
Khushboo Mehta
0f682658bc
fix(@desktop/wallet): send transaction to address UI is broken
...
fixes #4623
2022-02-02 11:53:21 +01:00
Richard Ramos
ad7f48d6ac
refactor: removing mailserver controller and model
2022-02-01 15:16:45 -04:00
Jonathan Rainville
f36bee6337
fix(wallet-send): fix send modal estimate gas and other hooks
2022-02-01 14:09:56 -05:00
Jonathan Rainville
82fb325dac
fix(browser-tx): fix estimate gas and send TX on the browser
...
Fixes #4557
2022-02-01 14:09:56 -05:00
Sale Djenic
f4a78a29be
chore: issues after massive base_bc
rebase fixed
2022-02-01 12:46:42 +01:00
Sale Djenic
1dedac187c
chore: update after merging base_bc
...
- gif service updated due to point to a non existing file (one
affected by cleaning `status-lib`)
- `statusq` updated to point to the last commit in master
- `status-lib` updated to point to the last commit in master
2022-02-01 11:52:37 +01:00
Sale Djenic
4169854feb
fix: multiple issues running the app
...
- `setAppWidth` issue - fixed
- `signal connection` issue - fixed
- `app-run-test.sh` script added
2022-02-01 11:52:37 +01:00
Sale Djenic
eb41dbe175
refactor(@desktop/general): repo cleaning
...
- all unused/unnecessary files remove
- `status-lib` references updated due to cleaning on that side
- necessary submodules added (those removed from status lib)
2022-02-01 11:52:33 +01:00
Jonathan Rainville
4f706e8b21
hotfix(community): fix missing function
2022-02-01 11:51:31 +01:00
Noelia
bed7ca20fb
fix(@desktop/browser): [base_bc] renaming bookmark is not persistent
...
Edit existing bookmark name is now correctly updated in the view.
Fixes #4549
2022-02-01 11:51:31 +01:00
Jonathan Rainville
e3a5c6bad3
fix channel missing a name when re-joining
2022-02-01 11:51:31 +01:00
Jonathan Rainville
f7694e2915
fix(communities): enable leaving and then re-joining a community
...
Fixes #4568
2022-02-01 11:51:31 +01:00
Richard Ramos
192a0c4d19
refactor(communities): create channel in specific category
2022-02-01 11:51:22 +01:00
Khushboo Mehta
358e3c4a16
fix: Move gif to status-go
...
fixes #4355
2022-02-01 11:51:11 +01:00
Richard Ramos
ba863acd4e
fix: code review
2022-02-01 11:51:00 +01:00
Sale Djenic
a05a821f51
issues adding category fixed
...
- chats list maintained in the chat service gets updated form the right places now
- redundant mapping `Chat` to `ChatDto` is removed, since we already get all
necessary data for the chat, no need for additional mapping which may just
introduce new inconsistencies
- `findIndexById` proc updated so in case if there is no the chat we're searching
for in the list, we're returning `-1` instead of last index in the list
- `DelegateChoice` on the qml side updated to match new type value `Constants.chatType.category`
2022-02-01 11:51:00 +01:00
Richard Ramos
b67e97a05c
feat(communities): create categories
2022-02-01 11:51:00 +01:00
Richard Ramos
24fa56e3b8
refactor: add fake category type
2022-02-01 11:50:57 +01:00
Anthony Laibe
c702928e1e
fix(@chat): display message with link
...
fixes 4600
2022-02-01 11:50:50 +01:00
Sale Djenic
0a9aad7b03
fix(@desktop/app-search): loading messages improvements
2022-02-01 11:50:50 +01:00
Sale Djenic
25f7544b41
fix(@desktop/app-search): [base_bc] can't jump to a message from search results
...
- broken "jump to a section/chat/message" feature fixed
- added loading indicator while searching is in progress
- animation when we point to the searched message is in place again
Fixes #4577
2022-02-01 11:50:50 +01:00
Anthony Laibe
16225a3af9
fix(@chat): display link urls
2022-02-01 11:50:40 +01:00
Boris Melnik
219d7b46c0
feat(groups): Update chat details when group renamed
...
Closes : #4575
2022-02-01 11:50:33 +01:00
Anthony Laibe
76331cee11
fix(@communities): Handle Activity center event
...
fixes #4408
2022-02-01 11:50:33 +01:00
Khushboo Mehta
b467c031b9
fix(@desktop/chat): can't reply to a reply
...
fixes #4551
2022-02-01 11:50:33 +01:00
Sale Djenic
7421967d96
fix(@desktop/chat-content): [base_bc] can't select a community channel
...
Fixes #4538
2022-02-01 11:50:32 +01:00
Anthony Laibe
2e3d252fec
fix(@communities): create channel
...
fixes #4565
2022-02-01 11:50:17 +01:00
Sale Djenic
8724b3e9e7
fix(@desktop/chat-messages): [base_bc] adding emoji to a message does not reflect on desktop
...
Desktop app does handle message reactions properly now.
Reactions are properly handled by the pinned messages model as well.
Fixes #4525
2022-02-01 11:50:17 +01:00
Jonathan Rainville
518b7e455e
fix(userlist): member added to userlist on approve and duplicate member
...
Fixes #4523 and #4542
2022-02-01 11:50:17 +01:00
Richard Ramos
5458dcbb55
chore: add wakuv2prod fleet config
2022-02-01 11:50:17 +01:00
Sale Djenic
69fc5bec5e
refactor(@desktop/settings-ens-usernames): ens usernames module added and corresponding ui updated
2022-02-01 11:50:14 +01:00
Jonathan Rainville
bd2bb8952a
refactor(community): move community specific functions to chat_section
...
Fixes #4489
2022-02-01 11:50:02 +01:00
Jonathan Rainville
3e339ea094
refactor(community): add admin member request feature
...
Fixes #4442
2022-02-01 11:50:01 +01:00
Khushboo Mehta
59ec288e7a
fix(@desktop/community): Updates to a joined community channel doesnr reflect on the UI
...
fixes #4505
2022-02-01 11:49:55 +01:00
Boris Melnik
1cd83b4d17
refactor(groups): Move groups to new architecture
...
Closes : #4223
2022-02-01 11:49:52 +01:00
Khushboo Mehta
2ff5ce7fc2
fix(@desktop/community): added option to delete community channel
...
fixes #4415
2022-02-01 11:49:47 +01:00
Alexandra Betouni
a0b40590ab
fix:activity center view is empty
...
Updated all available message properties
from the new backend
Closes #4408
2022-02-01 11:49:47 +01:00
Patryk Osmaczko
ed8f2d35ce
fix(@desktop/chat): update chat after image is sent
...
Fixes : #4404
2022-02-01 11:49:47 +01:00