2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-01-10 14:26:34 +00:00

2777 Commits

Author SHA1 Message Date
Lukáš Tinkl
2dca7904b8 fix(PinnedMessagesPopup): pinned messages modal design issues
- align the dialog to design
- fix radio button logic (it was possible to uncheck a mutually exclusive
checked button eventhough it's inside the button group, leaving the Unpin
button in an undefined state)
- port to StatusDialog and layouts, dropping a lot of needless code
- remove dead code for passing around the `property Component
pinnedMessagesListPopupComponent`; the popup is being invoked via
`Global.openPopup()`

Fixes 
Fixes 
2022-09-15 10:55:56 +02:00
Sale Djenic
03bb1e5bf0 feat(@desktop/keycard): authenticate flow added
- Added `Authenticate` flow
- `Setup a new Keycard with an existing account` updated so it includes `Authenticate` flow
from the point where is needed (when migrating a profile keypair)
- We are missing `Unlock Keycard` flow for this one, will be added once it is developed
2022-09-14 16:05:52 +02:00
Sale Djenic
405171dad7 fix(@desktop/keycard): updates to the onboarding/login flow
- login states updated so they can resolve enter pin state from each state
that flow may be in
- not a keycard state added
- login plugin state added
2022-09-14 16:05:52 +02:00
Lukáš Tinkl
0794736c36 fix(ChatHeaderContentView): port to StatusChatInfoButton changes
- `sensor` no longer exists
- no need to constrain the button width, it's used in a toolbar Loader
that fills the width

Closes: 
2022-09-14 13:29:23 +02:00
Lukáš Tinkl
010877e9b3 fix(CommunityColumnView): fix tooltip orientation and plural 2022-09-14 13:29:23 +02:00
Lukáš Tinkl
c800cbec44 fix(ChatView): unbreak setting community emoji
need to pass around the `emojiPopup`
2022-09-14 13:29:23 +02:00
Lukáš Tinkl
fda78a1003 fix(BackUpCommuntyBannerPanel): StatusButton port fix
the `clicked()` signal has no longer any parameter
2022-09-14 13:29:23 +02:00
Michal Iskierko
55cb3cbf33 test(group chat): Testing changing group chat's name, color and image.
Fixes 
2022-09-14 12:49:43 +02:00
Lukáš Tinkl
f4a78a1f10 fix: port to StatusButton changes in master
and pull in changes from StatusQ master
2022-09-14 09:16:58 +02:00
MishkaRogachev
ae4519a6be feat:(@desktop/activity-center): AC notification categories according new designs
Close 
2022-09-13 17:58:31 +04:00
Patryk Osmaczko
52a34b21d0 fix(@desktop/chat): ensure proper limit when creating chat 2022-09-13 12:33:34 +02:00
Patryk Osmaczko
7fad1ed5db fix(@chat/members): display alias if displayName is empty 2022-09-13 12:33:34 +02:00
Patryk Osmaczko
655af35958 chore(@desktop/chat): remove legacy GroupInfoPopup 2022-09-13 12:33:34 +02:00
Patryk Osmaczko
740c5c3874 chore(@desktop/chat): remove unused GroupChatPanel 2022-09-13 12:33:34 +02:00
Patryk Osmaczko
6760870dc9 fix(@desktop/chat): rework members selector
fixes: 
fixes: 
fixes: 
fixes: 
fixes: 
fixes: 
fixes: 
fixes: 
2022-09-13 12:33:34 +02:00
Patryk Osmaczko
2d5c69bc6c feat(@desktop/group-chat): adjust members permissions
closes: 
closes: 
2022-09-13 12:33:34 +02:00
Jonathan Rainville
aba2a42c6f test(@wallet): allow to use ganache with goerli 2022-09-13 11:56:42 +02:00
Lukáš Tinkl
5e0d5a9f8c fix(pinning): fix warnings 2022-09-13 09:05:15 +02:00
PavelS
eaed074957 fix(@desktop/settings): adjust contacts settings
Fixed 
2022-09-13 09:52:34 +03:00
Lukáš Tinkl
326e9e09a5 fix: unbreak User List Panel context menu
StatusAssetSettings porting leftover

Closes 
2022-09-12 19:29:38 +02:00
Lukáš Tinkl
0d43852394 fix(UserListPanel): minor cleanup
- fix margins
- fix some warnings
- drop dead/duplicate code
2022-09-12 19:29:38 +02:00
Stefan
6e78281d99 test(FavouriteSavedAddresses/Wallet): test toggle favourite for saved addresses
Also
- fix the other saved addresses that were relying on the order of
buttons and fail after adding the favourite button
- improve the rest of the tests
- improve debug buttons
- extend driver with helper functions

Closes: 
2022-09-12 16:00:31 +02:00
Stefan
7af95eaada feat(wallet): add favorites for saved addresses
Depends on statug-go favourite flag extension and merging of `favourites`
with `saved_address` tables and API

Additional changes:

- Remove duplicate name instead of ESN

Closes: 
2022-09-12 15:58:52 +02:00
Michal Iskierko
b782cd1c93 fix(@desktop): Fix icons regressions
Icons in LoginView accounts list and Community members list.

Fixes 
2022-09-12 10:48:21 +02:00
Michal Iskierko
235e5e86ac fix(@desktop/chat): Fix showing groupchat image in a few places
Fix 
2022-09-12 10:45:27 +02:00
Khushboo Mehta
928e1999d9 feat(@desktop/wallet): Implement Transaction details as per new design
fixes 
2022-09-09 21:36:58 +02:00
PavelS
bdc072e337 fix(@desktop/settings): update display name validation to unblock saveability
Fix 
2022-09-09 18:13:57 +03:00
Igor Sirotin
b2485603de fix(AppMain): Made all banners global and stacked 2022-09-08 20:47:54 +08:00
Michal Iskierko
2bb346a09e fix(@desktop): Use colorId to find correct color of users&members
colorId is set in the model instead of using qml function.

Fix 
2022-09-08 13:56:27 +02:00
Lukáš Tinkl
5897615cc1 hotfix(AddAccountModal): fix setting account emoji
probably a leftover from the StatusAssetSettings porting
(plus remove some non-existing functions)
2022-09-08 12:23:43 +02:00
Michał Cieślak
0be30b5e54 feat(@desktop/communities) Permissions - holdings edit and remove
Closes 
2022-09-08 11:11:28 +02:00
Michał Cieślak
c2c2532986 feat(@desktop/communities) Permissions - ENS panel added to "Who holds" selector
Closes 
2022-09-07 22:33:36 +02:00
Michał Cieślak
b2d678c2c4 chore(HoldingsDropdown): Component refactor and split into smaller files
- decomposed into set of separate components
- reduced number of magic numbers
- minor adjustments with design
2022-09-07 22:33:36 +02:00
Alexandra Betouni
262a6c3160 fix(AddAccountModal): Updated password error message
Closes 
2022-09-06 18:48:17 +03:00
Sale Djenic
07a0cdc680 fix(@desktop/keycard): additional updates
- `Setup a new Keycard with an existing account` flow improved
- code review comments applied
- Qml part updated due to the latest `StatusListItem` changes in `StatusQ`
2022-09-06 15:06:13 +02:00
Sale Djenic
79aece0aeb fix(@desktop/keycard): updates to the onboarding/login flow
Changes done within this commit were required by the latest keycard
library change, where we gave up of sending few signals when we're
running/resuming flow, which were sent before (those were signal notifying
about unplugged reader, card not inserted and card inserted, they are sent
by the keycard lib now only if that is really needed).
2022-09-06 15:06:13 +02:00
Sale Djenic
afa7928bae feat(@desktop/keycard): keycard settings -> migrate keypair flow
- Added flow which covers `Setup a new Keycard with an existing account` from
the keycard settings part (though two sub-flows there are missing, `Unlock Keycard`
and `Authentication` cause we don't have them yet).
- Updated factory reset flow (part of shared module) that it can read and display metadata
from a keycard if they are set, with this update this flow is almost complete, we are missing
`Unlock Keycard` flow for it as well.
2022-09-06 15:06:13 +02:00
Lukáš Tinkl
f4a6fa8012 fix(LanguageView): simplify the radio buttons handling
- pull in required StatusQ changes (see )
- simplify the radio buttons handling, no need for a ButtonGroup as they
share the same parent
- the radio buttons have the desired font size as a result ;)
2022-09-06 09:54:11 +02:00
Lukáš Tinkl
4026d3c60d fix(AppMain): profile image doesn't look good after changing language
Fixes 
2022-09-05 19:16:03 +02:00
Khushboo Mehta
e9c270da87 fix(@desktop/wallet): Entering ENS name in SendModal doesnt work
fixes 
2022-09-05 14:55:31 +02:00
Anthony Laibe
eb357ff6e2 fix(@wallet): Add account not working 2022-09-05 14:28:42 +02:00
Stefan
d81b6ca518 fix(Chat): improve gif confirmation popup and fix preview whitelisting
Enable preview for gifs after enabling the gif functionality
Disable gif functionality if the preview was disabled

Addition fixes
- The gifs weren't checked if all images weren't enabled
- The subdomain wasn't checked for whitelisting if the main domain wasn't enabled
- Image clicking
- Dismiss asking for unfurling was not updating the state

Considerations
- Looked into having the "gif enabled" - "tenor unfurling" relation
embedded in the controller but it would require extensive refactoring
by implementing a data-model for unfurling whitelisted domains

Closes: 
2022-09-05 12:41:48 +02:00
Alexandra Betouni
e1c548696f feat(Desktop)!: Updating desktop app due to IconSettings refactor
As part of https://github.com/status-im/StatusQ/issues/781
2022-09-02 18:41:21 +03:00
Anthony Laibe
ba4aac6456 feat: make screenshot test easy to add between steps 2022-09-02 10:45:23 +02:00
Alexandra Betouni
b6ff7b9ded feat(desktop): Made activity button be visible everywhere
Closes 
2022-09-02 10:29:23 +03:00
Igor Sirotin
5c909cae6c fix(Profile): Added menu to remove profile image 2022-09-01 15:48:22 +03:00
Michal Iskierko
d6a061a517 feat(@desktop/chat): Add setting image in group chat
Image and cropping information are sent to status-go.

Issue 
2022-09-01 12:25:53 +02:00
Lukáš Tinkl
24719c680f fix(ChooseBrowserPopup): 'Choose browser' modal doesn't look good
- export a non-blurry browsers image from Figma
- bring the whole UI closer to the design
- sllight refactor to user StatusDialog and layouts

Fixes 
2022-08-31 15:04:34 +02:00
Stefan
b499942eea fix(Wallet/AddAccountModal): fix status-go error messages
Remove the unneeded native error dialog showing internal status-go
error strings. Instead redirect the error message for wrong private key
as specific error message.

Fixes: 
2022-08-30 19:05:06 +02:00
Anthony Laibe
e020466362 fix(@wallet): paste seed phrase 2022-08-30 14:17:33 +02:00