Noelia
90f4e1477c
feat(ProfileShowcase): Add blur delegate state while dragging
...
- Added `FastBlur` component to `ShowcaseDelegate` and added property to change to blur state.
- Updated `ProfileShowcasePanel` to activate blur delegate state when dragging.
Closes #13594
2024-02-26 10:05:31 +01:00
Valentina Novgorodtceva
29142551cd
chore: changed to sepolia
2024-02-26 10:55:05 +03:00
Valentina Novgorodtceva
08c851158e
chore: ids changed for networks
2024-02-26 10:55:05 +03:00
Khushboo Mehta
085bf762a5
feat(@desktop/wallet): Update token details view
...
closes #12373
2024-02-23 13:03:28 +01:00
Anthony Laibe
aed61b68b1
feat(@wallet): sepolia default
2024-02-23 11:52:40 +01:00
Igor Sirotin
28d8145136
fix: use `fleetFromString` function to prevent panic for unknown values ( #13699 )
2024-02-23 10:14:42 +00:00
Noelia
1dc03624d6
feat(ProfileShowcase): Drop area behaviour / design when sections expanded
...
- It updates `ProfileShowcasePanel` with new drop area design adding shadows, changing drop areas design and sizes.
- It adjusts `ShowcaseDelegate` according to design, ie: heigh and background colour on dragActive.
Closes #13509
2024-02-23 10:13:13 +01:00
Noelia
1af5c166c5
SQ(StatusDraggableListItem): Added new property `changeColorOnDragActive `
...
This property holds if background color will be changed on drag active or not.
2024-02-23 10:13:13 +01:00
Godfrain Jacques
7313e224ae
(desktop/fix) Fix missing crown after ownership transfer ( #13587 )
...
This PR solves the missing crown problem after an ownership transfer
fixes #13218 https://github.com/status-im/status-desktop/issues/13218
2024-02-23 01:09:33 -08:00
Noelia
f31f01d64b
feat(ProfileShowcase): Enable add more accounts component
...
- Added new additional footer component in `EmptyShapeRectangleFooterListView`.
- Enabled more accounts component in profile showcase assets and collectibles panel.
Closes #13590
2024-02-22 17:09:36 +01:00
Michal Iskierko
4031778c7c
fix(@desktop/permissions): Use correct chains when creating permissions: testnet or mainnet
...
Fix #18896
2024-02-22 10:53:44 -05:00
Jonathan Rainville
d6e13d709f
fix(async_tasks): add try catch to getChannelGroups async task
...
Kind of fixes #13640
The issue itself was no reproducible even after dozens of restarts and following of the repro steps.
It seems like this was an unfortunate DB close event that caused the app to close.
Adding a try catch won't actually fix that, since the DB is closed and also the `communtiies`already had a try/catch, but it will help for later.
2024-02-22 10:09:02 -05:00
Cuteivist
fae86bcb8d
feat(@wallet): Show community activity ( #13627 )
2024-02-22 15:41:19 +01:00
Cuteivist
3126973cfc
feat(activity): Add navigation to tx details ( #13634 )
2024-02-22 15:41:13 +01:00
Michał Cieślak
0d4e7bd458
StatusQ(MovableModel): layoutChanged handling fixed
...
Closes : #13602
2024-02-22 14:39:31 +01:00
Michał Cieślak
1bcbb482a1
feat(StatusQ/Tests): Added isNotSame(...) method for comparing models
...
It works similarly as isSame(...) but doesn't print warnings when
mismatch is found. Thanks to that may be used conveniently whenever
we expect differing models in a test.
2024-02-22 14:39:31 +01:00
Michał Cieślak
6d502427e5
feat(StatusQ/Tests): Added utility for persistent indexes validation
2024-02-22 14:39:31 +01:00
Mykhailo Prakhov
12569d795f
feat(@desktop/community): allow owner delete all messages during the ban and ban/unban AC notifications ( #13653 )
2024-02-22 12:01:01 +01:00
Anastasiya Semenkevich
86d5537db6
chore: remove channel test from critical path for now
...
https://github.com/status-im/desktop-qa-automation/issues/535
2024-02-22 13:52:15 +03:00
Sale Djenic
34f801231c
feat(savedaddresses): saved address details popup implementation
...
Within this commit a new popup is introduced with the requested UI effect.
Closes #13096
2024-02-22 11:03:10 +01:00
Alexandra Betouni
12c24c4f15
[Create new community popup]: Adjusted request to join
...
As per new designs
Closes #12809
2024-02-22 11:42:33 +02:00
Alexandra Betouni
8cdfa81b79
[BackupSeedPopup]: Fixed warning message size based on text size
...
Closes #8402
2024-02-22 11:06:28 +02:00
Sale Djenic
a3923461e8
fix(savedaddresses): saved addresses should be displayed in mixed cases format
...
Fixes #13665
2024-02-22 10:05:26 +01:00
Lukáš Tinkl
343cfa0982
feat(Profile flow): Block/unblock user
...
- implement block and unblock user popups with optional "Remove contact" and "Remove ID verification" check boxes
- emit (combined) toasts
Fixes #13522
2024-02-21 19:39:05 +01:00
Lukáš Tinkl
b0e24b0396
fix(StatusWarningBox): expose `textSize`
2024-02-21 19:39:05 +01:00
Richard Ramos
9366820d1f
chore: bump status-go to fix high cpu usage in peer-exchange
2024-02-21 13:21:46 -05:00
Jonathan Rainville
dc580fe6ba
fix(SharedAddresses): fix airdrop address not being reflected in popup
...
Fixes #13618
2024-02-21 13:15:00 -05:00
Anastasiya Semenkevich
2bf83be9db
chore: replace 1 community test with channels test in critical suite
2024-02-21 17:05:40 +03:00
Valentina Novgorodtceva
a43e3bee2f
chore: channels tests updated
2024-02-21 17:05:40 +03:00
Anastasiya Semenkevich
572a072e9f
chore: fix edit test
2024-02-21 14:10:54 +03:00
Michał Cieślak
94f250d671
chore(ProfileShowcaseDirtyState): integration with Constants.ShowcaseVisibility enum
2024-02-21 09:42:05 +01:00
Michał Cieślak
29c15a5bff
feat(StatusQ): custom UndefinedFilter filter for filtering undefined role values
...
Generic filter for handling undefined values. This kind of filtering
cannot be done using ValueFilter. On the other hand using
FastExpressionFilter is much more costy in terms of performance
overhead.
Closes : #13638
2024-02-21 09:42:05 +01:00
Michał Cieślak
ac266bb997
feat(ProfileShowcase): Component managing all models required by Profile Showcase settings UI
...
Closes : #13435
Closes : #13490
Closes : #13494
2024-02-21 09:42:05 +01:00
Michał Cieślak
809af0ac90
feat(ProfileShowcase): Base components for managing dirty state
2024-02-21 09:42:05 +01:00
Michał Cieślak
5b5b19fc7a
StatusQ(Utils): Simple utility allowing to declare children in QtObject without property assignment
2024-02-21 09:42:05 +01:00
Michał Cieślak
2ffb0feedd
feat(Storybook): Utility allowing quickly visualize any model.
...
It makes work with model in Storybook much faster bc eliminates work
related to creating delegates and also (when needed) handling dnd logic.
Closes : #13599
2024-02-21 09:42:05 +01:00
Michał Cieślak
b949fb7b3b
StatusQ(MovableModel): Methods naming refactor, Storybook pages updated/improved
2024-02-21 09:42:05 +01:00
Michał Cieślak
f747791f50
StatusQ(MovableModel): Add ability to restore and bypass original order of source model
2024-02-21 09:42:05 +01:00
Valentina Novgorodtceva
10bf994f39
chore: increased timeout for device synced
2024-02-21 10:34:32 +03:00
Valentina Novgorodtceva
688e619bdd
chore: fixed locator for save changes button
2024-02-21 10:34:32 +03:00
Lukáš Tinkl
e46f6c311c
feat(Profile flow): Remove a contact
...
- implement the new remove contact confirmation popup
Fixes #13521
2024-02-20 20:11:56 +01:00
Godfrain Jacques
f236782490
(feat/desktop) Add toggle for mainnet transaction validation with nimbus ( #13227 )
...
- Adds the View for the toogle button
2024-02-20 11:07:22 -08:00
Valentina Novgorodtceva
ab8c1783e1
chore: category tests updated + created separate object maps for communities and messaging
2024-02-20 15:07:54 +03:00
Roman Volosovskyi
7736cd8950
[ #13615 ] Fix transfer history loading after interruption on restored account ( #13629 )
2024-02-20 11:12:12 +01:00
Anastasiya Semenkevich
9a28b7b68c
Revert "ci: test these changes with the nix build"
...
This reverts commit 801831949e50977f28ea5a0a533ffbf820df745c.
2024-02-20 12:48:33 +03:00
Anastasiya Semenkevich
b383edaa1a
ci: test these changes with the nix build
2024-02-20 12:48:33 +03:00
Anastasiya Semenkevich
cf4547f5dd
chore: trying to force the cycle work
2024-02-20 12:48:33 +03:00
Anastasiya Semenkevich
f868d2c1de
chore; try to fix connection refused error
2024-02-20 12:48:33 +03:00
Valentina Novgorodtceva
cbd27f87cd
chore: changed create community method in all community tests
2024-02-20 11:33:41 +03:00
Valentina Novgorodtceva
0f90508113
chore: create community test updated
2024-02-20 11:33:41 +03:00