Alex Jbanca
2c8ad61947
feat: Generate link previews in StatusChatInput - introduce LinkPreviewMiniCard
...
Adding LinkPreviewMiniCard component based on Figma designs. This component is similar to LinkPreviewCard, but has less info and a different format.
There is also some additional functionality attached to this card: close button, reload button and hovered state. The LinkPreviewMiniCard can have multiple states, based on content type and loading state.
+ Adding storybook page
Figma design: https://www.figma.com/file/Mr3rqxxgKJ2zMQ06UAKiWL/💬 -Chat⎜Desktop?type=design&node-id=22341-184809&mode=design&t=151TjdzkzI7flR4P-0
2023-10-12 14:08:28 +03:00
Alex Jbanca
ebe102ac8a
feat: Generate link previews in StatusChatInput - introduce remove/reload link to link preview model
...
1. Updating the link preview model to allow remove URL data. This will discard the link preview data and mark the item as immutable. When an item is immutable it won't accept further updates.
2. Remove reset model when the model urls is changing. Use insert/update/remove rows to avoid any unnecessary UI updates and visual artefacts.
2. Add reload link API. It will request again the link preview
2023-10-12 14:08:28 +03:00
Lukáš Tinkl
2abe0358fc
feat: Add URL trust options when the user clicks on a link
...
- add a popup asking the user before clicking on an unfurled link
preview
- add a checkbox for the above popup to remember the trust for such
domain
- use local Settings to persist the "trust domain" locally; for
global persistence across devices, see
https://github.com/status-im/status-go/issues/4132
Closes #12388
2023-10-12 10:57:15 +02:00
Alex Jbanca
56547c0ae1
feat: Arrange link previews in messages view in a flow layout
...
Changes:
1. Replace ColumnLayout with Flow
2. Move the image previews up to be presented before the link previews
2023-10-12 11:08:51 +03:00
Dario Gabriel Lipicar
328d4f75e5
feat: trigger collectibles refresh on transfer
...
Fixes #9823
2023-10-11 16:51:43 -03:00
Alex Jbanca
2c5039f7d3
chore: Fix or skip Storybook qml tests
2023-10-11 16:42:00 +03:00
Igor Sirotin
ac8fb8ffdb
fix: attach link previews in `SendImages` ( #12402 )
2023-10-11 13:28:52 +01:00
Anton Iakimov
834753351c
update status/wakuv2 fleets DNS discovery enrtree
...
https://github.com/status-im/infra-misc/issues/171
2023-10-10 17:12:31 +02:00
Noelia
fd1e6ac657
fix(JoinCommunity): Unable to join community
...
Fixes #12351
2023-10-10 15:22:57 +02:00
Noelia
f5b767ec15
feat(Advanced): Add toggle to enable managing community on testnet
...
Fixes #12276
2023-10-10 15:22:03 +02:00
Noelia
e36ace38b2
fix(Onboarding): Recover from seed - Fetching data screen layout
...
Fixes #10939
2023-10-10 12:47:16 +02:00
Lukáš Tinkl
78b4fee587
fix: Add Copy/Open Link as context menu actions on GIF message previews
...
also fix the issue of not having the respective image context menu for
the new unfurled links component
Fixes #12183
2023-10-10 12:27:46 +02:00
Khushboo Mehta
b5723db3c9
fix(@desktop/wallet): Wallet settings - various small enhancements identified via mobile wallet settings work
...
fixes #11675
2023-10-09 18:46:57 +02:00
Khushboo Mehta
601be63774
feat(@desktop/wallet): Wallet Setting: New designs for edit network settings
...
fixes #11751
2023-10-09 18:01:01 +02:00
Anthony Laibe
18c37fbdac
feat(@wallet): Enable sepolia network
2023-10-09 15:06:52 +02:00
Igor Sirotin
3321708629
fix: process community info requests fails ( #12357 )
2023-10-07 09:47:48 +01:00
Ivan Belyakov
338e6f5fa9
Fixed locale issues for balance chart tooltip and x-axis labels
2023-10-06 15:53:30 +02:00
Ivan Belyakov
955169112d
feat(wallet): Fixed balance history chart to use new balance history data based on transfers
2023-10-06 15:53:30 +02:00
Lukáš Tinkl
7171094f01
fix(storybook): fix broken pages
...
It was mostly some missing or non-existing properties or the component
got moved somewhere else
Fixes #12285
2023-10-06 14:59:02 +02:00
Khushboo Mehta
7bdec15353
fix(@desktop/wallet): Replaced watched-only with watched address/adresses text
2023-10-06 13:08:08 +02:00
Khushboo Mehta
e5166c11d3
fix(@desktop/wallet): SendModal broken when token symbol is very long
...
fixes #12336
2023-10-05 17:19:13 +02:00
Khushboo Mehta
8252baf846
fix(@desktop/wallet): Selecting other than the mainnet doesn't display all tokens in the send popup
...
fixes #12255
2023-10-05 17:19:00 +02:00
Dario Gabriel Lipicar
92b2a209a2
ci: use new Alchemy API keys for Ethereum
2023-10-05 10:29:48 -03:00
Dario Gabriel Lipicar
3354af0784
feat(@desktop/wallet): use Alchemy API key for Ethereum main/goerli
2023-10-05 10:29:48 -03:00
Valentina1133
a9ebf7729f
chore(@SyncCodeView.qml): object name for syncing enter code object added ( #12346 )
2023-10-05 16:04:54 +07:00
Lukáš Tinkl
88df8e4554
storybook: remove figma.json for good
...
the figma links can now be added directly inside a SB page
2023-10-05 10:12:48 +02:00
Lukáš Tinkl
bcb89c8818
fix(SyncingEnterCode): tweak to local pairing messaging
...
... to clarify both devices should be on the same network
- add the view to storybook
- fix some layout/margin issues
Fixes #12261
2023-10-05 10:12:48 +02:00
Lukáš Tinkl
621090174a
fix(GetSyncCodeInstructionsPopup): mention same network
...
- integrate it into Settings/Syncing
- simplify the GetSyncCodeInstruction structure
2023-10-05 10:12:48 +02:00
Lukáš Tinkl
541c880378
fix(StatusDialogHeader): fix icon size
...
should be 24, not 20 according to Figma
2023-10-05 10:12:48 +02:00
Lukáš Tinkl
f2f954c24b
chore(storybook): unbreak (Device)SyncingViewPage
...
and make it configurable a bit
2023-10-05 10:12:48 +02:00
Stefan
a587e504ef
fix(wallet) forever loading balances
...
Allow the balances to be nil in the BalanceDTO.
It seems in some corner-cases the balances are returned with rawBalance
as "<nil>" which can't be parsed as a valid Int256; see change cbf56fec.
"<nil>" is not a valid json value, so this is still a workaround.
Closes : #12330
2023-10-05 09:47:42 +02:00
Mikhail Rogachev
cd4d92aef0
Feat/issue 11795 introduce KickedPending and BannedPending states ( #12068 )
...
* feat(Communities): Introduce pending states for kick, ban and unban actions
Close #11795
* feat(Communities): Show bannedMembers pending states on the UI
* feat(Communities:) make kick, ban and unban methods async
* feat(Communities): add signal about community membership status change
* fix(Communities): move membership managment to to the appropriate model
* chore: review fixes
2023-10-05 00:41:51 +03:00
Jakub Sokołowski
ebc48c0072
ci: drop temporary Nim client build fix
...
There is no need for this fix since this was resolved in:
https://github.com/status-im/infra-ci/issues/88
https://github.com/status-im/status-desktop/pull/11955
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-04 15:53:37 +02:00
Jonathan Rainville
9dc5527627
fix(chat): fix chat highlighted because it was never marked as read
...
Fixes #11365
2023-10-04 09:24:29 -04:00
Anastasiya Semenkevich
a227db592d
chore(@EditNetworkForm.qml): add object names to main input objects
2023-10-04 18:27:01 +06:00
Michal Iskierko
14eec8f8d9
chore(@desktop): Upgrade status-go
...
Issue #11954
2023-10-04 12:08:50 +02:00
Michal Iskierko
5981e946fd
feat(@desktop/communities): Adjust owner and master tokens deployment flow to new API
...
Issue #11954
2023-10-04 12:08:50 +02:00
Richard Ramos
bfa2fe088c
feat: enable filter full node by default
2023-10-03 16:26:21 -04:00
Michał Cieślak
15fcdc9314
feat(Storybook): Drag and drop pages to QtCreator
2023-10-03 21:32:41 +02:00
Michał Cieślak
75dd3f7cb6
chore(Storybook): Figma links moved from figma.json to pages
...
Closes : #12229
2023-10-03 21:32:41 +02:00
Michał Cieślak
853641fb89
feat(Storybook): read Figma links directly from pages
2023-10-03 21:32:41 +02:00
Cuteivist
158bb87b4a
@bug(wallet/activity): Implemented collectibles model ( #12294 )
2023-10-03 14:15:11 +02:00
Lukáš Tinkl
c155c9c9d0
feat: add objectName to Inspect window (if present)
...
Closes #12314
2023-10-03 14:07:18 +02:00
Noelia
15927b0705
feat(Community/FinaliseOwnership): Added finalise flow in the app
...
- Button from community column.
- Button from community overview.
- Updated storybook pages (settings overview related) according to new components requirements.
Part of #12174
2023-10-03 13:53:42 +02:00
Noelia
862d4f3add
feat(Community/FinaliseOwnership): Created needed finalise popups
...
- Created finalise popup and added it into storybook.
- Decline popup created and added support in storybook.
Part of #12174
2023-10-03 13:53:42 +02:00
Cuteivist
7d852c3565
feat(@desktop/wallet): Refresh recipients model ( #12298 )
2023-10-03 12:48:47 +02:00
Shinnok
7cb1746c84
fix(messenger_contacts): Fix target name in confirm dialog for contact remove
2023-10-03 13:40:36 +03:00
Shinnok
d9e6fbe0d5
fix(messenger_contacts): Add toast notification when removing a contact
...
Fixes #10497
2023-10-03 13:37:20 +03:00
Anastasiya Semenkevich
6b0e541bf1
chore(@EditNetworkView.qml): adding object name for loader
2023-10-03 16:21:03 +06:00
Michal Iskierko
4fcf0bfb06
fix(@desktop/communities): Catch all exceptions and use default values for non deployed tokens
...
Fix #12315
2023-10-03 11:47:01 +02:00