Anthony Laibe
9af1734c6a
fix(@wallet): inifinite load tx
...
fixes #9960
2023-03-22 20:45:20 +01:00
Jonathan Rainville
964aa7ebc9
refactor(community): make community data calls async
...
Fixes #9825
2023-03-22 15:13:19 -04:00
Jonathan Rainville
fee9b31a88
chore(Community): remove unused popups
2023-03-22 15:13:19 -04:00
Jonathan Rainville
3008e56455
fix(chat_section): fix link activation for channels inside categories
...
Fixes #9974
2023-03-22 13:26:20 -04:00
mprakhov
417f206d4d
fix(@desktop/communities): remove chat_section data if user left the community
2023-03-22 17:31:16 +01:00
Michal Iskierko
8d97203a85
chore(@desktop): Upgrade status-go
...
Fix #9866
2023-03-22 15:08:02 +01:00
Michal Iskierko
50f64919be
fix(@desktop/community): Convert community token image to base64 format
...
Fix #9866
2023-03-22 15:08:02 +01:00
Michał Cieślak
0bb28f564d
fix(CommunityNewPermissionView): Proper size of icon in "Who holds" selector
2023-03-22 14:57:58 +01:00
Michał Cieślak
d219d32b72
feat(CommunityPermissions): Limit of 5 permissions for "Become member" permission type
...
Closes : #9536
2023-03-22 14:57:58 +01:00
Michał Cieślak
083bea0954
fix(CommunityNewPermissionView): proper color of icons in "Is allowed to" section
...
Closes : #9280
2023-03-22 14:57:58 +01:00
Alex Jbanca
9c1053c61a
Chore: Bump status-go
2023-03-22 15:20:07 +02:00
Alex Jbanca
70143de98a
Chore: Bump QR-Code-generator
2023-03-22 15:20:07 +02:00
Alex Jbanca
78052242b6
chore: Bump status-keycard-go
2023-03-22 15:20:07 +02:00
Alex Jbanca
4ccdcdf44e
chore: Add Apple silicon support
2023-03-22 15:20:07 +02:00
Lukáš Tinkl
eecaa0c7b9
fix(StatusEmojiReactions): Text in own reactions has wrong color in dark mode
...
always use "white on blue"
Fixes #9944
2023-03-22 12:31:11 +01:00
Ivan Belyakov
36940cc81e
fix(@desktop/wallet): update tests to remove wallet activation
2023-03-22 10:39:59 +03:00
Ivan Belyakov
02ebc8744c
feat(@desktop/wallet): remove isWalletEnabled from local settings and
...
use ENABLE_WALLET env instead
2023-03-22 10:39:59 +03:00
Ivan Belyakov
ee3d92c12b
feat(@desktop/wallet): enable wallet by default
2023-03-22 10:39:59 +03:00
mprakhov
8d955265dc
fix(@desktop/sections): do not unload chat and communities sections during the switching between the sections
2023-03-21 16:44:40 +01:00
Pascal Precht
8ef495c604
feat: add `decimals` to token criteria
...
We need to store the `decimals` of a given critera so they can be used
by the backend for calculation
2023-03-21 15:55:09 +01:00
Jonathan Rainville
2d2929872e
refactor: add parsedText to message_item to parse msg on mention change
2023-03-21 10:09:51 -04:00
Jonathan Rainville
0ebc81594a
refactor: reduce calls to getMessageById and remove calls for reactions
...
Fixes #9859
getMessageById was called way too often, because each time a contact was updated, we called it on every message that contained a mention. Now we only call it on messages that contain a mention from that specific user.
Also, we called emojiReactionsByChatIDMessageID as part of that service call, but only the pinned message used it, so I removed it from the service function. This means that the pinned messages will no longer have the emoji reactions. I could add them back if we really want, but IMO, it's not really necessary. You can just click on the message and see it in the chat instead.
I removed the call to `getMessageById` in the activity center as well, since we can get the replied message info from the MessageDto directly now.
I also removed some dead code in the messages module.
2023-03-21 10:09:51 -04:00
Pascal Precht
cc1a89efef
fix(JoinCommunityView): update amIMember state when kicked and joined
...
Also add handlers to JoinCommunityView for requesting and cancelling
requests. These will be extended in follow up commits to included
authentication modals
2023-03-21 12:16:53 +01:00
Michał Cieślak
bef14365aa
chore(StatusItemSelector): Use StatusFlowSelector as a base component
...
Closes : #9851
2023-03-21 11:59:12 +01:00
Michał Cieślak
7df80bfa1c
StatusQ: StatusFlowSelector added
2023-03-21 11:59:12 +01:00
Michał Cieślak
347da1e007
StatusGroupBox used as a base for StatusItemSelector
2023-03-21 11:59:12 +01:00
Michał Cieślak
840ebbe1eb
feat(StatusQ): StatusGroupBox component added
2023-03-21 11:59:12 +01:00
Michał Cieślak
0db5790f76
chore(Storybook): StatusItemSelectorPage moved from Sandbox to Storybook
2023-03-21 11:59:12 +01:00
Michał Cieślak
47cb1810b6
chore(Storybook): StatusDotsLoadingIndicator page simplified
2023-03-21 11:59:12 +01:00
Igor Sirotin
0689a8f386
fix(Syncing): Fixed synced devices list UI bugs ( #9929 )
...
* Added online badge to device delegates
* Fixing device last timestamp processing
* Synced devices sorting - current device is always first
* Devices list scrolling fixes
* Fix device list duplication
* Hide online badge for "Synced device" subtitle
2023-03-21 16:10:06 +11:00
Michał Cieślak
4e3263fddd
chore(PermissionsDropdown): Temporarily hide channel-level permissions from the dropdown
...
Closes : #9537
2023-03-20 23:13:52 +01:00
Dario Gabriel Lipicar
842e4565bd
feat(@desktop/wallet): add support for collectible "watched contracts". Re-fetch collectibles periodically.
...
Fixes #9856
2023-03-20 12:42:32 -03:00
Alex Jbanca
240fbfab60
fix(CommunityPermissionsSettingsPanel): Fix height and width for permissions views
...
Fixing: https://github.com/status-im/status-desktop/issues/9765
2023-03-20 10:55:05 +02:00
Jacek Sieka
d8ce6f58dd
Nim library updates, pt 2 ( #9734 )
...
This is part 2 of the nim library updates targeting networking and ETH
libraries:
* bearssl: upstream security updates, refactoring
* chronos: significant stability updates across the board - ie better
connection management, async fixes, updates, refactoring etc
* eth: updates across the board, including EIP support, discv5, etc
* http-utils: fixes
* json-rpc: replaced websocket engine with in-house nim-websock (vs news
which is no longer supported)
* libp2p: lots of updates, but not relevant to status-desktop as of yet
* web3: new API and conformance updates based on execution API spec
* semver: crash fix, branch name
* news: removed in favour of nim-websock
2023-03-20 07:34:56 +01:00
Pascal Precht
2ca8fd04e2
fix: apply proxy model to collectiblesModel
...
This is needed to render commnity NFT artwork
2023-03-17 13:59:13 +01:00
Noelia
7aaa16a0c4
feat(storybook): Added airdrop settings panel
...
Added airdrop settings panel.
Updated holdings dropdown page.
2023-03-17 13:12:08 +01:00
Noelia
b8b6f36bd9
feat(Airdrop): Added welcome page and basic view to create airdrop
...
- Added basic navigation.
- Added welcome page.
- Added temporal basic create airdrop page.
Closes #9796
2023-03-17 13:12:08 +01:00
Noelia
3feddd892b
fix(MintToken): Fix network property
...
enabledNetwork property now point to the corresponding data
2023-03-17 13:12:08 +01:00
Lukáš Tinkl
8aa8b8b7ce
fix(StatusTooltip): long text goes out of bounds
...
Fixes #9918
2023-03-17 12:23:40 +01:00
Lukáš Tinkl
411961aee7
fix: ‘Share community’ URL is unnecessarily ellipsed
...
- set the width on title/subtitle
- put the subtitle with its optional icon into a Row
- elide title/subtitle
- update Sandbox
Fixes #9701
2023-03-17 11:45:16 +01:00
Stefan
8aabc0c4b9
tests(wallet) disable add watch only account failing test
2023-03-17 01:24:38 +01:00
Jonathan Rainville
edc19d1b0a
chore: up status-go version
2023-03-16 16:12:57 -04:00
Boris Melnik
0b6ff5ae2f
fix(activity_center): Remove notifications from activity center
...
Fixes : #9751
2023-03-16 22:26:32 +03:00
Lukáš Tinkl
ee56e79090
chore: bump nimqml
...
to get https://github.com/status-im/nimqml/pull/49
2023-03-16 14:52:22 -04:00
Lukáš Tinkl
1998a6556a
feat(Profile): New Social Links workflow
...
TLDR;
- all links visible in settings/popup
- persistent order of items
- drag'n'drop to reorder
- editing/deleting in a new popup
- several links of the same type
Needs changes in nimqml (to expose QAIM::begin/endMoveRows), in
DOtherSide (to expose those to NIM), in status-go (to preserve the links
order and fully save them to DB)
Fixes #9777
2023-03-16 16:08:23 +01:00
mprakhov
494ab84fe1
fix(@desktop/chats): Always show message header in the private group chats after sestem message
2023-03-16 14:46:18 +01:00
Boris Melnik
3a737f97a7
fix(messaging): Sync with status-go content type enum
...
Fixes : #9655
2023-03-16 16:42:02 +03:00
Boris Melnik
c7e99365a1
fix(contacts): Block unlimited counts of request contacts from create chat view
...
Fixes : #9485
2023-03-16 16:12:06 +03:00
Michal Iskierko
1c53d1e9b9
fix(@desktop/communities): Chain details (name, icon) are taken from model.
...
Introduce TokenItem struct.
TokenModel keeps TokenItems.
TokenItem keeps CommunityTokenDto and chain details.
Chain details are taken from networks service.
Fix #9867
2023-03-16 11:46:39 +01:00
MishkaRogachev
53a2926400
fix(Contacts): Remove dublicated action from menu
2023-03-16 15:09:30 +05:30