Pascal Precht
b9c65be808
fix(AppNavBar): make navbar buttons render correctly again
...
We've introduced a regression in
9f633f0fcc
where model data for navbar buttons are malformed, which results in them being rendered
incorrectly (as letter identicons, instead of icon buttons)
The reason this was happening was because the model data for the
navbar buttons was not properly initialized due to a mixed usage of
positioned and named arguments of the `initItem()` APIs in `SectionItem`
models.
Fixes #5949
2022-06-03 10:20:07 -04:00
Sale Djenic
583f947eb6
chore(@desktop/general): unused `signals.nim` removed from backend
2022-06-03 11:58:08 +02:00
Michal Iskierko
ec76d8e738
fix(@desktop/general): Application shows chat screen instead of settings screen when starting.
...
Fix #5839
2022-06-03 11:19:35 +02:00
Boris Melnik
49ca3e1c36
feat(Settings): Add communities settings
...
Closes : #4932
2022-06-02 18:58:50 +03:00
Boris Melnik
50a88eb83c
fix(reply): Fix link color
...
Closes : #5900
2022-06-02 17:57:29 +03:00
Noelia
ed39690071
feat(CommunitiesPortal): Communities Portal first UI approach
...
Closes #4936
2022-06-02 08:24:02 -04:00
Alexandra Betouni
046aa36565
feat(settings): Adding new Backup Seed Phrase section & modal
...
Closes #4918
2022-06-02 11:11:06 +03:00
Sale Djenic
6e682e353c
fix(@desktop/browser): need empty screen for “DApp Permissions” screen
...
Fixes #5919
2022-06-02 10:01:51 +02:00
Stefan
93596b19ca
fix(Communities): loading of new images for logo and banner
...
Also rename the crop image workflow
fixes : #5961
2022-06-02 08:11:48 +02:00
femi
1696fec9db
feat(@DesktopApp): SignUp Scenario (Squish Test)
...
Ticket: https://github.com/status-im/status-desktop/issues/5718
Include script to erase data file before each test
2022-06-01 09:47:13 -04:00
femi
88a7a5f3f7
feat(@DesktopApp): SignUp Scenario (Squish Test)
...
Ticket: https://github.com/status-im/status-desktop/issues/5718
Include script to erase data file before each test
2022-06-01 09:47:13 -04:00
femi
edc48d2168
feat(@DesktopApp): SignUp Scenario (Squish Test)
...
Ticket: https://github.com/status-im/status-desktop/issues/5718
Include script to erase data file before each test
2022-06-01 09:47:13 -04:00
femi
314327f479
feat(@DesktopApp): SignUp Scenario (Squish Test)
...
Ticket: https://github.com/status-im/status-desktop/issues/5718
Include script to erase data file before each test
2022-06-01 09:47:13 -04:00
femi
734ad54c47
feat(@DesktopApp): SignUp Scenario (Squish Test)
...
Ticket: https://github.com/status-im/status-desktop/issues/5718
Include script to erase data file before each test
2022-06-01 09:47:13 -04:00
femi
2be85fd6a5
feat(@DesktopApp): SignUp Scenario (Squish Test)
...
Ticket: https://github.com/status-im/status-desktop/issues/5718
2022-06-01 09:47:13 -04:00
Anthony Laibe
198db8658c
fix(@about): always check for update
...
The work was already done in the actual call, but we kept the guard.
The guard is now remove as it was useless
2022-06-01 09:54:13 +02:00
Anthony Laibe
86805a6c7d
feat: add network image
2022-06-01 09:54:06 +02:00
Noelia
7c92d39359
feat(GroupChat/Add-Remove-Contacts): Implement "Add / remove from group" button for group chats
...
Added new option add / remove contacts in dropdown and created navigation to modify the loaded component in the toolbar.
Enabled addition of new members into a group chat by the admin.
Enabled removal of members of a group chat by the admin.
Added into `ChatContentView` components related to chat toolbar:
- `StatusTagSelector` and its corresponding logic
- Moved `StatusChatInfoButton` from toolbar to content view.
Added `esc` key event to leave the group chat add / remove panel.
Updated `StatusQ` link.
Closes #5522
2022-06-01 08:47:21 +02:00
Sale Djenic
78f985e484
feat(desktop/general): app support for status-im:// URIs - mac
...
Fixes #3375
2022-06-01 08:42:57 +02:00
Sale Djenic
698374b91c
feat(desktop/general): app support for status-im:// URIs - mac
...
Fixes #3375
2022-06-01 08:42:57 +02:00
Stefan
7c74a0942d
feat(Community/Logo): use crop control for community Logo
...
Note that this doesn't refactor status-go to use CroppedImage
for the community logo.
fixes: 5404
2022-05-31 19:04:49 +03:00
Anthony Laibe
e7dff15a97
fix(@wallet): send modal in browser/wallet
...
fixes #5937
The send modal reuse the asset list so it needs to be fully populated
with all token, but the token is only visible if the balance > 0
2022-05-31 14:57:37 +02:00
Stefan
07d36722f8
fix(ImageCropper): adapt to new changes done to image cropper workflow
2022-05-31 12:26:33 +03:00
Stefan
9f633f0fcc
feat(Communities/Settings): Communities banner editing
...
Use the generic EditCroppedImagePanel for banner cropping
- Depends on status-go IdentityImage banner extension
fixes #5118
2022-05-31 12:26:33 +03:00
Stefan
4b399d15e3
fix(EditCroppedImagePanel): update position following changes in StatusQ
...
Also fixed suported images
2022-05-31 12:26:33 +03:00
Stefan
1bb19ba1de
fix(CommunityArchive): add community archive support to the new edit view
2022-05-31 12:26:33 +03:00
Stefan
73fcbc92bc
fix(CommunityEditSettingsPanel): fix wrong qsTrIds entries
2022-05-31 12:26:33 +03:00
Sale Djenic
ca410a0e26
fix(@desktop/browser): settings -> Browser, connected dapps items do not follow figma
...
Fixes #5906
2022-05-31 09:13:27 +02:00
Boris Melnik
0d6752a1f1
fix(Onboarding): Remove old uploading photo modal
...
Closes : #5831
2022-05-30 19:02:08 +03:00
Sale Djenic
3a3b2c9dc9
fix(@desktop/wallet): show all tokens in wallet that have balance > 0
...
Fixes #5859
2022-05-30 17:11:51 +02:00
Sale Djenic
64882dffbe
feat(@desktop/wallet): add support for Arbitrum L2
...
Fixes #5714
2022-05-27 14:45:29 +02:00
Noelia
959b76fd57
fix(Settings/Messaging): Spacing is wrong between “System Default Browser” and separator
...
Improved spacing between elements in `MessagingView.qml`
Closes #5847
2022-05-27 10:02:14 +02:00
Sale Djenic
70e770103e
feat(@desktop/profile): add ephemeral notifications
...
- ephemeral notifications implemented as toast messages
- old notifications added aligned with new toast messages
Fixes #5629
2022-05-26 21:27:55 +02:00
Michal Iskierko
242d980377
chore(internal): Bump nimqml version
...
Issue #4922
2022-05-26 14:16:00 +02:00
Michal Iskierko
31a8f1cee8
chore(internal): Bump DOtherside version
...
Issue #4922
2022-05-26 14:16:00 +02:00
Michal Iskierko
8acb3c386a
feature(desktop/general): Display mentions number on tray icon badge.
...
Count all mentions from all chats and communities.
Send it to notifications object.
Issue #4922
2022-05-26 14:16:00 +02:00
Boris Melnik
0b0fa51c89
feat(Communities): Add context menu to communities view
...
Closes : #5842
2022-05-26 07:01:45 -04:00
Boris Melnik
1f5de11069
fix(onboarding): Add checking passwords to new password input
...
Closes : #5834
2022-05-26 06:57:27 -04:00
Anthony Laibe
21fedcbb2b
feat(@wallet): aggregate token balance
2022-05-26 06:52:32 -04:00
Michal Iskierko
c9910ee38b
feat(@desktop/onboarding): Show Allow Notification page during first run
...
Issue #5583
2022-05-26 06:38:33 -04:00
Alexandra Betouni
5c3aee481b
fix(onboarding): app crashes on going back to welcome
...
Closes #5891
2022-05-26 06:34:17 -04:00
Sale Djenic
aeba272ae4
fix(@desktop/notifications): move notifications settings to `status-go`
...
Fixes #5649
2022-05-26 12:07:19 +02:00
Pascal Precht
72c389ba09
fix(AdvancedView): fix label for community history archive protocol
...
Closes #5887
2022-05-26 10:35:08 +03:00
Richard Ramos
d6b83e8b96
fix: invalid pubkey error
2022-05-25 18:39:59 -04:00
Boris Melnik
58a4d1eceb
fix(ChatContentView): Fix link to reply
...
Closes:#5420
2022-05-25 18:21:51 -04:00
Alexandra Betouni
7916f10a8e
fix(onboarding): cleaned up/imporved images
...
Closes #5829
2022-05-25 18:04:57 -04:00
Michal Iskierko
80cead9d6d
fix(@desktop/chat): Fix activity center icon badge displaying
...
Fix #5739
2022-05-25 17:49:52 -04:00
Sale Djenic
8974d0a4df
fix(@desktop/settings): crash enabling/disabling communities
...
- A crash was happening because of emitting signal from the Q_PROPERTY slot,
fixed now.
- Checks added to `addChat` methods that only 1:1 and group chats participate
in notifications setting exemptions.
2022-05-25 17:48:26 -04:00
Boris Melnik
14f2e424b7
feat(settings): Update ui for `About`
...
Closes : #5844
2022-05-25 17:45:28 -04:00
Boris Melnik
929b7895cd
feat(settings): Remove Help and Glossary
...
Part of: #5844
2022-05-25 17:44:10 -04:00