Anthony Laibe
7268ec3773
feat: prepare token service for multichain
2022-02-14 14:37:42 +01:00
Jonathan Rainville
b7bfd334f3
feat(ens): [re-add] new backend
...
Fixes #4694
also add back pending transaction
2022-02-10 09:24:38 -05:00
Patryk Osmaczko
ba7a6d5d34
style: remove trailing whitespaces
2022-02-09 11:16:23 +01:00
Richard Ramos
04e1db6b56
fix: chat reordering eventually not working
2022-02-08 14:26:07 -04:00
Richard Ramos
4cda8d8835
fix: code review
2022-02-08 14:26:07 -04:00
Richard Ramos
3fd10e7915
fix: community chat positions
2022-02-08 14:26:07 -04:00
Sale Djenic
aa6036b78b
fix(@desktop/chat): mention suggestion list fixed
2022-02-08 12:33:45 -05:00
Richard Ramos
f67ffde12c
refactor(communities): edit categories
2022-02-07 18:29:13 -04:00
Sale Djenic
7ff994a46a
chore(@desktop/general): check for updates updated
...
- unused `updates.nim` removed from `backend`
- `ens.nim` updated accordingly to what we have there before
- the way how we're checking for updates is updated
2022-02-07 18:59:24 +01:00
Sale Djenic
58c9e15365
chore(@desktop/wallet): signal names stored in string constants (wallet account service)
2022-02-07 18:51:39 +01:00
Sale Djenic
cd8bd4147c
feat(@desktop/wallet): move create accounts to status-go
...
Fixes #4670
2022-02-07 18:51:39 +01:00
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