1390 Commits

Author SHA1 Message Date
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
Anthony Laibe
b164b088f5 refactor(@activity_center): Add switch to section/chat
fixes #4474
2022-02-03 16:40:13 -05: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
Jonathan Rainville
967fff839b feat(@desktop/settings): [re-add] Add developer mode toggle
Fixes #4700
2022-02-03 10:54:25 -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
Sale Djenic
c85734f08d fix(@desktop/chat): group members count is wrong
Fixes #4614
2022-02-03 15:29:45 +01:00
Sale Djenic
f4c162d921 chore(@desktop/general): few warnings building the app removed 2022-02-02 15:55:23 +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
Sale Djenic
98293c112b fix(@desktop/chat): the @mention emblem isn't being displayed on the channel list
Fixes #3630
2022-02-01 21:21:22 +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
Jonathan Rainville
08c01d2775 fix(community): hook edit community channel
Fixes #4539
2022-02-01 10:55:01 -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
Boris Melnik
0065f5cae5 refactor: create categories (WIP) 2022-02-01 11:50:51 +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
Jonathan Rainville
a306d3a9d7 fix(profile): fix profile seed phrase backup badge
Fixes #4573
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
Jonathan Rainville
dc9f601ede fix(community/section): fix new community order in the sections
Fixes #4566
2022-02-01 11:50:18 +01:00
Anthony Laibe
2e3d252fec fix(@communities): create channel
fixes #4565
2022-02-01 11:50:17 +01:00
Anthony Laibe
a8f2a3cb08 fix(@chat): react to on left chat
fixes #4528
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
Jonathan Rainville
c20554d987 refactor(community): use user model for the community member list
Fixes #4471
2022-02-01 11:50:17 +01:00
Richard Ramos
fb35f89336 fix: loading indicator 2022-02-01 11:50:17 +01:00
Richard Ramos
5458dcbb55 chore: add wakuv2prod fleet config 2022-02-01 11:50:17 +01:00