Michal Iskierko
b782cd1c93
fix(@desktop): Fix icons regressions
...
Icons in LoginView accounts list and Community members list.
Fixes #7284
2022-09-12 10:48:21 +02:00
Michal Iskierko
235e5e86ac
fix(@desktop/chat): Fix showing groupchat image in a few places
...
Fix #7242
2022-09-12 10:45:27 +02:00
Khushboo Mehta
928e1999d9
feat(@desktop/wallet): Implement Transaction details as per new design
...
fixes #7214
2022-09-09 21:36:58 +02:00
PavelS
bdc072e337
fix(@desktop/settings): update display name validation to unblock saveability
...
Fix #7177
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 #6366
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 #6339
2022-09-08 11:11:28 +02:00
Michał Cieślak
c2c2532986
feat(@desktop/communities) Permissions - ENS panel added to "Who holds" selector
...
Closes #6338
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 #5719
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 status-im/StatusQ#882 )
- 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 #7197
2022-09-05 19:16:03 +02:00
Khushboo Mehta
e9c270da87
fix(@desktop/wallet): Entering ENS name in SendModal doesnt work
...
fixes #6695
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 : #6829
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 #6635
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 #6466
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 #7169
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 : #6984
2022-08-30 19:05:06 +02:00
Anthony Laibe
e020466362
fix(@wallet): paste seed phrase
2022-08-30 14:17:33 +02:00
Khushboo Mehta
56e6427260
fix(@desktop/wallet): Assign an emoji to the default wallet account during onboarding
...
fixes #6694
2022-08-30 11:56:32 +02:00
PavelS
3bd6fe0fdf
fix(@desktop/community): add online status to invite modal
...
Replace Contact component with StatusMemberListItem.
Add missing Nim functions to fill models with onlineStatus.
Adjust components paddings to match design.
Fixes #6985
2022-08-30 10:16:37 +03:00
Michal Iskierko
61f2bb8a74
fix(@desktop/onboarding): Hide current account from accounts list
...
Fix #7045
2022-08-27 21:08:44 +02:00
Jonathan Rainville
7544bd6fb5
fix: change gateway and remove old code to decode the hash
...
Fixes:
- https://github.com/status-im/status-desktop/issues/6964
Depends on:
- https://github.com/status-im/status-go/pull/2795
- https://github.com/status-im/status-jenkins-lib/pull/44
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-08-26 19:47:02 +02:00
Noelia
3d6e40fd79
feat(CommunityPermission): Added `How holds` collectibles dropdown
...
- Added collectibles tab component.
- Added extended dropdown base content component
- Added filter popup option.
- Added collectibles model
- Added subitems in model
- Added thumbnails mode view
- Created `CommunitiesStore` and moved mock data to there.
- Added forward subitems navigation and selection.
- Updated `statusq`.
Closes #6337
2022-08-26 18:06:58 +02:00
Boris Melnik
04ce8df483
fix(toast-notifications): Fix notifcations listview sizes
...
Closes : #6767
2022-08-26 12:30:50 +03:00
Boris Melnik
10d53454b3
test(chat): Can send a gif
...
Closes : #6882
2022-08-26 12:18:42 +03:00
Pascal Precht
fa5b862d2c
feat(CreateCommunityPopup): introduce file selector and category panels
2022-08-26 10:59:41 +02:00
Pascal Precht
f2dea729a1
feat(CreateCommunityPopup): introduce canGoNext and nextAction for modal pages
2022-08-26 10:28:28 +02:00
Pascal Precht
3509de8673
feat(AdvancedView): introduce feature flag for discord import tool
...
This adds a feature flag for the discord import tool so we can start
landing individual pieces of the feature without it being fully
implemented.
It also introduces the modal chooser for creating new communities but
it doesn't do anything more than that, as of this commit
Closes #6843
2022-08-26 10:18:49 +02:00
Pascal Precht
e98a3b27fb
refactor: move CommunityBanner to shared namespace
2022-08-26 10:18:49 +02:00
Patryk Osmaczko
037937a04f
fix(@chat/groups): resolve undefined chatContentModule
...
fixes : #7146
2022-08-26 08:40:47 +02:00
Boris Melnik
7b77973b86
test(chat): Can clean chat history
...
Closes : #6876
2022-08-25 15:17:52 +03:00
Boris Melnik
4f2db08a75
fix(StatusListItem): fix `sensor.onClicked` to `onClicked`
...
Closes : #7135
2022-08-25 11:55:55 +03:00
Patryk Osmaczko
6339bd5782
feat(@desktop/chat): sort chat by lastMessageTimestamp
...
closes : #6634
2022-08-24 17:12:47 +02:00
Sale Djenic
398f62806f
feat(@desktop/keycard): initial UI for the keycard settings
...
This is just a wireframe implementation, without any special functionalities.
Fixes : #7023
2022-08-24 14:18:06 +02:00
Khushboo Mehta
8eb328bae7
fix(@desktop/sugnup): Profile omage chosen during signup sould be saved for the user and squish test for the same
...
fixes #6861
2022-08-24 11:21:16 +02:00
Stefan
f2615e3cef
tests(Settings): Can backup seed phrase
...
Added debug helpers found useful in debugging while implementing squish
tests
Closes : #6902
2022-08-23 15:17:36 +02:00
Anastasiya S
9283e68421
fix: calculate estimated time in ens modal
...
fix: calculate estimated time in ens modal
2022-08-23 08:52:01 -04:00
Khushboo Mehta
289209f7ec
fix(@desktop/profile): Can set own online state to online, offline
...
fixes #6895
2022-08-23 14:26:42 +02:00
PavelS
38c77095b8
fix(@desktop/chat): adjust add members default picture
...
Update colorForPubkey to check if colorId is in bounds
Replace userCustomizationColors array usage with Utils function call
Fixes #6971
2022-08-23 13:07:58 +03:00
Khushboo Mehta
0515152bd7
feat(@desktop/wallet): Add Token Detail View
...
fixes #6491
2022-08-23 10:52:26 +02:00
Boris Melnik
41694a6e09
fix(ContactRequests): Fix `sensor.onClicked` to `onClicked`
2022-08-23 09:58:52 +02:00
PavelS
9f2833b994
fix(@desktop/wallet): adjust receive modal adress
...
Fixes #6966
2022-08-22 16:01:05 +03:00
PavelS
35d4a7c44d
fix(@desktop/chat): adjust start chat page
...
Fixes #6942
2022-08-22 16:00:23 +03:00
Michal Iskierko
346af7c245
feat(@desktop/chat): Add requests sections to members tab of the community management
...
Add tabs: "Pending requests", "Rejected"
Add getting declined requests from status-go
Issue #6279
2022-08-22 13:54:36 +02:00
MishkaRogachev
f45275bb1a
test(community): refactor and improve categary relates test cases
2022-08-22 13:25:33 +04:00
Igor Sirotin
42a1cf995c
fix(ChatMessagesView): Usage of `StatusMessage` WIP
2022-08-20 03:02:41 +03:00
PavelS
75ec2750b3
fix(@desktop/chat): adjust search member input
...
Fixes #6970
2022-08-19 19:05:16 +03:00
Richard Ramos
90a715b69f
feat: add store nodes
...
Fixes #6591
2022-08-18 16:35:43 -04:00
PavelS
ba50c69b76
fix(@desktop/community)!: missing error messages
...
Remove ValidationMode.Always for StatusInputs because by default they
are invalid and validate input when dirty
Remove condition from errorMessage of BackupSeedStepBase as not needed.
Fixes #6825
Requires https://github.com/status-im/StatusQ/pull/858
BREAKING CHANGE: StatusInputs are invalid by default and validate when
dirty.
2022-08-18 15:17:14 +03:00
MishkaRogachev
48b7f1c277
test(community): add a test that deletes a community category
...
Close #6750
2022-08-18 15:33:37 +04:00
Anthony Laibe
ade9086b81
test(@wallet): add test for ens name
2022-08-18 13:11:36 +02:00
Noelia
b06bae0d4e
test(Settings/Language): Can change language
...
`tst_languageSettings`:
- Feature and basic scenarios definition: Change language by selection and change language by search.
- Added `StatusLanguageScreen` class and related methods to change and validate language.
`SquishDriver`:
- Added support to scroll at a specific list view index.
- Added support to directly type into a focused element.
`settings_names.py`:
- Added support for object names related to `side bar` options.
- Unified some nomenclature related to settings objects.
`LanguageView`:
- Updated to allow registering the change on Linux before the restart popup is shown so the language test can work.
Closes #6903
2022-08-18 11:28:55 +02:00
Lukáš Tinkl
395d5548b4
feat(CreateCommunityPopup): Add Community Banner to Create Community Modal
...
as status-go already supports parsing the banner JSON string, just pass
it along the NIM backend
Closes #6726
2022-08-18 10:15:04 +02:00
PavelS
28bd67072d
fix(@desktop/onboarding): adapt account dropdown
...
-use StatusQ with updated PopupMenu
Fixes #6822
Requires https://github.com/status-im/StatusQ/pull/853
2022-08-17 14:28:12 +03:00
Patryk Osmaczko
4c2a7656f2
chore(settings/profile): address social links QA issues
2022-08-17 13:18:32 +02:00
Patryk Osmaczko
aeb64e2029
test(settings/profile): test bio and social links
...
Note: interaction between clients is not tested here to avoid dependency
on mailserver. When mailserver is mocked more comprehensive tests should
be provided, that is: verify if identity properties are propagated
and read correctly between two different clients.
closes : #6950
2022-08-17 13:18:32 +02:00
Patryk Osmaczko
7adfb515a9
feat(settings/profile): add bio and social links to settings
...
iterates: #6797
2022-08-17 13:18:32 +02:00
Patryk Osmaczko
805bf824f0
feat(settings/profile): add SocialLinksModal
...
iterates: #6797
2022-08-17 13:18:32 +02:00
Patryk Osmaczko
46e01afa04
feat(settings/profile): add social links' ui primitives
...
iterates: #6797
2022-08-17 13:18:32 +02:00
Patryk Osmaczko
29add2fbc9
chore(settings/messaging): improve contact filter expressions
2022-08-17 09:24:52 +02:00
Patryk Osmaczko
beb4658633
chore(settings/messaging): `id: container` -> `id: root`
2022-08-17 09:24:52 +02:00
Patryk Osmaczko
c46cd1922b
chore(settings/messaging): `id: contactListRoot` -> `id: root`
2022-08-17 09:24:52 +02:00
Patryk Osmaczko
e9a307c383
fix(settings/messaging): remove imperative filtering from ContactPanel
...
fixes : #6673
iterates: #6509
2022-08-17 09:24:52 +02:00
MishkaRogachev
9e811838e8
test(community): add a test that creates a community category
...
Close #6752
test/ui-test/testSuites/suite_status/shared/scripts/sections/community_names.py
2022-08-16 20:57:12 +04:00
Michał Cieślak
21aeeb8906
fix(@desktop/wallet): add account - password checking adjusted
2022-08-16 18:27:16 +02:00
Sale Djenic
b34f0a4736
fix(@desktop/keycard): keycard is not recognized when inserted with wrong side
...
Fixes : #6960
2022-08-16 16:43:33 +02:00
Stefan
057c0ee1c9
test(Communities): can change the emoji of a community channel
...
Closes #6887
2022-08-16 14:18:16 +02:00
Stefan
e33fdafc68
test(Settings) leave community
...
Also add option to retrieve multiple objects with the same "Real Name"
and other required helpers
Closes : #6886
2022-08-16 14:03:59 +02:00
Noelia
1334fbb5f4
test(chat): Can do a mention in a chat
...
`tst_chatFlow`:
- Commented out bc of `mailserver` issues and then weak.
- Added basic test scenario for sending a mention in a public chat with needed validations.
- Added basic test scenario to check a mention cannot be done if it is a non existing user.
`StatusChatScreen` updates:
- Updated join room method to validate the chat is loaded.
- Added methods for doing and verifying a mention.
`SquishDriver` updates:
- Added support in `SquishDriver` to click into a link in a text or label component.
- Minor function renames.
Closes #6879
2022-08-16 13:42:56 +02:00
Noelia
7b54bf31b4
feat(CommunitySettings / Permissions): Added `welcome` page and `How holds` tokens dropdown
...
- Added functionality as experimental advanced view button
feat(CommunitySettings / Permissions): Added welcome page
- Enabled new permissions tab.
- Created welcome page layout.
- Added permissions welcome image.
- Fixed top margin content in `SettingsPanelLayout` to fit designs.
Closes #6036
feat(CommunitySettings/Permissions): Created `new permission` page
- Added `new permission` page.
- Created first card layout.
- Added navigation between `welcome` and `newPermission` views.
- Improvements in base community settings layout pages.
Closes #6037
feat(CommunitySettings/Permissions): `Who holds` tokens dropdown component creation and integration
- Tokens dropdown component creation: main view, operators view and extended view.
- Logic to add new token and change operator.
Part of #6038
2022-08-16 13:42:11 +02:00
Stefan
5fb4c7f110
test(community): delete community channel
...
Also adds verify_equal helper function
Fixes #6751
2022-08-16 11:51:20 +02:00
Patryk Osmaczko
beeb17a3b4
chore: remove leftovers qsTrId->qsTr
2022-08-16 10:21:01 +02:00
Boris Melnik
6b0e29f2ea
fix(Communities): Fix membership requests popup
...
Closes : #6799
2022-08-15 17:32:10 +03:00
Boris Melnik
d8abef5b28
fix(AppSearch): Fix `forceActiveFocus` in StatusSearchPopup
...
Closes : #6638
2022-08-15 17:30:25 +03:00
Boris Melnik
54687cc8cf
fix(ActivityCenter): Close activity center on click outside (via MouseArea)
...
Closes : #6628
2022-08-15 16:51:17 +03:00
PavelS
78969cb8e0
fix(@desktop/chat)!: adjust image context menu size and position
...
Fixes #6830
Requires https://github.com/status-im/StatusQ/pull/852
BREAKING CHANGE: StatusImageModal clicked signal contains MouseEvent now
2022-08-15 15:05:16 +03:00
Boris Melnik
fbc10e7665
fix(CreateChatView): Move `ActivityCenterPopup` to appmain
...
Closes : #6345
2022-08-15 14:10:27 +03:00
Khushboo Mehta
210d5ca2eb
fix(@desktop/wallet): Can see collectibles for an account
...
fixes #6896
2022-08-15 11:53:17 +02:00
Khushboo Mehta
de2d4f405d
fix(@desktop/wallet): Crash when staying on Advanced screen for ~30 minutes
...
fixes #6474
2022-08-15 09:54:10 +02:00
Khushboo Mehta
e9e0161e3c
fix(@desktop/wallet): Add Squish test for edit account
...
fixes #6754
2022-08-12 18:42:31 +02:00
PavelS
46d10e7452
fix(@desktop/onboarding) update logo size
...
Fixes #6821
2022-08-12 12:37:22 +03:00
MishkaRogachev
e67d649c46
feat(desktop): New invite to community popup with message
2022-08-12 11:54:51 +04:00
MishkaRogachev
0418979e9c
fix(desktop): Move Input anchors binding to client code
2022-08-12 11:54:51 +04:00
MishkaRogachev
34671a27c1
fix(@desktop/community): Add tags row on communities portal page
...
Close #6734
2022-08-12 11:52:13 +04:00
Sale Djenic
86a06c9ef9
test(@desktop/general): can quit app by going to settings -> quit
...
Fixes : #6905
2022-08-11 21:39:34 +02:00
PavelS
76cd0f9949
fix(@desktop/settings) align settings header and menu
...
Fixes #6773
2022-08-11 15:22:04 +03:00
Anthony Laibe
2f7e6998bf
test(@wallet): Add test for toggling network & balance
2022-08-11 14:09:07 +02:00
Sale Djenic
505b242246
fix(@desktop/keycard): implement new keycard factory reset flow
...
This partially covers factory reset flow. The part where user is able to select which accounts
wants to remove/keep from/on a keycard will be added later once we add the keycard settings part
for storing those data to a keycard.
Fixes : #6790
2022-08-11 13:57:37 +02:00
PavelS
e0f051006a
fix(@desktop/community) adjust Image Upload popup
...
- update to fixed version of StatusQ
Fixes #6835
2022-08-11 12:49:28 +03:00
Igor Sirotin
3b40649b7b
fix(RecipientSelector): Fixed validation
2022-08-11 00:32:09 +03:00
Jonathan Rainville
44cf440a05
test(community): add a test that edits a community
...
Fixes #6756
2022-08-10 16:24:26 -04:00
PavelS
da517f5888
fix(@desktop/welcome) adjust welcome page
...
Fixes #6820
2022-08-10 15:46:14 +03:00
Jonathan Rainville
739437df56
Revert "fix(Profile): Added menu to remove profile image"
...
This reverts commit f60dacc45d
.
2022-08-09 15:09:45 -04:00
PavelS
1ab101c8b9
fix(@desktop/comminities) adjust Community members tab
...
Fixes #6786
2022-08-09 18:39:04 +03:00
PavelS
1613605296
fix(@desktop/wallet) adjust network dropdown
...
Fixes #6486
2022-08-09 17:52:43 +03:00
Anthony Laibe
7aa7e01f36
test(@wallet): fix broken test on wallet
2022-08-09 10:34:43 +02:00
Igor Sirotin
f60dacc45d
fix(Profile): Added menu to remove profile image
2022-08-09 10:46:31 +03:00
Richard Ramos
148c677b66
fix: ens details view
2022-08-08 20:42:56 -04:00
Michał Cieślak
7b39213dbf
chore(SeedPhraseInputView): add mnemonicIndex property to avoid repeated parsing strings to ints
...
Additionally: js code modernized, removed grid.atXBeginning checking
fixes : #6619
2022-08-08 17:43:18 +02:00
MishkaRogachev
3822ca3dab
feat(@desktop/communities): Polishing CommunityTagsPanel design
...
Close #6739
2022-08-08 16:26:47 +03:00
Igor Sirotin
d048939b5d
fix(Profile): Wallet connected dapps count label
2022-08-08 15:53:23 +03:00
Michal Iskierko
8b09eec506
feat(@desktop/chat): Handle group chat colors changes
...
Use new status-go function to update group chat details.
Changes in RenameGroupPopup to handle choosing colors and images.
Changes in EditCroppedImagePanel to handle background component.
Issue #5982
2022-08-08 11:10:54 +02:00
Jonathan Rainville
430c5eb0b7
Revert "fix(CreateChatView): Move `ActivityCenterPopup` to appmain"
...
This reverts commit f1651ce4aa
.
2022-08-05 13:46:32 -04:00
Jonathan Rainville
9591123b7e
test(onboarding): fix signup with seed phrase tests
...
Fixes #6744
2022-08-05 12:41:30 -04:00
Boris Melnik
f1651ce4aa
fix(CreateChatView): Move `ActivityCenterPopup` to appmain
...
Closes : #6345
2022-08-05 18:38:28 +03:00
Stefan
2398b67bc1
fix(wallet): bring back copy wallet address
...
Depends on StatusQ's StatusAddressPanel generic control
Fixes : #6659
2022-08-05 17:05:02 +02:00
MishkaRogachev
3afa49a873
fix(@dektop/chat): Fix messages timestump update
...
Close #6543
2022-08-05 17:15:38 +03:00
PavelS
0e7e541a62
fix(@desktop/community) add delete button to edit channel popup
...
- update labels in edit channel popup
Fixes #6732
2022-08-05 15:10:59 +03:00
Alexandra Betouni
6c562580ba
fix(PublicChatPopup): sug channels were missaligned
...
Closes #6632
2022-08-05 13:22:21 +03:00
Anthony Laibe
c3e345445c
test(@wallet): edit/delete saved addresses
2022-08-05 09:43:05 +02:00
Anthony Laibe
a51c25e90e
test(@wallet): test add saved address
...
fixes #6761
2022-08-05 09:43:05 +02:00
Alexandra Betouni
714434e61b
fix(CreateChannelPopup): fixed emoji popup position
...
Also
* updated popup to derive from StatusDialog
* removed emojilists.js duplicated file
Closes #6729
Closes #6730
2022-08-04 18:05:36 +03:00
PavelS
6216a9536d
fix(@desktop/community) Community portal adjustment
...
Fixes #6723
2022-08-04 15:49:08 +03:00
Alexandra Betouni
6b63d8ee7a
fix(StatusModal): back button arrow was tiny
...
Closes #6727
2022-08-04 13:13:50 +03:00
Alexandra Betouni
d1577e4b75
fix(CreateChatView): activity center button issues
...
Also fixed create chat view width to follow its parent
Closes #6700
2022-08-04 11:49:52 +03:00
Sale Djenic
70a1381e86
chore(@desktop/onboarding): splash screen used as app loading animation
...
Fixes #5753
2022-08-04 09:50:04 +02:00
Sale Djenic
db44bc25d3
feat(@desktop/keycard): initial keycard implementation
...
Keycard implementation affected onboarding/login flows.
- new user - first run - new keys into keycard
- new user - first run - import seed phrase into keycard
- old user - first run - login importing from keycard
- login the app using keycard
Fixes : #5972
2022-08-04 09:50:04 +02:00
Jonathan Rainville
8b4ceec773
test: cleanup names.py and structure it + some fixes to onboarding tests
...
Fixes #6539
2022-08-03 13:08:32 -04:00
PavelS
be6240e41c
fix(@desktop/community) adjust color picker
...
Fixes #6728
2022-08-03 17:39:36 +03:00
Lukáš Tinkl
6f1cf8bd74
fix(CreateCommunityPopup): Create Community modal adjustments
...
- fix initial input focus
- fix texts according to design
- fix TAB keys between the input fields
- fix input fields text and placeholders alignment
- make the community options checkboxes clickable
- adjust margins/spacing according to design
Closes : #6724
2022-08-03 12:01:28 +02:00
Khushboo Mehta
e5358bf29a
fix(@desktop/wallet): Implements basic collectible view
...
fixes #6492
2022-08-03 10:11:09 +02:00
Michal Iskierko
92c1e9ce18
feat(@desktop/chat): Add sections to members tab of the community management
...
Add tabs: "All members" and "Banned"
Add unban functionality
Issue #5979
2022-08-03 09:48:09 +02:00
Anthony Laibe
03b3b0c6f5
test(@wallet): send transaction
2022-08-03 09:45:55 +02:00
Khushboo Mehta
76d7ca089c
feat(@desktop/wallet): Send modal should work as a wizard and use StatusDialog instead of StatusModal
...
fixes #6587
2022-08-03 09:42:06 +02:00
Khushboo Mehta
39cf2f3fac
fix(@desktop/wallet): Token selector in the send modal doesn't look like design and overflows window
...
fixes #6499
2022-08-03 09:26:18 +02:00
Patryk Osmaczko
43de90e80e
feat(settings): add alpha and beta language sections
...
closes : #6662
2022-08-02 17:27:32 +02:00
Patryk Osmaczko
8e31303c6d
fix(settings): remove usage of proxyRoles
...
- SortFilterProxyModel::proxyRoles have big performance impact, don't
use it util it's fixed
2022-08-02 17:27:32 +02:00
Jonathan Rainville
b43d773a57
test(chat): add test to mark as read
...
Fixes #6671
2022-08-02 10:34:02 -04:00
Alexandra Betouni
cbb6cd70a8
fix(CommunityIntroMessageInput): input height was set to 0
...
Closes #6697
2022-08-02 17:18:39 +03:00
Alexandra Betouni
ffc053e0aa
fix(SeedPhraseInputView): sug list was clipped at bottom row
...
Closes #6608
2022-08-02 16:23:34 +03:00
Jonathan Rainville
5fe0005e2b
fix(chat-test): fix ChatFlow test that blocked because of the inputs
2022-08-01 10:25:16 -04:00
Michał Cieślak
a2fd11a339
fix(community): Send community invitation fixed
2022-08-01 16:11:28 +02:00
Lukáš Tinkl
4e81f586ca
fix(Settings/ProfileLayout): TestNet banner overlaps left panel
...
Fixes #6600
2022-08-01 11:12:17 +02:00
Alexandra Betouni
8af4e765c9
fix(InsertDetailsView): fixed layout spacing and positioning
...
Closes #6022
2022-08-01 11:58:08 +03:00
Jonathan Rainville
03780d4875
feat(MessageContextMenu): add option to verify identity in context menu
...
Fixes #6252
2022-07-29 09:43:35 -04:00
Michał Cieślak
2fbc313e5a
fix(communities): Cannot leave community, invite, mute from Settings/Communities
2022-07-29 11:11:06 +02:00
PavelS
4d0bfcc501
fix(@desktop/onboarding): add password fields autofocus
...
- update views exposed functions
Closes : #6577
2022-07-29 10:23:59 +03:00
Noelia
7b4802db83
test(CreateGroupChat): Create Group Chat
...
- Created new test case with basic create group chat scenario.
- Added specific data folder for `tst_groupChat`.
- Removed deprecated data folder.
- Added dynamic login (depending on the account).
- Added global account information in `suite_status/data` folder.
- Added new group chat validations, title, history texts, members added and send chat message.
- Replaced some ids by objectNames.
- Some improvements in `names.py`.
- Onboarding objects refactor.
Fixes #6444
2022-07-28 14:21:32 +02:00
PavelS
9af1d15f8e
fix(@desktop/onboarding): update handler and naming
...
- add logic clarification comment
Closes:#6518
2022-07-28 13:24:04 +03:00
PavelS
06f6eb176f
fix(@desktop/onboarding): add account name area cursorShape
...
Closes:#6518
2022-07-28 13:24:04 +03:00
PavelS
492afe6996
fix(@desktop/onboarding): make account name area clickable
...
Closes : #6518
2022-07-28 13:24:04 +03:00
Lukáš Tinkl
24775f2f51
fix(ContactsListPanel/ContactsView): items have their right side options hidden
...
Fixes : #6669
2022-07-28 10:45:06 +02:00
Lukáš Tinkl
d511e5eda3
fix(ContactsListPanel): hide "Send message" for blocked contacts
...
Fixes #6299
2022-07-28 10:45:06 +02:00
Lukáš Tinkl
db4ec6430e
fix(InsertDetailsView): UI fixes
...
fix some (line)spacing and margin problems
Closes : #6453
2022-07-28 09:55:05 +02:00
Alexandra Betouni
a4127925df
fix(LoginView): Password field design inconsistencies
...
Closes #6519
2022-07-28 10:30:59 +03:00
Jonathan Rainville
3f10da868a
test(community): add test for the right click menu to create channel
...
Fixes #6609
2022-07-27 10:40:56 -04:00
Jonathan Rainville
e20929be4c
fix(CommunityColumnView): re-add right click menu on community column
...
Fixes #6609
The menu was lost because it used to be set as part of the ScrollView background, but it got changed to a Flickable as part of the fix to the scrolls being not smooth.
Anyway, background doesn't exist on Flickables, so I removed it and moved the MouseArea to the CommunityColumnView instead.
2022-07-27 10:40:56 -04:00
Boris Melnik
e351653083
fix(ContactsPanel): Use `iconSource` property instead of `icon`
2022-07-27 16:49:56 +03:00
Patryk Osmaczko
5b51a7ce81
chore(settings): fix naming: locale->language
2022-07-27 14:22:50 +02:00
Patryk Osmaczko
0dfdcc727a
feat(settigns): use nim provided language model
...
closes : #6416
2022-07-27 14:22:50 +02:00
Patryk Osmaczko
239eb4fa8a
fix(@desktop/onboarding): set proper user color icon
...
fixes : #6063
2022-07-27 11:15:49 +02:00
Lukáš Tinkl
ee43cb277a
fix(AppearanceView): UI issue fixes
...
- fix system appearance preview being cut off
- bring the panel close to UI design (I haven't changed the common
stuff like headline fonts, overall margins, etc)
Closes : #6623
2022-07-26 23:41:30 +02:00
Alexandra Betouni
be64f60a86
fix(StatusInput): Updated status input custom height leftovers
...
Closes #6637
2022-07-26 14:45:41 -04:00
Lukáš Tinkl
375f11cae2
fix(AllowNotificationsView): The page 'Allow notifications' differs from the Design
...
Closes : #6514
2022-07-26 17:32:52 +02:00
Sale Djenic
97cc9b6e01
fix(@desktop/appsearch): searching doesn't work when "In: Anywhere" set by X button
...
Fixes : #6551
2022-07-26 14:43:30 +02:00
Sale Djenic
21c007c8a5
fix(@desktop/general): broken master quick fix
2022-07-26 14:29:59 +02:00
Boris Melnik
039638d4bb
fix(contacts): Showing letters for contacts without profile picture
...
Closes:#5514
2022-07-26 14:31:45 +03:00
Alexandra Betouni
c11ee2d3e8
fix(Wallet): Saved address add/edit modal layout issues
...
- Also replaced StatusModal with StatusDialog
Closes #6495
2022-07-26 13:53:34 +03:00
Lukáš Tinkl
239b03625f
fix(AppMain): User profile image on sidebar should be a bit bigger larger
...
make the profile image + badge look as designed
Closes : #6622
2022-07-26 11:19:29 +02:00
Khushboo Mehta
7ba6e06bc5
fix(@desktop/wallet): QR network picker style is a bit off
...
fixes #6386
2022-07-25 21:12:10 +02:00
Jonathan Rainville
16aa4a57f8
test(community): add test that edits the community channel name
...
Fixes #6534
2022-07-25 13:20:10 -04:00
Jonathan Rainville
8e96e6879c
test(community): add test that creates a community channel
...
Fixes #6533
2022-07-25 13:07:46 -04:00
Lukáš Tinkl
120f6517c9
fix(CompactMessageView): disable hovering while scrolling
...
Fixes #6576
2022-07-25 18:21:14 +02:00
Alexandra Betouni
84522bd7fe
fix(CommunitiesPortal): fixed status input as per design
...
Closes #https://github.com/status-im/status-desktop/issues/6358
2022-07-25 15:07:27 +03:00
Alexandra Betouni
3b0dbd6052
fix(Wallet/AssetList): Updated as per designs
...
Closes #6481
2022-07-25 13:30:50 +03:00
Anthony Laibe
6b9b5f20a8
fix(@community): Fix community join bubble
...
fixes #6133
When restarting the app, the community is not in the list
and data needs to be requested
2022-07-24 12:31:53 -04:00
Michał Cieślak
499b360112
fix(@desktop/settings) contacts search doesn't work by compressed pk
2022-07-24 12:29:24 -04:00
Jonathan Rainville
1dfd1539f2
test(community): add e2e test that creates a community
...
Fixes #6445
2022-07-22 11:19:10 -04:00
Michał Cieślak
2847849de7
fix(@desktop/chat): chat content overlapping with Start Chat dialog
2022-07-22 16:30:52 +02:00
Anthony Laibe
46f82f2c5e
feat(@test): Add test for delete account
2022-07-22 09:20:55 +02:00
Anthony Laibe
499b9bd09e
feat(@test): Add test for watch only account
2022-07-22 09:20:55 +02:00
Patryk Osmaczko
f9b3f91bf1
fix(@desktop/chat): sort users by online status
...
Users model has to be sorted by online status first, otherwise
`UserListPanel` sections will be duplicated. That's because:
> Note: Adding sections to a ListView does not automatically re-order
the list items by the section criteria. If the model is not ordered by
section, then it is possible that the sections created will not be
unique; each boundary between differing sections will result in a
section header being created even if that section exists elsewhere.
fixes : #6563
2022-07-22 09:03:57 +02:00
Patryk Osmaczko
eeb77aeb51
fix(@desktop/chat): sort display names in UserListPanel
...
fixes : #6185
2022-07-22 09:03:57 +02:00
Sale Djenic
41d6d292f8
fix(@desktop/general): `storingPasswordModal` property removed
...
Currently there is no need in the app for creating a pass via `CreatePasswordModal`
removed that support from the modal to avoid confusion about its usage.
2022-07-22 08:13:27 +02:00
Sale Djenic
f9244e2c9f
fix(@desktop/onboarding): Onboarding/Login flow improvements
...
- startup, login and onboarding modules merged into the single one
- `State` class introduced which is the base class for all states, every state
determines what is the next state in each of 3 possible actions, and what
is the previous state, if it has previous state
- `StateWrapper` class is introduced as a convenient way to expose
`State`'s props and deal with them on the qml side
- startup module maintains states as a linked list and there are few convenient
methods to move through the list `onBackActionClicked`, `onNextPrimaryActionClicked`
`onNextSecondaryActionClicked`, `onNextTertiaryActionClicked`
- redundant code removed
Fixes : #6473
2022-07-22 08:13:27 +02:00
Lukáš Tinkl
080966cc19
fix(EnsTermsAndConditionsView): fix checkbox alignment
...
actually make it possible to also click the text to toggle :)
Closes #6558
2022-07-21 15:58:33 -04:00
Khushboo Mehta
91eb1a7969
feat(@desktop/profile): Adapt view for settings as pre new design
...
fixes #5725
2022-07-21 15:06:01 -04:00
MishkaRogachev
9aa1a1073e
fix(@desktop): Fix scrolling in chat components, wallet fixes
2022-07-21 18:44:30 +03:00
MishkaRogachev
667db7038a
fix(@desktop): StatusScrollView fixes for wallet
2022-07-21 18:44:30 +03:00
MishkaRogachev
58e0fce819
feat(@desktop): Fix twitchy scrolling issues
...
Close #6187
2022-07-21 18:44:30 +03:00
MishkaRogachev
0d3aed0611
fix(@desktop): Fix scrolling twitches using ScrollView amd Flickable items
...
Close #5781
2022-07-21 18:44:30 +03:00
Khushboo Mehta
189d793b87
fix(@desktop/wallet): Multinetwork QR code sometimes doesn't update when there is only 1 network left
...
fixes #6496
2022-07-21 15:32:13 +02:00
Khushboo Mehta
b6f16c8a47
fix(@desktop/wallet): Wallet account generation popup doesn't support tab navigation
...
Please not tab access for advanced view is not implemented
fixes #6388
2022-07-21 15:25:02 +02:00
Patryk Osmaczko
13cfe18665
fix(@desktop/chat): remove invalid argument from `showReplyArea`
...
- call arguments didn't match with prototype
fixes : #6407
2022-07-21 15:21:29 +02:00
Alexandra Betouni
bdfb6ff449
fix(WelcomeScreen): Updated image and margins
...
Closes #6021
2022-07-20 15:47:16 -04:00
Pascal Precht
95a1945bff
fix: handle sync currency settings
...
This updates the desktop client with a newly emitted currency settings
that might originate from synchronization
Partially addresses #5201
2022-07-20 13:49:18 -04:00
Michał Cieślak
355fe7b77d
fix(@desktop/onboarding): Align text on Biometrics page with design
2022-07-20 16:37:56 +02:00
Alexandra Betouni
7df5ddc1e7
fix(Wallet/SavedAddresses): updated addresses list delegate
...
based on new designs
Closes #6494
2022-07-20 16:54:42 +03:00
Lukáš Tinkl
81cda65b20
chore(i18n): add some missing i18n()
...
+ remove one last qsTrId()
2022-07-20 11:31:15 +02:00
Lukáš Tinkl
7e243da180
fix(WalletHeader): align wallet section header with design
...
Closes #6484 : Account header is different from design
Closes #6485 : Account layout needs margins adjusted to match design
2022-07-20 10:22:51 +02:00
Lukáš Tinkl
8bddc64671
fix(SavedAddressesView): saved addresses header should look like designs
...
Closes : #6493
2022-07-20 10:22:51 +02:00
Alexandra Betouni
44df79d671
fix(CreateChatView): updated layout spacing and sizes
...
Closes #6452
2022-07-19 19:55:32 +03:00
Lukáš Tinkl
5be18c2b1d
fix(NetworkFilter): network filter UI fixes
...
Closes #6483 : all networks button should match design
Closes #6487 : networks button should display number of selected networks
Closes #6488 : network tags should display icons and look like designs
2022-07-19 14:07:40 +02:00
Alexandra Betouni
7e7200b4bf
fix(AppSearch): search location wasn't updating correctly
...
Closes #6426
2022-07-19 11:37:27 +03:00
Michał Cieślak
3e6220dc90
fix(@desktop/chat): Remove notifications section from community management
2022-07-19 00:17:49 +02:00
Lukáš Tinkl
3bfbe104a4
fix(Wallet/LeftTabView): style fixes
...
Fixes #6489
- fixup list items background according to design
- fix Add account button (add icon, fix font size)
2022-07-18 14:28:01 +02:00
Lukáš Tinkl
024843b8b8
fix(Wallet/LeftTabView): style fixes
...
Align the Wallet left section navigation bar to the design
Fixes #6479
Fixes #6480
- simplify using layouts
- fix margins/spacing
- fix font sizes and weights
2022-07-18 14:28:01 +02:00
Patryk Osmaczko
eb05eb8044
chore(dialogs): extract MailserverConnectionDialog
...
iterates: status-im/StatusQ#760
2022-07-18 13:12:45 +02:00
Patryk Osmaczko
e7ac242f6f
chore(dialogs): adapt RenameGroupPopup
...
iterates: status-im/StatusQ#760
2022-07-18 13:12:45 +02:00
Michał Cieślak
478b46f6b5
fix(@desktop/chat): Align message field placeholder with design
2022-07-18 12:45:36 +02:00
Michał Cieślak
4f114ec513
fix(@desktop/onboarding): Remove EmptyViewPanel component
2022-07-18 11:00:57 +02:00
Michał Cieślak
78c9e82d62
fix(@desktop/onboarding): Align LoginView incorrect password msg with design
2022-07-18 10:40:12 +02:00
Jakub Sokołowski
9b8138a3e6
rename status-react to status-mobile
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-07-17 16:55:57 +02:00
Lukáš Tinkl
1b576a64cf
fix(BackupSeedModal): fix the confirmation/final page UI
...
Follow up to PR #6467 , just a few minor UI tweaks to align it to the
intended design
2022-07-16 03:33:35 +02:00
Lukáš Tinkl
b5d82ed4b4
fix(SeedPhraseInputView): Seedphrase input requires two <TAB> presses
...
Fixes #6328
Make sure to update the `grid.currentIndex` before anything else; some of
the key press handlers might return early
2022-07-16 03:24:42 +02:00
Sale Djenic
73abf3a982
fix(@desktop/notifications): nothing happens after clicking on any notification
...
Fixes : #5935
2022-07-15 16:56:48 +02:00
Michal Iskierko
9ef807277e
fix(@desktop/chat): Fix accepting and rejecting requests
...
Adding try/catch in a service
Fix naming in QML
Fix #6395
2022-07-15 16:08:25 +02:00
Alexandra Betouni
2bd685943f
feat(chat): Removing dynamic scoping from chat section
...
Closes #4244
2022-07-15 17:00:36 +03:00
Lukáš Tinkl
5f97a1c157
fix(BackupSeedModal): fix the intro/acknowledgement page UI
...
Fixes #6411
- fix the order of buttons and the Skip button transparent background
- don't let the subHeaderItem eat vertical space when it's not visible
- layout/margins/spacing/linespacing fixes
2022-07-15 15:22:27 +02:00
Alexandra Betouni
48229e94c8
fix(CreateChatView): Updated top margin based on designs
...
Closes #6352
2022-07-15 14:30:30 +03:00
femi
971d12ff42
Update Settings NavBar
...
Update FileManager
Update ObjectMapper
2022-07-15 09:27:51 +01:00
femi
3bdba429e3
feat(@DesktopApp): Login- 12, 18, 24 Seed Phrase
...
https://github.com/status-im/status-desktop/issues/6274
https://github.com/status-im/status-desktop/issues/6275
https://github.com/status-im/status-desktop/issues/6276
Login for 12, 18 and 24 seed Phrase
2022-07-15 09:27:51 +01:00
femi
00dc09fb18
feat(@DesktopApp): Login- 12 Seed Phrase
...
https://github.com/status-im/status-desktop/issues/6274
Login for 12 seed Phrase
2022-07-15 09:27:51 +01:00
Noelia
1da749ebe9
fix(CommunitPortal): Scroll doesn't work correctly on the Community Portal page
...
- Replaced `ScrollView` to new component in `StatusQ` -> `StatusScrollView`.
Fixes #6356
2022-07-15 07:57:36 +02:00
Lukáš Tinkl
8e0c8a5c5e
fix(Onboarding): align the 'Before you get started' popup with design
...
- s/popup/root
- remove hardcoded height
2022-07-15 03:40:31 +02:00
Lukáš Tinkl
e50223e507
fix(Onboarding): align the 'Before you get started' popup with design
...
port to StatusDialog
2022-07-15 03:40:31 +02:00
Lukáš Tinkl
47818346e3
fix(Onboarding): align the 'Before you get started' popup with design
...
correct sizing, fonts, spacings, margins, etc
Fixes #6020
2022-07-15 03:40:31 +02:00
Khushboo Mehta
35a5ab57f0
feat(@desktop/wallet): Implement the advanced/custom view with simple same network transfers
...
fixes #6268
2022-07-14 16:28:38 +02:00
Jonathan Rainville
4f3a6b46d3
fix(AppMain): put dropRectangle in a Loader, active when dragging
...
Fixes #6023
2022-07-14 09:44:20 -04:00
Alexandra Betouni
8433ed9545
fix(CreateChatView): fixed no contacts text alignment
...
Closes #6354
2022-07-14 16:00:30 +03:00
Kamil K
d97ee7a7cd
fix(@desktop/onboarding): replace placeholder text to Password
...
fixes : #6052
2022-07-13 23:45:55 +02:00
Kamil K
7dbc713dd8
fix(@desktop): correct spelling of you-r
...
fixes : #6229
2022-07-13 23:43:35 +02:00
Khushboo Mehta
864bdd63fa
fix(@desktop/wallet): Fix for Wallet icon background color seems off in wallet settings under dark mode
...
fixes #6059
2022-07-13 13:20:29 +02:00
Lukáš Tinkl
1a2eb84ace
fix(MyProfileSettingsView): fingerprint entry should fill the full width
...
Fixes #6361
2022-07-13 12:07:06 +02:00
Igor Sirotin
50de4594a5
fix(LoginView): Fixed arrow icon size
2022-07-12 16:59:15 -04:00
Lukáš Tinkl
fa8c3c6efd
fix(BackupSeed): backup seed phrase form is not centered
...
Fixes #6387
TLDR; since this is a GridView, it needs a width/height set and then
centered on top of the parent component (as opposed to `anchors.fill`)
Also added a scroll indicator in case the window height is not tall
enough and fixed some small warnings
2022-07-12 18:52:34 +02:00
Khushboo Mehta
5d6f2df145
fix(@desktop/wallet): Fix visual issues in add account modal
...
1. Alignment of the Inputs
2. Background color of the derived address panel
There is another issue pening which is already reported separately as https://github.com/status-im/status-desktop/issues/6315
fixes #6257
2022-07-12 15:14:35 +02:00
Anthony Laibe
ff12c85f07
fix(@wallet): move estimation time to status-go
2022-07-12 14:44:06 +02:00
Michal Iskierko
7d4d1747aa
fix(@desktop/general): Improve UserStatusContextMenu
...
Fix #6090
2022-07-12 11:03:31 +02:00
Lukáš Tinkl
23cec98ab7
fix: correctly center the edit nickname popup
2022-07-12 09:40:20 +02:00
Lukáš Tinkl
61ea1d41cd
fix(ContactsColumnView): fix layout issues to match design
...
Closes #6343 and #6344
- basically switch over to a column + row layout(s), bringing consistent
margins and paddings, scratches a lot of redundant code
- fix the icon colors
- fixed another bug when opening the create chat panel, and then clicking
on an existing channel in the list, doesn't close this create panel
- remove unused signals and connections
2022-07-12 09:39:22 +02:00
Jonathan Rainville
95407cc1e0
fix(contacts): remove isMutualContact, use isContact or isAdded indead
...
Fixes #6220
Fixes the issue with the mutual contact icon showing when just added.
It also does a huge cleanup of the codebase to remove isContact and replace it with either isAdded, when we care only about if we added, or isMutualContact if we want the contact to be mutual
Also fixes an issue with the MessageContextMenu not reflecting the added state correctly.
2022-07-11 09:34:29 -04:00
Alexandra Betouni
353110d4ae
fix(AddAccountPopup): layout issues
...
Closes #6315
2022-07-08 14:41:28 +03:00
Pascal Precht
51b661386a
refactor: always request access to join community
...
We no longer send community invites to users, instead we just share the
community and let users request access.
That request will either be automatically or manually accepted by the owner/admin.
Depends on https://github.com/status-im/status-go/pull/2682
Closes #5115
2022-07-08 13:18:37 +02:00
Boris Melnik
edb014bf12
fix(Community): Add check for admin permissions for context menu
...
Closes : #6162
2022-07-08 13:02:41 +03:00
Lukáš Tinkl
f798d6d0e6
fix(profile): the profile image is blurred in different places
...
Closes #6295
- use the recently introduced `profileLargeImage` property for bigger user
images
- fix some QML(lint) warnings
2022-07-08 09:40:22 +02:00
Lukáš Tinkl
aa804ffaef
fix(CreateChatView): hide the Contacts label when no contacts
...
- hide the TagSelector's `listLabel` and disable the `textEdit` when the
contacts model is empty
- add forgotten `qsTr()`
- remove some no-op positioniers/anchors/width/height bindings (these are
handled automatically for QQC2 Control's header and contentItem)
2022-07-08 09:40:02 +02:00
Richard Ramos
75a3ff858c
feat: check for updates (using status-go)
2022-07-07 09:54:55 -04:00
Pascal Precht
04037d1d64
fix(Profile): ensure backup seedphrase warning disappears
...
The warning to back up the seedphrase should disappear after either
dismissing the message, or in fact backing up the seed phrase.
The latter was not happening because the banner didn't take that
information into account. This commit fixes this by ensuring we let the
banner know whether the seed phrase was already backed up.
Notice that we don't want to render the banner when the seed phrase has
*not* been backed up yet, but was dismissed by the user.
Fixes #6255
2022-07-07 15:18:56 +02:00
Mikhail Rogachev
f03d89ad0d
Update ui/app/AppLayouts/Profile/popups/BackupSeedModal.qml
...
Co-authored-by: osmaczko <33099791+osmaczko@users.noreply.github.com>
2022-07-07 14:47:12 +03:00
MishkaRogachev
6d72e19568
fix(@desktop): Refactor Backupseed modal
...
Close #6144
2022-07-07 14:47:12 +03:00
Lukáš Tinkl
4e71f813a2
fix(settings): flags are blurred in the Languages list
...
Fixes #6306
- update the StatusQ components to the latest commit which includes
the StatusIcon fixes
- switch the LanguageStore and CurrenciesStore to use SVG icons for flags
and money icons instead of PNGs
2022-07-06 20:52:48 +02:00
Jonathan Rainville
f5d2d9d0ac
fix(MessageView): slow chat switching because of height recalculation
2022-07-06 14:05:06 -04:00
Patryk Osmaczko
e0a5afebee
chore(translations): transform `qsTrId` to `qsTr`
...
issue: #4544
2022-07-06 19:09:50 +02:00
Boris Melnik
bb2c9e02c2
feat(communities): Add muting category methods
...
Closes : #5975
2022-07-06 19:48:44 +03:00
Jonathan Rainville
1e7c648300
feat: contact verification request and trust status
...
feat: contact verification
fix: add remove identity verified btn
fix: add toast message
feat: received verification request model
feat: finish identity verification flow
Fixes #4784
2022-07-06 10:43:33 -04:00
Michal Iskierko
45448db90a
feat(@desktop/general): Change user statuses
...
Handle user statuses from status-go: Always Online, Automatic, Inactive.
Handling updating own status on member list.
Issue #5886
2022-07-06 09:38:11 +02:00
Boris Melnik
42fca84c76
fix(chat): Fix chat screen for empty state visibility
...
Closes : #6199
2022-07-06 09:48:37 +03:00
MishkaRogachev
6fac00673f
Hotfix: Community settings tags
2022-07-05 19:29:50 +03:00
Sale Djenic
c9fe428940
fix(@desktop/chat): messages sometimes assigned to the wrong user
...
Fixes #6004
2022-07-05 17:10:15 +02:00
Patryk Osmaczko
51aa4a6d86
chore: extract Utils.elideText()
2022-07-05 17:08:36 +02:00
Patryk Osmaczko
ff747c2a5f
chore(@desktop/community): refactor TransferOwnershipPopup
2022-07-05 17:08:36 +02:00
Patryk Osmaczko
1b49fd4c35
fix(@desktop/community): make backup community key field readonly
...
fixes : #6104
2022-07-05 17:08:36 +02:00
Igor Sirotin
c7d2157d20
fix(MyProfileView): New design
2022-07-04 21:56:04 +04:00
MishkaRogachev
5c6b5f1f47
feat(Communities): support tags in community edit page
...
Close #6089
2022-07-04 18:53:48 +03:00
Khushboo Mehta
e6f809b921
feat(@desktop/wallet): Using Floating Buttons in the Send Modal
...
fixes #6228
2022-07-04 15:28:35 +02:00
Anthony Laibe
ce7340b9a5
feat(@wallet): multi network history
2022-07-04 09:58:39 +02:00
Igor Sirotin
36a079aea8
fix(icons): Updated arrow icons
2022-07-01 17:43:13 +04:00
Jonathan Rainville
9d2862a602
fix(chat): fix gifs staying active in the background when switching chat
2022-06-29 16:48:01 -04:00
MishkaRogachev
3271aff7c7
fix(@desktop): Hotfix Popup's margins
...
This is a combination of 2 commits.
fix(@desktop): Hotfix Popup's margins
chore: bump statusq
2022-06-29 14:09:33 -04:00
Jonathan Rainville
8685ad92c9
fix(chat): fix switching back to chats is very slow
...
Fixes #5615
2022-06-28 16:24:49 -04:00
Alexandra Betouni
b550a23dfc
fix(Wallet): Fixed padding in add account popup
...
Closes #6245
2022-06-28 16:24:09 -04:00
MishkaRogachev
a9b2459d79
fix(@desktop): Remove nested popups in create community
...
Close #6027
2022-06-27 13:12:52 -04:00
Noelia
70383a51bd
feat(CommunitiesPortal): Enable Communities portal & update chat menu
...
- Removed 'Communities Portal' toggle from the advanced settings and enable it by default.
- Removed dropdown menu. The button opens directly the join public chat modal.
- In the portal, "Import community" button is now clickable and opens the import community modal.
- In the portal, "Create community" button is now clickable and opens the create community modal.
- Enabled navigation to the clicked community.
Closes #6099
2022-06-27 10:28:36 +02:00
Noelia
65e91fac44
fix(ActivityCenter): Activity center button is not active when activity center is opened
...
The button is now in highlighted state when it's active.
Fixes #6119
2022-06-27 07:54:13 +02:00
MishkaRogachev
e30ba7e760
feat(@community): Add tags to communities
...
Close #5680
2022-06-24 19:44:35 +03:00
Alexandra Betouni
1cda32470b
fix(Profile): ContactsView layout and scrolling issues
...
Closes #5876
2022-06-24 15:24:35 +03:00
Alexandra Betouni
5ca9c9fadf
fix(chat): fixed missing pendingRequestsToJoin
2022-06-24 15:23:11 +03:00
Pascal Precht
84abcff65e
fix(CommunitySettingsView): add missing membership request modal
...
Fixes #6141
2022-06-23 15:20:45 -04:00
Alexandra Betouni
385495d74f
fix(AppLayout): Window resizing is not adjusting layout
...
Closes #6222
2022-06-23 15:13:25 -04:00
Anthony Laibe
2449c8840e
chores(@chat): bring back download messages
...
fixes #6163
2022-06-22 16:12:24 -04:00
Sale Djenic
60ed62231e
fix(@desktop/wallet): estimated time for transaction is always Unknown
...
Fixes #5938
2022-06-22 16:02:25 -04:00
MishkaRogachev
2251f870a0
feat(@desktop/chat): New profile context menu states
...
Close #6113
2022-06-22 15:50:59 -04:00
Jonathan Rainville
6f14921c9b
chore(community): replace plus button by adhoc btn
...
Fixes #5677
2022-06-22 09:01:45 -04:00
MishkaRogachev
95326620c3
fix(@desktop): Send contact request from profile
...
Close #6125
2022-06-21 14:20:49 -04:00
Pascal Precht
b83f45c68b
fix(Onboarding): remove unnecessary space in onboarding text
2022-06-21 12:57:46 -04:00
Anthony Laibe
2112135c6f
fix(@communities): remove totally the toggle for experimental feature
...
fixes #6175
2022-06-21 12:12:09 -04:00
Boris Melnik
eb3b22caef
fix(communities): Fix `try/catch` block in communities service
...
Closes : #6074
2022-06-21 11:25:35 -04:00
Alexandra Betouni
0bcba8e487
fix(Onboarding): Centered onboarding layouts
...
Closes #6066
2022-06-21 11:14:54 -04:00
Alexandra Betouni
65d90cbc51
fix(LoginView/AboutView): Update status logo image
...
Closes #6051
2022-06-21 11:06:03 -04:00
Alexandra Betouni
7acacee80e
fix(CreateChatView): clicking new group chat duplicates contacts
...
Closes #6135
2022-06-21 11:02:26 -04:00
Boris Melnik
301e89ef48
fix(Onboarding): Save selected profile image for next steps
...
Closes : #6161
2022-06-21 11:01:40 -04:00
Sale Djenic
22d5f2d126
fix(@desktop/chat): intermittent with community invites
...
Fixes : #6170
2022-06-21 10:56:46 -04:00
Noelia
5feef166f8
fix(Onboarding): User is able to bypass validation of username when using keyboard
...
Fixes #6012
2022-06-21 10:25:59 -04:00
Sale Djenic
3aba152206
fix(@desktop/general): multiple ui issues fixed
...
- Channel is blank on first time joining - fixes : #6131
- Contacts list is empty when trying to invite/share community - fixes : #6139
- The same name is shown for all invited contacts - fixes : #6105
- The names and avatars of contacts are empty in the Contact requests - fixes : #6084
- 'Invite friends' dialog doesn't look good in the minimized app mode - fixes : #6106
2022-06-21 16:16:55 +02:00
Boris Melnik
266e10026d
fix(settings): Fix visibility community settings view
...
Closes : #6100
2022-06-21 16:33:35 +03:00
MishkaRogachev
bef3fea774
feat(@desktop): Stop playing invisible animation
...
Close #6172
2022-06-21 09:08:49 -04:00
Alexandra Betouni
af2f387961
fix(GroupChatPanel): drop down was showing empty entries
...
Closes #5955
2022-06-17 13:55:06 +03:00
Khushboo Mehta
8d3fad8342
feat(@desktop/wallet): Multichain QR Code
...
Implements the new Recieve Modal with multichain functionality
closes #5735 , #6057
2022-06-17 01:27:35 +05:30
Boris Melnik
d58c6eb577
feat(notifications): Add notification icon to create chat view
...
Closes : #5628
2022-06-15 13:04:31 -04:00
Patryk Osmaczko
6743bee1aa
fix(@desktop/chat): extract chat menu items
...
It removes duplication and unifies menu items across the app.
fixes : #5985
2022-06-15 12:56:32 -04:00
Boris Melnik
235046cba0
feat(settings): Add back up seed phrase banner in profile settings
...
Closes : #5743
2022-06-15 12:45:38 -04:00
Igor Sirotin
1870e9a0ce
fix: Moved `StatusTabButton` to StatusQ
2022-06-15 12:23:19 -04:00
mishkarogachev
7a14cf5640
fix(@desktop/profile): Contact requests should support a message
...
Close #5846
2022-06-15 11:56:05 -04:00
Alexandra Betouni
a9dabe5df9
fix(Popups): Some modals are misaligned in master
...
Closes #6002
2022-06-14 17:10:11 -04:00
Patryk Osmaczko
52f5a0f4fd
fix(@desktop/chat): show compressed pubkey in members list
...
fixes : #5950
2022-06-14 16:49:53 -04:00
Patryk Osmaczko
cdd06b05eb
feat(@desktop/group-chat): remove explicit join for groups
...
closes : #5717
2022-06-14 15:21:56 -04:00
Boris Melnik
d8b00bef02
fix(Chat): Messages with GIF not display the url
...
Closes : #6005
2022-06-14 14:32:11 -04:00
Boris Melnik
260f10a83e
feat(CommunityOverview): Add Community Overview banners
...
Closes : #5978
2022-06-14 14:31:39 -04:00
Boris Melnik
7cacadd9be
chore(experemantal_features): Remove activity center settings and enable by default
...
Closes : #5922
2022-06-14 13:03:51 -04:00
Boris Melnik
d6cc1ed1ab
chore(experemantal_features): Remove community settings and enable it by default
...
Part of: #5922
2022-06-14 13:03:51 -04:00
Patryk Osmaczko
19235e2b79
chore(CreateCommunityPopup): ensure popup occupies optimal height
...
Modal should go to the full height of the window if the window isn't
tall enough to display the content without scrolling.
2022-06-13 21:24:23 +02:00
Patryk Osmaczko
524c91dbab
fix(@desktop): post user model refactor issues
2022-06-13 10:53:58 +02:00
Patryk Osmaczko
4a4cee7da7
chore(commonuty/popups): remove needless CommunityProfilePopup features
...
CommunityProfilePopup is deprecated and will be removed. Members
list and notifications are already covered by new community settings.
2022-06-12 15:45:49 +02:00
Patryk Osmaczko
62183cf60b
chore: refactor/unify user_model and contact_model
...
This is first iteration. Models have been restructured and qml adapted
to the changes.
What is left to be done:
- populate new models with appropriate data (some fields were left
default)
- use new fields in qml, use StatusMemberItem where possible
- fix all #FIXMEs introduced by this commit
iterates: #5951
2022-06-12 15:45:49 +02:00
Patryk Osmaczko
9db111b0e6
chore(community/popups): remove padding workarounds
2022-06-12 13:07:08 +02:00
Boris Melnik
c7888f5aed
feat(chat): Add crow to admins in group chat
...
Closes : #5897
2022-06-09 18:38:55 +03:00
Anthony Laibe
00ed4f9c44
feat(@wallet): multi transaction simple view
2022-06-09 15:22:24 +02:00
Boris Melnik
17cbd4512d
fix(appmain): Fix multiple creations of mailservers-not-working popup
...
Closes : #5899
2022-06-09 14:06:53 +03:00
Patryk Osmaczko
326147c549
fix(@desktop/app-search): add color hash to chat icons
...
closes : #5459
2022-06-09 10:45:34 +02:00
Alexandra Betouni
f68e53bb38
fix(CreateChatView): icon color was not correct
...
Closes #5875
2022-06-08 16:33:18 +03:00
Alexandra Betouni
195419a23d
fix(Profile/LeftTabView): menu should not scroll horizontally
...
Closes #5276
2022-06-07 12:20:46 +03:00
Alexandra Betouni
341e7ac081
fix(ContactPanel): updated right button colors when hovered
...
Closes #5246
2022-06-06 17:59:13 +03:00
Alexandra Betouni
634660efbe
fix(Onboarding): Insert user details layout issues
...
Closes #5833
2022-06-06 17:57:07 +03:00
Alexandra Betouni
e07094137c
fix(onboarding): fixing onboarding layout ctx positioning issues
...
Closes #5832
2022-06-04 09:30:41 -04:00
Patryk Osmaczko
2d73f5239a
fix(@community/popups): make CreateCommunityPopup adaptive to viewport
2022-06-04 12:00:11 +02:00
Patryk Osmaczko
c07a2feca7
chore(@community/settings): address PR suggestions
2022-06-04 12:00:11 +02:00
Patryk Osmaczko
51eefad5e5
feat(@community): add frontend for intro message
...
issue: #5746
2022-06-04 12:00:11 +02:00
Sale Djenic
4403fde4ca
fix(@desktop/wallet): 18 words seed option is missing when adding an account in wallet
...
Fixes #5445
2022-06-03 20:00:30 +02:00
Boris Melnik
49ca3e1c36
feat(Settings): Add communities settings
...
Closes : #4932
2022-06-02 18:58:50 +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
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
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
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
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
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
Boris Melnik
0b0fa51c89
feat(Communities): Add context menu to communities view
...
Closes : #5842
2022-05-26 07:01:45 -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
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
Michal Iskierko
eb12d9f7cd
fix(@desktop/wallet): not remove seed phrases when changing number of words in wallet section
...
Fix #5613
2022-05-25 17:42:36 -04:00
Michal Iskierko
b2d75995e4
fix(@desktop/onboarding): not remove seed phrases when changing number of words
...
Fix #5613
2022-05-25 17:42:36 -04:00
Sale Djenic
1ef13df326
fix(@desktop/settings): remove the `Manage Assets & Lists` functionality from `Settings/Wallet`
...
Temporary commented out, we need to bring it back after MVP.
Fixes #5856
2022-05-25 17:17:23 -04:00
Boris Melnik
eba5a31578
fix(settings): Correct update for language model
...
Closes : #5843
2022-05-25 14:42:47 -04:00
Alexandra Betouni
b847c75ad6
fix(onboarding): fixed back navigation for new users
...
Closes #5831
2022-05-25 14:38:02 -04:00
Boris Melnik
3af262e2d0
fix(Onboarding): Increase text sizes
...
Closes : #5835
2022-05-25 14:30:32 -04:00
Boris Melnik
aa1dae9e20
fix(@desktop/warnings): Fix bunc of qml/nim warnings
...
Closes : #5162
2022-05-25 14:27:25 -04:00
Richard Ramos
e607b7e223
fix: code review
2022-05-25 14:01:39 -04:00
Richard Ramos
8143d3bf52
fix(communities) validate privkey when importing a community
...
Fixes #5346
2022-05-25 14:01:39 -04:00
Alexandra Betouni
56b182c50b
fix(communityMembers): Fixed member item width in list
...
Closes #5212
2022-05-25 13:01:20 +03:00
mishkarogachev
dacacf6658
fix(@desktop/profile): Fix slider controls in appearance settings
...
Close #5809
2022-05-25 11:16:49 +03:00
Sale Djenic
e2cdff1a98
fix(@desktop/chat): adding a contact with chat key should not immediately open a 1 on 1 chat or should block input
...
Fixes #5767
2022-05-24 15:58:47 -04:00
Sale Djenic
04b864ddd2
feat(@desktop/browser): wrong screen is shown when claiming tokens in simpledapp.eth
...
Reverted changes done in `991e04ef955f853cb34efddc3d1ef2529f2d0375`
PR: https://github.com/status-im/status-desktop/pull/5502
Fixes #5721
2022-05-24 14:07:15 +02:00
mishkarogachev
491abb7fda
fix(Community): Use design color picker
...
Close #2395
2022-05-24 12:23:50 +03:00
Pascal Precht
f14717da18
feat: handling `mailserver.not.working` signal
...
This makes Status Desktop aware of the `mailserver.not.working` signal.
When emitted by status-go, desktop will show a popup that informs the
user about the connection failure.
Furthermore, users can then decide to either retry (same as just closing
the popup as retrying already happens by default), or pick another
pinned mailserver, for which they'll get redirected to the messaging
settings panel.
Closes #5166
2022-05-20 13:03:47 +02:00
Pascal Precht
8c496e0505
feat(CommunitySettings): add checkbox to allow members to pin messages
...
This adds a checkbox to configure whether or not community members are
allowed to pin any message of a community channel, based on the newly
introduced `CommunityAdminSettings` that are introduced in https://github.com/status-im/status-go/pull/2668
Closes #5662
2022-05-19 14:53:40 +02:00
Alexandra Betouni
ad584f3dc3
feat(StatusSeedPhraseView): Update layout
...
Closes #5669
2022-05-19 14:49:26 +03:00
Alexandra Betouni
e49144d174
fix(chatlistcolumn): fixed alignment in chats list
...
Closes #5211
2022-05-19 14:41:01 +03:00
Anthony Laibe
c673f8302a
fix(@chat): only show reaction to emoji right click
...
fixes #5764
2022-05-19 13:26:23 +02:00
Alexandra Betouni
fdb1f375ab
fix(CreateChatView): Members should show online status
...
Closes #5625
2022-05-19 13:45:08 +03:00
Khushboo Mehta
86cfbec8f9
feat(@desktop/wallet): Add support for custom derivations path
...
Make getDerivedAddresses call async
Show pending and error states when gettting the derived addresses
fixes #5700 , #5699
2022-05-18 14:16:57 +02:00
Michal Iskierko
2e5f1c9c4d
fix(@desktop/chat): Show badge and message in activity center for reply elements
...
Fix #5523
2022-05-18 13:59:45 +02:00
Khushboo Mehta
0ee0c8ddd4
feat(@desktop/wallet): Add has activity to the derived addresses in wallet
...
fix #5655
2022-05-18 13:42:00 +02:00
Noelia
3769687d45
fix(Onboarding/DisplayName): User is forced to use display name with first case uppercase
...
Removed capitalization: User can insert a display name starting with lowercase char.
Fixes #5761
2022-05-18 12:47:20 +02:00
Noelia
efb18f4851
fix(Settings/Messaging/Contacts): Contacts label shows up twice
...
Removed "Contacts" title in ContactsView.qml.
Fixes #5731 .
2022-05-17 19:38:09 +02:00
Iuri Matias
341c86a006
make approval required the default community type
2022-05-17 12:34:37 -04:00
Sale Djenic
c47f3f2692
feat(@desktop/wallet): redesigned wallet addresses are missing checksum
...
Fixes #5473
2022-05-17 16:04:59 +02:00
Khushboo Mehta
83efbe6671
fix(@desktop/activityCenter): Activity Centre's Activity tool tip is slightly off
...
fixes #5508
2022-05-17 14:41:20 +02:00
Alexandra Betouni
0d24a2520d
fix(Settings): Centered send contact request popup
...
Closes #5732
2022-05-16 17:05:50 -04:00
Alexandra Betouni
54e2217c93
fix(Community): Updated create new channel popup
...
Closes #5636
2022-05-13 15:42:47 -04:00
Jonathan Rainville
5f5272a58e
fix(ChatColumnView): add missing emojiPopup passing to ChatContentView
...
Fixes #5740
2022-05-13 15:10:55 -04:00
Jonathan Rainville
88f923fe53
fix(Devices): fix devices list not showing
2022-05-13 15:05:26 -04:00
Sale Djenic
03d7632f32
fix(@desktop/notifications): revamp notifications settings & behaviour
...
- signal for adding notification to the Activity Center introduced
and emitted, but that part is not handled within this commit since
there are some details needed to be discussed in the PR#5334
- signal for displaying ephemeral app notification is introduced
and emitted, but that part is not handled within this commit since
we don't have yet ephemeral notificaiton in place.
Fixes #4902
2022-05-13 14:58:39 -04:00
Khushboo Mehta
ddf816a649
fix(@desktop/browser): Can't sign in to Cryptokitties (sing a message to dapp)
...
fixes #5013
2022-05-13 14:23:26 -04:00
mishkarogachev
244dda1b7d
feat(@desktop): Replace image on animation on splash screen
...
Close #4984
2022-05-13 13:53:00 -04:00
Anthony Laibe
ef36853690
fix(@chat): remove channel hash placeholder
2022-05-13 16:20:51 +02:00
Khushboo Mehta
1cf701a758
feat(@desktop/wallet): greying out already imported/derived addresses in address list and also choosing next available as default one
...
fixes #5539
2022-05-13 09:23:47 +02:00
Patryk Osmaczko
142c4122d4
fix(@desktop): add spacing to EmojiHash
...
fixes : #5247 , #5242
2022-05-12 16:19:13 -04:00
Anthony Laibe
3f35ff509c
feat(@contacts): close modal on accept/decline all
...
fixes #5273
2022-05-12 15:48:40 -04:00
Alexandra Betouni
f62b0ca99c
fix(Chat): Corrected click behavior in members list
...
Closes #5637
2022-05-12 15:46:42 -04:00
Jonathan Rainville
4db64841eb
fix(wallet): improve wallet seed phrase import form
...
Fixes #5652
2022-05-12 15:29:30 -04:00
Jonathan Rainville
c02685c704
fix(onboarding): improve pasting of seed phrase
...
Make it possible to paste single words, as well as 18 and 24 words.
Also allows seeds separated by commas and other blank spaces
2022-05-12 15:29:30 -04:00
Jonathan Rainville
da801d9c9f
fix(seed-import): fix seed phrase import screens to be better
...
Fixes #5409
2022-05-12 15:29:30 -04:00
Jonathan Rainville
c58a656a52
fix(group-chats): fix context menu and pinned messages popup
2022-05-12 14:13:13 -04:00
Patryk Osmaczko
f59f0f69c5
fix(@desktop/chat): fix identicon in transaction preview
...
fixes : #5477
2022-05-12 14:07:41 -04:00
Anthony Laibe
d87e03e969
fix(@onboarding): back button on seed phrase
2022-05-12 13:43:58 -04:00
Alexandra Betouni
f0f0b47d9c
fix(Chat): Deactivate channel when create chat is opened
...
Closes #5627
2022-05-12 13:43:34 -04:00
Jonathan Rainville
0358b6bf80
feat(community): make on request comm a check box and remove ensOnly
...
Fixes #5660
2022-05-12 13:31:48 -04:00
Michal Iskierko
a5ad2550f2
fix(@desktop/chat): Fix labels in a new community popup
...
Fixes #5647
2022-05-12 13:26:54 -04:00
Alexandra Betouni
8eddc40920
fix(CreateNewChat): Increased name tag limit to 20
...
Closes #5643
2022-05-12 13:16:40 -04:00
Jonathan Rainville
63c8e972c0
feat(CommunityColumn): add channels and categories admin banner
...
Fixes #5664
2022-05-12 13:11:45 -04:00
Noelia
2154626a5b
feat(Language&Currency): Add Date & Time Format
...
Added Date & Time selectors in `Language & Currency" screen.
Added new properties in `local_app_settings` to set the date and time format.
Created all the chain from view to service to update date and time format.
Added date and time format functions in `Utils`.
Updated `FetchMoreMessagesButton`, `ChatTimePanel`, `AppSearch`, `TransactionBubbleView` and `TransactionDelegate` date and time text depending on the selected format.
Closes #5386
2022-05-12 18:42:06 +02:00
Boris Melnik
06f7f1668d
fix(ContactsView): Fix layout height
...
Closes : #5686
2022-05-12 12:23:53 -04:00
Pascal Precht
c55c93ed59
fix(LoginView): add button to add existing user
...
Also ensure both buttons, add existing and add new user are navigating
to the correct screens as per latest design discussions.
2022-05-12 12:19:14 -04:00
Stefan
edbaccd6bf
feature(profile): use an image cropper to set the profile picture
2022-05-12 15:05:10 +03:00
Boris Melnik
8f4e50d6a7
fix(SendModal): Send 0.0 amount if amount input is empty
...
Closes : #5474
2022-05-12 11:14:29 +03:00
Noelia
0f912a66b8
fix(Messaging/Contacts): The titles of folders in Settings-Messaging are shown very close to the search field
...
Added more top margin in tab component.
Fixes #5288
2022-05-11 20:10:30 +02:00
Noelia
26e901d986
fix(Onboarding/Password): Add/correct hard keys behaviour in Password related onboarding screens
...
Following changes are done in `ConfirmPasswordView`, `CreatePasswordView` and `ChangePasswordModal`:
- Pressing enter in forms should submit the form if view is ready to submit.
- Pressing tab in inputs should jump to next one.
Fixes #5626
2022-05-11 19:40:22 +02:00
Noelia
0886a305a4
fix(Onboarding/ConfirmationPassword): Remove validation error and enable button only when pw is the expected
...
Removed code related to validation.
Modified enable button condition (just only when password is exactly the same than the previous introduced one).
Fixes #5611
2022-05-11 18:53:07 +02:00
Boris Melnik
991e04ef95
fix(Browser): Add new send modal
...
Closes : #5475
2022-05-11 14:34:27 +03:00
Jonathan Rainville
9586ff9dc5
fix: fix emoji icon picker and create channel inputs
...
Fixes #5673
2022-05-10 16:10:38 -04:00
Michal Iskierko
2d72525645
fix(@desktop/chat): Use different check icon in chat activity center
...
Fix #5468
2022-05-10 15:15:08 -04:00
Anthony Laibe
a78fc0ded6
fix(@chat): channel/category name max length
...
fixes #5634
2022-05-10 14:52:30 -04:00
Khushboo Mehta
044fe38bda
fix(@desktop/settings): System appearance illustration is wrong.
...
fixes #5671
2022-05-10 14:49:49 -04:00
Sale Djenic
2904018173
fix(@desktop/settings): content on the right side for all subsections need to have the same geometry
...
Structure of the all subsection of the settings section has the same
high level structure
Fixes #5650
2022-05-10 20:47:29 +02:00
Noelia
e4feaa39ac
fix(Onboarding/PasswordScreens): UI small fixes (texts, sizes, positions)
...
- Updated finalise button text with the British spelling.
- Password warning texts in onboard flow updated to correct size.
- Updated StatusQ that fixes button change size after loading.
- Updated position of the message error in the Confirmation Screen.
Fixes #5607 , #5339 , #5606 and #5610
NOTE: Updated status-desktop compilation error after StatusQ commit 1a5990f24bd3f2aba87ab62880e39113c63ba015
2022-05-10 16:43:15 +02:00
Pascal Precht
c772a31114
fix(ChatContentView): make replying to messages work again
...
There was a bug that no handler was attached to the `onShowReply()`
signal, which is necessary to hydrate the chat input with reply data.
Fixes #5497
2022-05-10 10:54:46 +02:00
Pascal Precht
1b7be6060d
ui: revamp login view to match latest designs
...
This includes changing the account selector from being a modal to
a drop down menu, which also includes an option to generate a new
account.
In addition, it adds the status logo plus a dedicated headline.
Closes : #5623 #5624
2022-05-10 10:53:25 +02:00
Boris Melnik
fcd728ed94
fix(InviteFriends): Fix width for names
...
Closes : #5528
2022-05-09 17:04:46 -04:00
Iuri Matias
ab66de2606
Update ui/app/AppLayouts/Chat/views/ChatView.qml
...
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
2022-05-09 17:01:21 -04:00
Alexandra Betouni
5954256616
fix(Chat): renamed members section to "Members" instead of "Last seen"
...
Closes #5645
2022-05-09 17:01:21 -04:00
mishkarogachev
3cf43c864f
feat(@desktop/onboarding): Update Biometrics screen text and image, hide back button
...
Closes #5602
2022-05-09 16:53:15 -04:00
Jonathan Rainville
26efddfef2
fix(onboarding): re-add warning when trying to re-import same key
...
Possible a fix for #5529
2022-05-09 09:39:33 -04:00
Pascal Precht
7d099327ae
feat(ChatView): add tooltips to chat action buttons
...
Closes #5136
2022-05-09 08:58:24 +02:00
Sale Djenic
dfefeae026
fix(@desktop/onboarding): it's impossible to delete a profile image on the onboarding page
...
Fixes #5240
2022-05-07 12:58:32 +02:00
Anthony Laibe
e9e8ced591
fix(@community): fix edit community save
2022-05-06 09:41:46 +02:00
Anthony Laibe
1f2521586b
fix(@chat): press esc leave create chat view
...
fixes #5605
2022-05-05 15:46:27 +02:00
Anthony Laibe
fb8a3f9100
fix(@onboarding): missing seed phrase headline
2022-05-05 11:13:51 +02:00
Noelia
59631cad8f
feat(Language & Currency): Currency settings screen
...
Added currency picker into `LanguageView.qml`.
Added `category` and `imageSource` property to existing `CurrenciesStore.qml`. Renamed `code` to `shortName`.
Added `currenciesModel` property to `WalletStore.qml`.
Added wallet store into `LanguageView.qml` in order to link to the currencies model.
Added some tokens in the currencies store.
Made wallet and any currency related UI code that uses current currency use the new Display Currency value.
Removed no longer used wallet/settings related files.
Closes #5385
2022-05-04 16:16:59 +02:00
Anthony Laibe
952f398042
fix(@onboarding): asset for import seed phrase
2022-05-03 18:07:12 +02:00
Anthony Laibe
2ca3bad935
fix(@onboarding): align button with design
2022-05-03 09:50:01 +02:00
Anthony Laibe
6d1e0f8cc3
fix(@wallet): Hide ens settings section if no wallet
2022-04-25 13:09:00 +02:00
Anthony Laibe
5e05a7613c
fix(@settings): fix Gas selector for snt
...
fixes #5572
2022-04-21 14:05:31 +02:00
Boris Melnik
1ac4ea4158
fix(CommunityPopup): Fix copy to clipboard
...
Closes : #5577
2022-04-21 11:19:08 +03:00
Boris Melnik
cf221eb06e
fix(Chat): Add emoji popup to edit message input
...
Closes : #5527
2022-04-18 13:59:46 +03:00
Boris Melnik
3b43c44989
fix(Settings): Fix wallet scroll sizes
...
Closes : #5513
2022-04-18 13:59:30 +03:00
Boris Melnik
33d2e5a961
fix(ImportCommunity): Fix menu width
...
Closes : #5380
2022-04-18 13:59:15 +03:00
Sale Djenic
d94abcb31e
fix(@desktop/onboarding): the profile image doesn't look good on the onboarding page
...
Fixes #5241
2022-04-14 12:10:53 +02:00
Sale Djenic
3cdc1358ba
fix(@desktop/contacts): multiple contact related issues fixed
...
Fixes #5354 #5225 #5198
2022-04-13 16:40:34 -04:00
Jonathan Rainville
31728940c4
fix(act-center): fix changing section when clicking go to settings
...
Fixes #5426
2022-04-13 14:51:56 -04:00
Anthony Laibe
6145b4b620
fix(@wallet): loading collectibles
2022-04-13 14:51:38 -04:00
Anthony Laibe
4b54751b4f
fix(@wallet): hide password from add watch only
2022-04-13 16:23:49 +02:00
Anthony Laibe
5ba3e541d7
fix(@wallet): Update add account modal close policy
...
fixes #5446
2022-04-13 16:10:19 +02:00
Khushboo Mehta
29db292472
fix(@desktop/wallet): Can't add an address to saved addresses
...
fixes #5534
2022-04-13 13:54:36 +02:00
Khushboo Mehta
feaa91d062
feat(@desktop/wallet): Add derivation path to wallet account generation
...
fixes #5074
2022-04-13 11:17:53 +02:00
Anthony Laibe
3f71e1fe87
feat(@wallet): move visible token to status go
2022-04-13 10:12:58 +02:00
Noelia
45f147fa95
fix(Chat/ActivityCenter): Activity center context menu keeps moving position
...
Fixes #5469 .
2022-04-12 18:23:24 -04:00
Michal Iskierko
4b6c113b85
fix(desktop/profile): Exposing cropping parameters to InsertDetailsView
...
Fix #5238
2022-04-12 18:22:56 -04:00
Michal Iskierko
f067d59612
fix(desktop/profile): Ensure that the file is selected in FileDialog
...
Fix #5238
2022-04-12 18:22:56 -04:00
Michal Iskierko
a16592c61f
fix(desktop/profile): Upload only accepted image in OnboardingStore
...
Fix #5238
2022-04-12 18:22:56 -04:00
Michal Iskierko
268f6ef4eb
fix(desktop/profile): Does not apply avatar icon if quitted popup
...
Apply avatar icon only if the user accepts it.
Fix #5238
2022-04-12 18:22:56 -04:00
Jonathan Rainville
684a1ce913
fix(wallet-emoji): fix wallet emoji save by only saving the utf char
...
Fixes #5161
2022-04-12 18:22:12 -04:00
Sale Djenic
033726e7f7
fix(@desktop/groups): view group modal member list is missing emoji for self
...
Fixes #5466
2022-04-12 18:06:04 -04:00
Sale Djenic
9c9d633065
fix(@desktop/activity-center): mentions and replies in the activity centre does not display community icon
...
Fixes #5302
2022-04-12 20:08:33 +02:00
Pascal Precht
8d4aa7dd56
feat: introduce communities settings and history archive support UI
...
control
2022-04-12 11:25:46 +02:00
Pascal Precht
1d934c7b26
feat: introduce advanced option to enable/disable community archive
...
protocol
2022-04-12 11:25:18 +02:00
Alexandra Betouni
0a8429bc3f
fix(Onboarding): display name clear button was always visible
...
Closes #5235
2022-04-11 17:59:32 -04:00
Sale Djenic
e5fcb4cf9b
fix(@desktop/profile): settings to store pass in keychain remain the same
...
Fixes #5464
2022-04-11 17:13:22 -04:00
Khushboo Mehta
d9d7a54f84
feat(@desktop/wallet): re-add adding watch only address to wallet
...
fixes #5471
2022-04-11 16:49:52 -04:00
Noelia
220a320282
fix(onboarding): Image missing in some onboarding screens
...
File recovery: The `keys.png` file was lost in the following commit: 6d9c5c4286
Fixes #5455
2022-04-11 12:22:52 -04:00
Jonathan Rainville
8763238369
fix(community): re-hook banning users
...
Fixes #5383
2022-04-11 11:55:33 -04:00
Patryk Osmaczko
58d1319946
fix(@desktop): unify user avatar fallback color
...
issue: #5358
2022-04-08 14:04:21 -04:00
Patryk Osmaczko
bf530a6cc4
fix(@desktop/onboarding): show identicon ring and colors for profiles
...
issue: #5358
2022-04-08 14:04:21 -04:00
Anthony Laibe
3bf4d65a74
fix(@wallet): hide use 24 word button
2022-04-08 19:11:01 +02:00
Khushboo Mehta
87640aafb1
fix(@desktop/wallet): Allow entering private keys with and without 0x prefix
...
fix #5406
2022-04-08 15:01:12 +02:00
Alexandra Betouni
1a8dfde1b2
fix(SetProfilePicture): title was empty on second opening
...
Closes #5237
2022-04-07 16:27:31 -04:00
Boris Melnik
70b6acce16
fix(@desktop/onboarding): Fix error message alignment
...
Closes : #5352
2022-04-07 16:17:56 -04:00
Alexandra Betouni
45db0594d7
fix(CreateChatView): fixed bigg text goes outside text edit
...
Depends on: https://github.com/status-im/StatusQ/pull/633
Closes #5294
2022-04-07 16:13:28 -04:00
Boris Melnik
8d2071eada
fix(seedphrase): Add persistence to seed phrase screens
...
Closes : #5415
2022-04-07 15:47:03 -04:00
Alexandra Betouni
61cbaf9d57
fix(SeedPhraseInputView): Submit button should disable when switching tabs
...
Closes #5388
2022-04-07 15:41:42 -04:00
Boris Melnik
08c00c8864
fix(@desktop/categories): Fix display emoji into create category popup
...
Closes : #5350
2022-04-07 12:45:33 -04:00
Boris Melnik
3e63e42664
fix(icons): Add 2x and 3x icons for biometrics
...
Closes : #5308
2022-04-07 12:26:10 -04:00
Sale Djenic
3a4c6bfd71
fix(@desktop/chat): search triggered from within community doesn't seem to preset the right search location
...
Fixes #5213
2022-04-07 11:54:43 -04:00
Boris Melnik
f56383f266
fix(@desktop/onboarding): Fix confirmation password validation
...
Closes : #5320
2022-04-07 11:32:54 -04:00
Noelia
d7fa1b96d3
feat(Language): Redesign of Language settings screen
...
Renamed setting section "Language" to "Language & Currency".
Updated link to StatusQ - Needed new `StatusListPicker` component.
Added language model in `LanguageStore` and created first view approach for `Language` setting.
Added temporal confirmation dialog for Linux OS (since it is currently needed to restart the app to apply changes).
Removed no longer used files.
Closes #5384
2022-04-07 11:19:15 -04:00
Boris Melnik
d489aeb7dc
fix(@desktop/communities): Remove sending invites when user select membres for inviting to community
...
Closes : #5343
2022-04-07 10:27:04 -04:00
Anthony Laibe
27e3731b0b
fix(@onboarding): Allow to enter last word in seed phrase import
...
fixes #5344
2022-04-07 13:06:27 +02:00
Khushboo Mehta
d2663d30a5
fix(@desktop/browser): Unable to sign message from simepledapp.eth
2022-04-07 10:28:16 +02:00
Patryk Osmaczko
6dec2eaaf1
fix(@desktop/settings): copy correct chat key in profile view
...
fixes : #5361
2022-04-07 08:31:45 +02:00
Jonathan Rainville
b54111f82a
fix(onboarding): fix seed phrase validation missing return
...
Fixes #5311
2022-04-04 18:08:44 -04:00
Alexandra Betouni
6d9c5c4286
fix(refactor): cleaning up assets folder
...
Closes #5179
2022-04-04 13:38:50 -04:00
Sale Djenic
a70d800e6d
fix(@desktop/chat): the app is crashed after sending gif to a group chat
...
The issue was happening because adding gif to the recently used gifs model
was initiated after `gifSelected` action was fired and that action actually removed
the context within `addToRecentsGif` ought to be called and the app crashed.
That's fixed now updating the order of those two calls.
Fixes #5263
2022-04-04 13:29:14 -04:00
Sale Djenic
f366486277
fix(@desktop/onboarding): users can save an empty "Display Name" in new onboarding
...
- validators included for the display name field in the onboarding process
- in display name popup "Ok" button disabled by default
Fixes #5236
2022-04-04 13:19:44 -04:00
Anthony Laibe
b84b56c3c0
refactor(@general): move all token related to status-go
2022-04-04 13:07:36 -04:00
Patryk Osmaczko
fa11b3bf67
fix(@desktop): show compressed multiformat public keys
...
closes : #5181
2022-04-04 12:55:31 -04:00
Boris Melnik
1f82a784d1
fix(change_pasword): Add error message to change password popup
...
Closes : #5190
2022-04-04 12:15:21 -04:00
Patryk Osmaczko
08caca2a60
fix(@desktop): use identicon ring/letter instead of identicon
...
fixes : #5149
2022-04-04 17:50:48 +02:00
Patryk Osmaczko
25c6a5f5ca
chore(@desktop): remove identicon related code
2022-04-04 17:50:48 +02:00
Richard Ramos
206c692845
fix: use correct pubkey during account generation
2022-04-04 11:13:52 -04:00
Anthony Laibe
87da64d70d
fix(@browser): move post message async
2022-04-04 12:58:34 +02:00
Alexandra Betouni
a8e946f602
feat(onboarding): Adding import seed screens for old&new users
...
Closes #4955
Closes #5230
2022-04-01 17:54:49 -04:00
Alexandra Betouni
e26befb6c2
fix(statustagselector): contacts list was not visible
...
Closes #5199
Closes #5258
2022-04-01 17:37:22 +03:00
Sale Djenic
57fb0882aa
fix(@desktop/chat): contact lists should only shown mutual contacts
...
Fixes #5117
2022-04-01 14:00:21 +02:00
Sale Djenic
149ff69310
fix(@desktop/contacts): contacts updated to match more closely to requested design
2022-04-01 14:00:21 +02:00
Khushboo Mehta
d054ea58f2
fix(@desktop/wallet): In the dark mode, the menu of networks in wallet looks incorrect
...
fixes #5123
2022-03-30 15:32:09 -04:00
Sale Djenic
57dd1fc9a2
fix(@desktop/contacts): placeholder position updated
2022-03-30 18:35:49 +02:00
Sale Djenic
e83e5670a4
feat(@desktop/contacts): support sending contact request to chat key
...
Fixes #5175
2022-03-30 18:35:49 +02:00
Jonathan Rainville
e344e00f8b
fix(onboarding): fix importing seed phrase importing different accounts
...
Fixes #5253
2022-03-30 09:50:45 -04:00
Anthony Laibe
08131e1d2d
feat(@wallet): move suggested fees to status-go
2022-03-30 09:41:10 +01:00
Khushboo Mehta
4b9b93a873
fix(@desktop/chat): Downlaoding/Copying an image from chat crashes the app
...
The issue was caused because the data being passed to the UI is now a URL and not image data.
Added support to download/copy image by URL
fixes #5194
2022-03-30 10:06:52 +02:00
Khushboo Mehta
2852d70731
feat(@desktop/Wallet): Add acccounts Modal as per new design
...
fixes #5073
2022-03-29 17:20:15 -04:00
Boris Melnik
2a27aa17a7
feat(nodes): Add toggle to WakuNodesModal
...
Closes : #5000
2022-03-29 16:59:02 -04:00
Alexandra Betouni
7a89781c38
fix(create/join chat): icon buttons were highlighted always
...
Closes #5146
Closes #5137
2022-03-29 16:48:23 -04:00
Jonathan Rainville
d35344834e
fix(onboarding): show warning when trying to re-encrypt existing account
...
Fixes #5029
2022-03-29 16:48:09 -04:00
Richard Ramos
c0096453db
fix: loading indicator
...
Fixes #5108
2022-03-29 16:46:57 -04:00
Patryk Osmaczko
2850ee75ee
desktop(community-settings): add overview and members settings
...
this is first iteration for: #4938
2022-03-29 15:02:26 -04:00
Anthony Laibe
4b22a709ba
feat(@wallet): link test/prod networks
2022-03-29 13:49:30 +01:00
Anthony Laibe
696e8aba29
fix(@browser): shared assets/history view
...
fixes #5129
2022-03-29 12:48:04 +01:00
Alexandra Betouni
dcab50fe09
feat(onboarding): ading create new keys screens
...
Closes #4956
2022-03-29 00:47:24 +03:00
Stefan D
768b10e03f
fix(Chat/Communities): Don't allow HTML in communities name and description
...
Changes:
- Don't allow HTML tag special characters in Saved Addresses
- Don't show rich text in community description
Fixes : #4961
2022-03-28 23:05:32 +03:00
Stefan D
51e31f3d42
fix(Wallet): Don't allow HTML tag special characters in Saved Addresses
2022-03-28 23:05:32 +03:00
Stefan D
74e2305ec8
fix(Wallet): Don't allow HTML tag special characters in Account Name
...
Also
- Add maximum character filter (40) not to allow unlimited characters that break
the visualization
updates: #4961
2022-03-28 23:05:32 +03:00
Stefan D
b21a8df418
fix(browser): Fix favorite preview for malformed names
...
Avoid breaking visualization by diabling HTML processing
in the BookmarkButton
updates: #4961
2022-03-28 23:05:32 +03:00
Stefan Dunca
09600ed7f4
fix(browser): sanitize HTML in tab
...
Update Tab.title binding to escape HTML characters
updates #5010
2022-03-28 23:05:32 +03:00
Stefan Dunca
c03cdef684
fix(browser): Fix favorite entries for malformed and long names
...
Limit long named tabs
Also avoid breaking visualization by escaping HTML
fix : #4961
2022-03-28 23:05:32 +03:00
Jonathan Rainville
b4a1fb1a14
feat(SearchBox): use StatusInput for SearchBox and add clear button
...
Fixes #5090
2022-03-28 15:17:23 -04:00
Anthony Laibe
63cec38916
feat(@wallet): account settings in now in settings section
2022-03-28 15:05:31 -04:00
Noelia
e8710e3ed5
fix(Settings/Profile/Edit): The form for editing Display name looks incorrect
...
It has been used a `StatusInput` component from `StatusQ`.
Placeholder text updated to "Display Name" and button / content layout redefined to be shown correctly.
It incorporates the same validation rules as in the current onboarding process (min and max length validation, regular expression, some ends with 'eth' validations and alias validation).
Closes #5110 and #5193 .
2022-03-28 14:34:09 -04:00
Boris Melnik
9fc0cb1048
fix(PublicChatPopup): Add `close()` on join
...
Close : #5151
2022-03-28 13:52:23 -04:00
Michal Iskierko
17cdb1bb91
fix(desktop/chat): Using default height and padding for community search box
...
Fix #5200
2022-03-28 13:45:51 -04:00
Michal Iskierko
a0d5e9bca6
fix(desktop/general): Do not show loading icon for empty search text
...
Fix # 5197
2022-03-28 13:16:24 -04:00
Khushboo Mehta
0903fa6ce2
feat(@desktop/wallet): Adapt to new SendModal Design
...
fixes #5040
2022-03-28 13:08:56 -04:00
Boris Melnik
72409d87ce
fix(Groups): Add empty community id for functions call and change `model.pubKey` to `model.id`
...
Closes : #5203
2022-03-28 12:49:38 -04:00
Sale Djenic
31132e3a7e
fix(@desktop/general): search input in chat view should change cursor to input cursor when hovered
...
Fixes #5135
2022-03-28 12:29:17 -04:00
Boris Melnik
bc23762a05
fix(GenKeyModal): Add trim to username
...
Closes : #5134
2022-03-28 10:50:03 +03:00
Stefan D
5147c6febb
fix(profile): workaround to increase emoji sharpness in Profile
...
Add "supersampling" option to the ProfileHeader. Enabilng the option
will draw the emojis at double the resolution and downasmple them
by scaling down the text control by half to compensate for the
resolution increase
fixes : #5109
2022-03-27 08:06:15 -04:00
Jonathan Rainville
942066f8b4
feat(updates): implement new download update page
...
Fixes #4231
2022-03-25 10:32:31 -04:00
Boris Melnik
7bbefa5518
feat(Settings): Add new UI for Browser settings
...
Closes : #4933
2022-03-25 15:55:07 +03:00
Khushboo Mehta
33e3d2377e
fix(@desktop/wallet): User stays on removed account view in wallet after account removal from settings
...
fixes #5037
2022-03-25 08:30:52 -04:00
Alexandra Betouni
14c15ebbfa
fix(StatusTagSelector): move suggestions popup inside component
...
Closes https://github.com/status-im/StatusQ/issues/531
2022-03-24 18:06:45 -04:00
Jonathan Rainville
cfd84d5ba0
feat(contacts-settings): add badge for requests in contacts settings
...
Fixes #5089
2022-03-24 17:31:51 -04:00
Jonathan Rainville
a20686324e
fix(emoji-icon): fix emoji icon position and saving on edit
...
Fixes #5045
2022-03-24 15:38:01 -04:00
Noelia
8f996992b2
feat(onboarding / privacy): Integrate password validation (zxcvbn lib) in new password screens
...
Use new `PrivacyStore` method getPasswordStrengthScore and link it to the new password strength bar value.
Used backend/general to call to `status-go` method and services/general to define the common `GetPasswordStrengthScore` service.
Added onboarding chain to get password strength score information from `OnboardingStore` to `status-go` call.
Closes #5096
2022-03-24 18:17:04 +01:00
Anthony Laibe
d05bd6ce08
fix(@wallet): Fix dark mode background for wallet account view
...
fixes #5143
2022-03-24 16:59:44 +00:00
Boris Melnik
bf1c809f15
fix(GenKeyModal): Add maximum length to input
...
Closes : #5066
2022-03-24 12:08:36 +03:00
Khushboo Mehta
7d58ac9983
feat(@desktop/wallet): Move action buttons to bottom as per new design
...
fixes #5075
2022-03-23 17:12:33 -04:00
Alexandra Betouni
327f64a239
fix(onboarding): create pwd view was white in dark mode
...
Closes #5065
2022-03-23 17:04:28 -04:00
Sale Djenic
94e1511644
fix(@desktop/chat): cannot create a group chat by hitting `Confirm`
...
Fixes #5094
2022-03-23 10:14:56 -04:00
Jonathan Rainville
43e58e357c
feat(community): add emoji for channel header and identifier as well
2022-03-23 09:56:30 -04:00
Patryk Osmaczko
e74de32296
chore: adapt to StatusBaseInput changes
2022-03-22 19:53:30 +01:00
Jonathan Rainville
c2818536ad
chore(GroupChatPopup): remove GroupChatPopup as it is no longer used
2022-03-22 13:19:55 -04:00
Anthony Laibe
4b48bc69bd
fix(@browser): unlink wallet account and browser account
...
fixes #5034
2022-03-18 15:17:04 -04:00
Jonathan Rainville
738a3ba93e
feat(profile): re-design Contacts setting view
...
Fixes #5004
2022-03-18 11:37:26 -04:00
Noelia
317ac06e43
feat(privacy): Added password strength calls
...
Added all necessary methods to call to a new `status-go` endpoint that allows to get the password strength quality info.
Closes #4980
2022-03-18 13:43:01 +01:00
Stefan Dunca
5a4dde1d5c
feat(chat): members availability and settings change
...
Don't show members in public chat
Show members in communities by default
Enable Gif Widget by default and remove settings entry
Enable Online users by default and remove settings entry
fixes #4906
2022-03-17 15:48:42 -04:00
Stefan Dunca
ddeda6c106
fix(chat): fix wrong copy-pasta
...
ChatColumnView: ReferenceError: chatLoader is not defined
2022-03-17 15:48:42 -04:00
Jonathan Rainville
e1b7475884
feat(profile): add Messaging settings view in profile
...
Fixes #4931
2022-03-17 14:59:45 -04:00
Patryk Osmaczko
7994faf756
fix(@desktop): add missing visual identity elements
2022-03-17 15:32:25 +01:00
Anthony Laibe
9c77f2162b
fix(@browser): Fix disconnect when url is resolved by ens
2022-03-17 14:54:24 +01:00
Khushboo-dev-cpp
3d6b7aba80
Update MainView.qml
2022-03-16 15:28:05 -04:00
Khushboo Mehta
41f9e70339
fix(@desktop/wallet): Can't scroll the list of wallets till the end of the list
...
fixes #5025
2022-03-16 15:28:05 -04:00
Khushboo Mehta
f5e67fc658
feat(@desktop/wallet): adapt receive modal design
...
closes #5039
2022-03-16 15:27:00 -04:00
Patryk Osmaczko
e130953634
feat(@desktop): use emoji hash and identicon ring
...
Closes : #4782
2022-03-16 18:34:57 +01:00
Khushboo Mehta
ade6a22fda
fix(@desktop/wallet): Disconnect button doesnt disconnect Wallet from Browser
...
fixes #4053
2022-03-16 12:36:58 +01:00
Anthony Laibe
6e453dbbba
fix(@browser): Fix etherscan link
...
fixes #4786
fixes #5014
also fixed simpledapp.eth due to need to resolve previous issue
2022-03-16 11:10:42 +01:00
Noelia
6a023443ac
feat(Desktop/Password): New password view design
...
Created new PasswordView.qml component.
Added logic in new component:
- Type of characters introduced.
- Length of strength indicator bar depending on characters length.
- Show/hide icons.
- Error messages.
- Added algorithm for password categorisation.
Added Onboarding screens and modified flow.
Replaced ChangePasswordModal content.
Closes #4785
2022-03-15 12:49:52 +01:00
Khushboo Mehta
4c677d55e8
feat(@desktop/wallet): Add emoji to Wallet accounts.
...
Support added to:
1. Wallet list
2. Adding a new account
3. Editing an account
fixes #4926
2022-03-15 11:41:29 +01:00
Richard Ramos
b07910e27f
feat: display name
2022-03-14 15:17:04 -04:00
Anthony Laibe
d1d56c9ea8
fix(@wallet): pre-populate token details
...
fixes #5024
2022-03-14 14:35:58 +01:00
Anthony Laibe
0908b13ad5
feat(@settings): new dapp permissions view
2022-03-14 13:48:57 +01:00
Khushboo Mehta
6e0471c943
bash: py: command not found
...
feat(@desktop/wallet): Add emoji to Wallet accounts.
Support added to:
1. Wallet list
2. Adding a new account
3. Editing an account
fixes #4926
2022-03-13 08:54:28 -04:00
Jonathan Rainville
aef8d0c4ab
feat(community): enable choosing and changing community channel color
...
Fixes #4953
2022-03-11 16:01:22 -05:00
Richard Ramos
8183d4e317
chore: add status.prod fleet
2022-03-11 15:52:47 -05:00
Michal Iskierko
d6c6666196
fix(@desktop/profile): Clip user list when dragging
...
Fixes #3747
2022-03-11 15:39:06 -05:00
Alexandra Betouni
cbfb60c4f7
feat(onboarding): adding initial screens
...
Closes #4974
2022-03-11 14:32:55 -05:00
Alexandra Betouni
8cab96fd24
feat(desktop/chat): Updated create new chat/group flow
...
As per new designs
Closes #4781
2022-03-11 14:31:51 -05:00
Sale Djenic
9821e160c1
fix(@dekstop/chat): editing a message does not update the reply
...
Fixes #4891
2022-03-11 14:44:44 +01:00
Anthony Laibe
895a0b5d47
feat(@settings): adjust feature flags for app settings
2022-03-11 10:46:50 +01:00
Anthony Laibe
7754822bc8
clean(@wallet): remove old manage assets
...
this has been moved to the wallet settings
2022-03-11 10:46:38 +01:00
Sale Djenic
b9cc6c7d8e
fix(@dekstop/chat): clicking on a mention or reply in the activity centre notifications list, does not take the user to the correct Community chat window
...
Fixes #4966
2022-03-10 16:51:24 -05:00
Sale Djenic
ba18a2b247
chore(@dekstop/chat): issue with adding members to already created group and max members count fixed
2022-03-10 16:51:24 -05:00
Alexandra Betouni
c80e80bc31
fix(splashScreen): removed lottie related code
2022-03-10 09:16:21 -05:00
Richard Ramos
3c7779305b
feat: move stickers business logic to status-go
2022-03-09 12:16:42 -04:00
Anthony Laibe
49ca009a7c
feat(@settings): Display account information
2022-03-09 13:48:34 +01:00
Jonathan Rainville
68a4498d11
feat(privacy): reimplement show only contact pfp using status-go setting
...
Fixes #4900
2022-03-08 15:50:15 -05:00
Michal Iskierko
ada9501fb9
fix(desktop/chat): Remove unused comments
...
Issue #3520
2022-03-08 15:29:42 -05:00
Michal Iskierko
aefa7d8e26
fix(desktop/chat): Update copy button tooltip text in communities
...
Change copy buttons tooltip text from “Copy to clipboard” into “Copied!” in panels: "Add members" and "Manage community"
Fixes #3520
2022-03-08 15:29:42 -05:00
Jonathan Rainville
be9d2f94e2
feat: enable emojis as channel icons
...
Fixes #4809
2022-03-08 15:15:25 -05:00
Iuri Matias
5937c7d3aa
chore: update applayout imports
2022-03-08 14:02:24 -05:00
Alexandra Betouni
c2977e468f
feat(onboarding): Added SplashScreen
...
- Added SplashScreen as initial screen before
onboard as per new designs.
- Also moved all onboarding related code from
main to onboarding section and switched to
import this and all other sections as
qml modules, exposing this way only
necessary files.
- Cleaned up unecessary qmldir files and
imports.
Closes #4954
2022-03-08 14:02:24 -05:00
Jonathan Rainville
e5e6914947
refactor(ChatColumnView): put ChatContentViews in Loaders
...
This makes the initial loading of the app faster as well as reducing the memory usage until the user clicks on a channel
2022-03-08 13:40:36 -05:00
Jonathan Rainville
a99c66ca8b
refactor(ChatColumnView): move duplicated code to function
2022-03-08 13:40:36 -05:00
Stefan Dunca
72e67159fc
fix(group-chats): Fix wrong group name in a subsequent edit attempt
...
Root cause: the name used as input for the naming edit field was sourced
from the active group entry which is updated only when switching
the active group.
fixes #4910
2022-03-07 23:12:52 +01:00
Michal Iskierko
5a6912d18e
chore(@desktop/profile): Fix visibility behaviour of Apps section
...
Apps section with Browser settings are visible when
Experimental features/Dapp Browser toggle is on.
Ticket #4916
2022-03-04 18:57:26 -05:00
Michal Iskierko
30b799a6ea
chore(@desktop/profile): Change labels and ordering in Profile settings list
...
Fixes #4916
2022-03-04 18:57:26 -05:00
Anthony Laibe
e7ece14346
feat(@settings): copy assets popup to settings
2022-03-04 10:05:02 +01:00
Anthony Laibe
27d476ac02
feat(@settings): Add network list
2022-03-03 14:13:15 -05:00
Jonathan Rainville
35e50d186b
fix(drag-zone): make drag zone only work in correct chats
...
Fixes #4904
Moves drag zone to the AppMain so that we can check if the current chat accepts the images
Also disables the Input Connection if the channel is not active
2022-03-03 13:01:53 -05:00
Khushboo Mehta
cc55f811b1
fix(@desktop/wallet): Re-add saved addresses view from Wallet V2
...
fixes #4747
2022-03-03 15:47:42 +01:00
Anthony Laibe
02bc62a9a2
feat(@settings): plug in accounts
2022-03-03 10:43:55 +01:00
Stefan D
3549273307
Keep secondary sidebar at a fixed width.
2022-03-02 22:58:47 +01:00
Khushboo Mehta
44a8b6df0a
fix(@desktop/wallet): add/re-add buy crypto feature
...
fixes #4925
2022-03-02 18:45:22 +01:00
Jonathan Rainville
6fa74b7ba9
refactor: re-hook disconnected and re-connected signals and banner
2022-03-02 09:27:45 -05:00
Anthony Laibe
bfda545646
refactor: add back eip1559
2022-03-01 15:10:23 -05:00
Anthony Laibe
87c940e95d
feat(@settings): Build layout for settings wallet
2022-03-01 14:39:25 +01:00
Sale Djenic
ca20e77534
fix(@dekstop/chat): increase the hard limit from 10 to 20 members in a group chat
...
Fixes #4728
2022-03-01 08:41:49 +01:00
Sale Djenic
d0e0df1e3b
fix(@dekstop/chat): clicking on `enable in settings` redirects to network settings
...
Fixes #4890
2022-02-25 12:11:57 -05:00
Sale Djenic
40d10b0cbb
fix(@dekstop/chat): timestamp for `Fetch messages` is wrong
...
Fixes #4850
2022-02-25 12:11:26 -05:00
Khushboo-dev-cpp
dcac7977d9
fix(@desktop/settings): Store pass to keychain does not validate current password which results to inability to login
...
fixes #4358
2022-02-25 11:56:47 -05:00
Jonathan Rainville
a51aee1683
fix(community): re-hook kick user from community
...
Fixes #2274
2022-02-24 17:04:56 -05:00
Jonathan Rainville
6c5594b576
fix(community): fix community edits not always working
...
Fixes #4842
2022-02-24 16:54:05 -05:00
Alexandra Betouni
5c30daab07
fix(chat/mentions) fixes in mentions behavior
...
Changed cursor behavior to jump over text when it
reaches a mention, either on left or right side.
Also made mention to behave as link when hovered
with mouse so that it cannot be clicked and place
cursor inside it.
Also fixed keyboard focus to navigate only in the
suggestions list when this is opened.
Closes #4423
2022-02-24 11:10:33 -05:00
Jonathan Rainville
3985272037
fix(invitation): fix community invite not showing in 1-1 chats
...
Fixes #4851
2022-02-24 10:58:26 -05:00
Sale Djenic
52fb195b39
fix(@dekstop/chat): trying to unblock a contact by hitting 'Unblock' via the chat view does not do anything
...
Fixes #4835
2022-02-24 16:19:51 +01:00
Khushboo Mehta
d47ac2d5f7
feat(@desktop/wallet): cpp: Added apis for
...
1. Generate new API
2. Import accounts by PK
3. Import account by seed phrase
4. Add watch only address
5. delete account
6. current account
2022-02-24 10:53:18 +01:00
Jonathan Rainville
18374a16d4
fix(user-list): use the same userlist for community and chats
2022-02-23 16:15:41 -05:00
Jonathan Rainville
c2378e24aa
fix(user-list): fix user list section labels
...
Fixes #4805 and #4806
2022-02-23 16:15:41 -05:00
Richard Ramos
d4f8b63292
feat: add status.test fleet
2022-02-23 15:48:06 -05:00
Sale Djenic
c855de98b6
fix(@dekstop/chat): higher cpu usage after opening gif selector
...
Fixes #4829
2022-02-23 15:43:21 -05:00
Jonathan Rainville
58935b82d7
fix(search): fix profile popup opened on search title clicked
...
Fixes #4795
Makes sure to only open the profile popup if the click is a pubkey.
Also opens the popup on ctrl+f
2022-02-23 15:17:51 -05:00
Sale Djenic
6186bf9c8c
fix(@desktop/general): app/os notifications
...
Fixes #4409
2022-02-21 22:01:19 +01:00
Sale Djenic
4f65286ead
refactor(@desktop/browser): move provider logic to `status-go`
...
Fixes #4693
2022-02-21 15:22:22 +01:00
Boris Melnik
7bfec141eb
fix(groups): Fix members count
...
Closes : #4822
2022-02-21 10:48:40 +03:00
Boris Melnik
4c0b09e9f5
fix(Groups): block add members button is you not group admin
...
Closes : #4840
2022-02-19 15:06:49 +03:00
Anthony Laibe
92bc1fdab1
feat(@wallet): toggle network
2022-02-18 15:25:55 +01:00
Richard Ramos
fc24f16525
fix: continue showing loading indicator when store fetching failed
...
Fixes #4733
2022-02-17 14:53:39 -04:00
Boris Melnik
ea5b5716e5
refactoring(groups): Refactor groups popups
...
Closes : #4719 #4615
2022-02-17 21:04:29 +03:00
Anthony Laibe
626541e3bd
chores(@wallet): remove wallet 2
2022-02-17 12:00:20 -05:00
Jonathan Rainville
713e6685ca
fix: make mentions work with ensname, alias and nickname
...
Fixes #3707
2022-02-17 11:59:23 -05:00
Sale Djenic
9ed6c6235c
fix(@desktop/chat): can't join to group chat by clicking [Join chat] or decline invitation with [Decline invitation]
...
Fixes #4766
2022-02-17 11:28:59 -05:00
Anthony Laibe
9495956a53
feat(@settings): Add wallet settings with network
2022-02-16 17:06:13 +01:00
Anthony Laibe
0acfd9b50c
feat(@wallet): bring back filter network from wallet2
2022-02-16 11:20:13 +01:00
Khushboo Mehta
52e96e904b
fix(@desktop/chat): enable transactions over chat
...
fixes #4610
2022-02-15 21:22:21 +01:00
Alexandra Betouni
8e6ae3c047
fix(Browser) Transaction Popup was misaligned
...
Fixed transaction popup position
Fixed JSDialogWindow title was going
off popup boundaries
Closes #4361
2022-02-15 00:06:21 +02:00
Jonathan Rainville
16e7d16c8c
feat(communities): re-implement community link unfurling
...
Fixes #4788
2022-02-14 17:03:41 -05:00
Jonathan Rainville
cd68691ed8
fix(@desktop/settings): [re-add] ensure new password is confirmed
...
Fixes #4672
2022-02-14 10:08:20 -05:00
Anthony Laibe
7268ec3773
feat: prepare token service for multichain
2022-02-14 14:37:42 +01:00
Jonathan Rainville
426b230b3a
fix(link-message): fix link unfurling display and height
...
Fixes #4608
2022-02-11 09:37:58 -05:00
Jonathan Rainville
b7bfd334f3
feat(ens): [re-add] new backend
...
Fixes #4694
also add back pending transaction
2022-02-10 09:24:38 -05:00
Anthony Laibe
d9212565b7
feat(@settings): Add feature flag for multi network
2022-02-09 12:55:40 +01:00
Patryk Osmaczko
ba7a6d5d34
style: remove trailing whitespaces
2022-02-09 11:16:23 +01:00
Patryk Osmaczko
914c7b2839
fix(@desktop/sections): make ctrl+k display chats from communities
...
Closes : #4059
2022-02-09 10:38:34 +01:00
Richard Ramos
e252a7a17f
fix: reorderCommunityChat parameters
2022-02-08 14:26:07 -04:00
Richard Ramos
3fd10e7915
fix: community chat positions
2022-02-08 14:26:07 -04:00
Sale Djenic
aa6036b78b
fix(@desktop/chat): mention suggestion list fixed
2022-02-08 12:33:45 -05:00
Jonathan Rainville
485d6a370d
fix(@wallet): [re-add] tx history view
...
Fixes #4684
Correctly display the date and if the node is an archival node
2022-02-08 08:47:29 -05:00
Richard Ramos
f67ffde12c
refactor(communities): edit categories
2022-02-07 18:29:13 -04:00
Richard Ramos
c338bdf6ae
refactor(communities): delete categories
2022-02-07 18:29:13 -04:00
Sale Djenic
e7f1106f79
fix(@desktop/wallet): delete account
...
Fixes #4683
2022-02-07 16:23:03 +01:00
Jonathan Rainville
5d0eb942b0
fix(PrivacyView): [re-add] Fix relations between switch and line sensor
...
Fixes #4674
The part about profile image was already refactpred/fixed
2022-02-07 10:16:01 -05:00
Sale Djenic
5c034f545d
chore(@desktop/general): add avatar change functionality
...
Fixes #4669
2022-02-07 08:16:44 +01:00
Sale Djenic
841f1704b7
fix(@desktop/chat): add a blocked bar for blocked user profile
...
- blocked bar is added for profile popup
- blocked bar is added for a chat
Fixes #4673
2022-02-06 16:41:30 +01:00
Jonathan Rainville
d4410c1aa7
fix(browser-provider): fix browser provider not asking for authorization
...
Fixes #4721
2022-02-04 13:21:10 -05:00
Jonathan Rainville
268d7fcd36
fix(pins): fix max 3 pins and unpining pins the new message
...
Fixes #4576
2022-02-04 13:20:11 -05:00
Sale Djenic
d43b1eb25c
chore(@desktop/general): remove all timeline related code
...
Fixes #4709
2022-02-04 17:57:07 +01:00
Jonathan Rainville
f21c6eda45
fix(pins): only enable jump to and unpin buttons from the pinned popup
...
Fixes #4540
2022-02-04 09:39:23 -05:00
Anthony Laibe
b164b088f5
refactor(@activity_center): Add switch to section/chat
...
fixes #4474
2022-02-03 16:40:13 -05:00
Jonathan Rainville
b688a5a305
feat(wallet): hook sendTransferTokens to the wallet Send
...
Fixes #4650
2022-02-03 15:12:32 -05:00
Jonathan Rainville
0f5a6d8599
feat(wallet): hook transferEth for wallet transfers
2022-02-03 15:12:32 -05:00
Jonathan Rainville
967fff839b
feat(@desktop/settings): [re-add] Add developer mode toggle
...
Fixes #4700
2022-02-03 10:54:25 -05:00
Sale Djenic
aeed9303cd
fix(@desktop/communities): community import has some issues
...
Fixes #4206
2022-02-03 16:14:15 +01:00
Sale Djenic
0b3cafdbc4
fix(@desktop/settings-contacts): it is not possible to add new contacts after the first one is added
...
Fixes #4658
2022-02-03 15:40:54 +01:00
Noelia
ba0e0b84c0
fix(@desktop/chat): [restore after rebase] Group members list must show only 5
...
It restores job done in PR #4461 - Task #4386 after base_bc rebase.
2022-02-03 09:27:03 +01:00
Jonathan Rainville
b6c78396f8
chore(community): remove pinned messages button in
...
Fixes #4617
2022-02-02 09:40:21 -05:00
Richard Ramos
ad7f48d6ac
refactor: removing mailserver controller and model
2022-02-01 15:16:45 -04:00
Jonathan Rainville
f36bee6337
fix(wallet-send): fix send modal estimate gas and other hooks
2022-02-01 14:09:56 -05:00
Jonathan Rainville
82fb325dac
fix(browser-tx): fix estimate gas and send TX on the browser
...
Fixes #4557
2022-02-01 14:09:56 -05:00
Khushboo Mehta
6f5fcd8623
fix(@desktop/chat): context menu is gone for pictures
...
fixes #4609
2022-02-01 11:19:56 -05:00
Jonathan Rainville
08c01d2775
fix(community): hook edit community channel
...
Fixes #4539
2022-02-01 10:55:01 -05:00
Noelia
bed7ca20fb
fix(@desktop/browser): [base_bc] renaming bookmark is not persistent
...
Edit existing bookmark name is now correctly updated in the view.
Fixes #4549
2022-02-01 11:51:31 +01:00
Jonathan Rainville
5ec9fe4ebd
fix re-join on request community
2022-02-01 11:51:31 +01:00
Noelia
9673c399e5
fix(@desktop/wallet): [base_bc] can't copy wallet address
...
Store propagation in order to use the global copyToClipboard method.
It is also applied in WalletV2.
Fixes #4636
2022-02-01 11:51:31 +01:00
Boris Melnik
f3485446c3
fix(groups): Add popup to view group ccontext menu action
...
Closes : #4616
2022-02-01 11:51:31 +01:00
Richard Ramos
192a0c4d19
refactor(communities): create channel in specific category
2022-02-01 11:51:22 +01:00
Anthony Laibe
1a255f5bcc
fix(@wallet): Show token modal
...
fixes #4621
the crash seemed to be caused by signal of signal. Simplifying the flow
remove the need for this signal of signal
2022-02-01 11:51:15 +01:00
Noelia
50fb0dc45f
fix(@desktop/CopyToClipboard): [base_bc] can't copy from Invite friends as well as App Version and Node Version
...
Root store propagation in order to use the global copyToClipboard method.
Modify InviteFriendsPopup to use StatusQ components.
Fixes #4529
2022-02-01 11:51:00 +01:00
Richard Ramos
ba863acd4e
fix: code review
2022-02-01 11:51:00 +01:00
Sale Djenic
a05a821f51
issues adding category fixed
...
- chats list maintained in the chat service gets updated form the right places now
- redundant mapping `Chat` to `ChatDto` is removed, since we already get all
necessary data for the chat, no need for additional mapping which may just
introduce new inconsistencies
- `findIndexById` proc updated so in case if there is no the chat we're searching
for in the list, we're returning `-1` instead of last index in the list
- `DelegateChoice` on the qml side updated to match new type value `Constants.chatType.category`
2022-02-01 11:51:00 +01:00
Richard Ramos
b67e97a05c
feat(communities): create categories
2022-02-01 11:51:00 +01:00
Boris Melnik
0065f5cae5
refactor: create categories (WIP)
2022-02-01 11:50:51 +01:00
Noelia
caa85a79b4
fix(@desktop/browser): [base_bc] permissions modal looks off in dark mode
...
Add Theme in ´StatusBaseText´ components used in ´BrowserConnectionModal´.
Fixes #4547
2022-02-01 11:50:51 +01:00
Noelia
2a1e7b3a2d
fix(@desktop/browser): [base_bc] add a bookmark ui is broken
...
Browser header is now correctly placed when trying to add a bookmark.
Fixes #4548
2022-02-01 11:50:50 +01:00
Sale Djenic
0a9aad7b03
fix(@desktop/app-search): loading messages improvements
2022-02-01 11:50:50 +01:00
Sale Djenic
25f7544b41
fix(@desktop/app-search): [base_bc] can't jump to a message from search results
...
- broken "jump to a section/chat/message" feature fixed
- added loading indicator while searching is in progress
- animation when we point to the searched message is in place again
Fixes #4577
2022-02-01 11:50:50 +01:00
Noelia
d8a7a3d812
fix(desktop/chat): [base_bc] selecting a channel does not auto-focus on the text input field
...
When new channel/chat is displayed, text input field focus is forced properly.
Fixes #4524
2022-02-01 11:50:50 +01:00
Anthony Laibe
16225a3af9
fix(@chat): display link urls
2022-02-01 11:50:40 +01:00
Anthony Laibe
95f8a545d9
fix(@settings): fix privacy settings toggle
...
fixes #4598
2022-02-01 11:50:33 +01:00
Jonathan Rainville
25ac0fbb68
fix(image-modal): fix having to click multiple times to close the image
...
Fixes #4586
2022-02-01 11:50:33 +01:00
Khushboo Mehta
7c06f9c362
fix(@desktop/chat): send message is not working from context menu
...
fixes #4531
2022-02-01 11:50:32 +01:00
Boris Melnik
15793b2a35
fix(groups): Update group info user list
...
Closes : #4533
2022-02-01 11:50:29 +01:00
Boris Melnik
900c6528ac
fix(groups): Hide unchecked users in group creation popup
...
Closes : #4532
2022-02-01 11:50:18 +01:00
Jonathan Rainville
47fa644703
fix(communities): fix icon, members and color + set observed and active
...
Fixes #4569
Fixes #4567
2022-02-01 11:50:18 +01:00
Anthony Laibe
234af3283e
fix(@wallet): receive modal
...
fixes #4534
2022-02-01 11:50:17 +01:00
Anthony Laibe
a8f2a3cb08
fix(@chat): react to on left chat
...
fixes #4528
2022-02-01 11:50:17 +01:00
Jonathan Rainville
ba49b2ec20
fix(community): fix community edit setting undefined color
...
Fixes #4443
2022-02-01 11:50:17 +01:00
Jonathan Rainville
311abcd23a
fix(ChannelPicker): re-hook channel picker with new model and functions
...
Fixes #4550
2022-02-01 11:50:17 +01:00
Anthony Laibe
c9e049e6d8
fix(@wallet): Fix text area for importing private key
...
fixes #4535
2022-02-01 11:50:17 +01:00
Jonathan Rainville
c20554d987
refactor(community): use user model for the community member list
...
Fixes #4471
2022-02-01 11:50:17 +01:00
Richard Ramos
fb35f89336
fix: loading indicator
2022-02-01 11:50:17 +01:00
Anthony Laibe
f4ed7f09cd
fix(@chat): fix anchors of empty chat
2022-02-01 11:50:17 +01:00
Anthony Laibe
5bf9b587da
perf(@chat): Do not re-render messages when switching chat
2022-02-01 11:50:17 +01:00
Anthony Laibe
c505564522
fix(@wallet): hide signing phrase accept
...
fixes #4517
2022-02-01 11:50:17 +01:00
Sale Djenic
69fc5bec5e
refactor(@desktop/settings-ens-usernames): ens usernames module added and corresponding ui updated
2022-02-01 11:50:14 +01:00
Jonathan Rainville
bd2bb8952a
refactor(community): move community specific functions to chat_section
...
Fixes #4489
2022-02-01 11:50:02 +01:00
Jonathan Rainville
e1deafa76b
refactor(community): move membership functions to chat_section
...
Fixes #4473 and #4485
2022-02-01 11:50:01 +01:00
Jonathan Rainville
3e339ea094
refactor(community): add admin member request feature
...
Fixes #4442
2022-02-01 11:50:01 +01:00
Anthony Laibe
a2fd27057c
fix(@communities): Disable create button on invalid form
...
fixes #4507
2022-02-01 11:49:55 +01:00
Boris Melnik
1cd83b4d17
refactor(groups): Move groups to new architecture
...
Closes : #4223
2022-02-01 11:49:52 +01:00
Alexandra Betouni
f861be5526
fix: create channel popup create button was enabled always
...
Fixed create button to be disabled when name and description
text fields are empty in create channel popup
Closes #4444
2022-02-01 11:49:47 +01:00
Khushboo Mehta
2ff5ce7fc2
fix(@desktop/community): added option to delete community channel
...
fixes #4415
2022-02-01 11:49:47 +01:00
Jonathan Rainville
3477e4c33e
hotfix(act-center): fix wrong signal name
2022-02-01 11:49:47 +01:00
Jonathan Rainville
349cf4f0ef
fix(chat): fix 1-1 chat delete and profile top bar click
...
Fixes #4483 and #4484
2022-02-01 11:49:47 +01:00
Alexandra Betouni
a0b40590ab
fix:activity center view is empty
...
Updated all available message properties
from the new backend
Closes #4408
2022-02-01 11:49:47 +01:00
Jonathan Rainville
6f8f9b6f76
fix(community): fix qml errors when creating a community
...
Fixes #4440
2022-02-01 11:49:47 +01:00
Jonathan Rainville
d073dd215a
fix(chat): fix copy and download image
...
Fixes #4494
2022-02-01 11:49:47 +01:00
Noelia
ddfa3d3e4e
fix(@desktop/ProfilePopup) [base_bc] share profile url in profile modal is incorrect
...
Closes #4419
profileStore property has been added based in MyProfileView.qml.
Share profile information has been updated using the new store.
It also fixes another issue related to Contact/ViewProfile/ShareProfileURL. It was also showing incorrect info.
2022-02-01 11:49:47 +01:00
Patryk Osmaczko
75abaabb5d
fix(@desktop/chat): show popup when image is clicked
2022-02-01 11:49:47 +01:00
Jonathan Rainville
47b139ee1c
fix(chat): fix starting 1-1 chat because of ContactList signal bug
...
Fixes #4421
2022-02-01 11:49:47 +01:00
Anthony Laibe
191efa5829
fix(@onboarding): no autoclose on popup
...
fixes #4437
2022-02-01 11:49:47 +01:00
Khushboo Mehta
f68d967544
fix(@desktop/chat): making edit work on base_bc
...
fixes #4410
2022-02-01 11:49:44 +01:00
Jonathan Rainville
a027ec98f8
refactor(community): add member list model and hook it + updates to comm
2022-02-01 11:49:34 +01:00
Anthony Laibe
56ffd6dbac
fix(@communities): fix import communities modal
2022-02-01 11:49:20 +01:00
Patryk Osmaczko
c016d264b9
fix: restore community private key field content in dialog
...
Fixes : #4414
2022-02-01 11:49:14 +01:00
Sale Djenic
9938ea672d
refactor(@desktop/chat): username is misplaced when sending messages in the channel
...
A reason why this issue was happening is that prev and next message
were set in a wrong way. An important thing is that list of messages is set
in descending order in terms of `timestamp` of a message, that means a
message with the most recent time is added at index 0.
That further means that getting an index of the previous message from the
current one is defined as `currentIndex + 1` and getting an index of the next
one is defined as `currentIndex - 1`.
Fixes #4417
2022-02-01 11:49:14 +01:00
Jonathan Rainville
565211f38f
fix(chat): fix sticker button not showing + stickers not showing in chat
...
Fixes #4407
2022-02-01 11:49:14 +01:00
Khushboo Mehta
e757c07c96
fix(@desktop/chat): delete message not working
...
fixes #4411
2022-02-01 11:49:11 +01:00
Boris Melnik
35568d1d6b
fix(Replies): Fix reply button
...
Closes : #4396
2022-02-01 11:49:04 +01:00
Anthony Laibe
b43b073f5f
fix(@communities): copy to clipboard community
...
fixes #4441
2022-02-01 11:49:04 +01:00
Sale Djenic
f0ca1a4cc3
refactor(@desktop/general): many errors from the log are fixed
...
- various issues on app start in console
- various issues when logging out in console
- `node_section` module delete method error
- SyntaxError: JSON.parse: Parse error from the MessageStore
2022-02-01 11:49:04 +01:00
Richard Ramos
4cb3126513
refactor: mailserver_cycle (base_bc)
2022-02-01 11:49:01 +01:00
Jonathan Rainville
9fc9f698d9
refactor(community): hook invite user and fix community context menu
2022-02-01 11:48:43 +01:00
Sale Djenic
11fbab0c65
refactor(@desktop/contacts): accept contact request from the contact requests popup fixed
2022-02-01 11:48:35 +01:00
B.Melnik
0e5fbfb567
refactor(Node): move node to new architecture
...
Closes : #3805
2022-02-01 11:48:33 +01:00
Jonathan Rainville
b7459b331b
refactor(community): hook leave community
2022-02-01 11:48:25 +01:00
Sale Djenic
96e50a97ac
refactor(@desktop/chat-community): `ChatContextMenuView` and `MessageContextMenuView` updated
...
Within this commit apart of `ChatContextMenuView` and `MessageContextMenuView`
some other things are fixed:
- pinned messages model (`asyncFetchChatMessagesTask`), which was corrupted most
likely by resolving conflicts
- `pinned by` part of the pinned messages
- set/remove local nickname for a contact
- contacts in a message list and pinned by name, contact in a pinned message list
and pinned by name, one to one chat details and chat tool bar are updated in a way
that they are responsive to the contact's updates
- pinned messages updated received from remote (from the `status-go`) is handled
Fixes #4366
2022-02-01 11:48:25 +01:00
Jonathan Rainville
6fe9652b44
fix(chat): fix loading chats when joining them
...
Fixes #4367
2022-02-01 11:48:25 +01:00
Jonathan Rainville
3678b3af9b
refactor(community): hook edit community feature
2022-02-01 11:48:22 +01:00
Jonathan Rainville
42bb0c842d
refactor(Communities): refactor communities front-end
2022-02-01 11:48:13 +01:00
Sale Djenic
e220599612
refactor(@desktop/general): necessary changes applied due to refactored `Contacts` sub-section of the `Settings` section
2022-02-01 11:47:46 +01:00
Sale Djenic
da6fe00528
refactor(@desktop/settings-contacts): contacts section updated
2022-02-01 11:47:46 +01:00
Alexandra Betouni
69517588cf
refactor: move editChannelPopup to ChatContextMenuView
2022-02-01 11:47:46 +01:00
Sale Djenic
9b1e794e8f
refactor(@desktop/settings-pivacy-security): privacy and security section updated
2022-02-01 11:47:43 +01:00
Sale Djenic
9a82370df0
refactor(@desktop/settings-profile): profile section updated
2022-02-01 11:47:24 +01:00
Sale Djenic
5bafb2bb5a
refactor(@desktop/settings-appearance): appearance settings updated
2022-02-01 11:47:18 +01:00
Sale Djenic
b4df87b7a6
refactor(@desktop/settings-language): language settings added
2022-02-01 11:47:18 +01:00
Sale Djenic
46869afa5f
refactor(@desktop/settings-notifications): notifications settings added
2022-02-01 11:47:18 +01:00
Sale Djenic
0aa0d4fb8c
refactor(@desktop/settings-sync): sync settings added
2022-02-01 11:47:14 +01:00
Sale Djenic
44ceb6730d
refactor(@desktop/settings-devices): device settings added
2022-02-01 11:47:00 +01:00
Sale Djenic
a6b8fbe4b3
refactor(@desktop/settings-advanced): hook to the toggled experimental features from the advanced tab added
2022-02-01 11:46:50 +01:00
Sale Djenic
7ea85097df
refactor(@desktop/settings-about): fetching the latest version fixed
...
We're not fetching latest version for all but the `Mainnet` network, that
use case is taken from the old code.
2022-02-01 11:46:40 +01:00
Jonathan Rainville
9016999ec2
refactor(chat): hook chat commands to qml and fix ens resolve
2022-02-01 11:46:40 +01:00
Alexandra Betouni
3d4f2e26d0
refactor: fixed profile popup not opening
2022-02-01 11:46:39 +01:00
Boris Melnik
390ad7bbd0
fix(ChangePasswordSuccessModal): Add Theme usage to modal
...
Closes : #4174
2022-02-01 11:46:39 +01:00
Sale Djenic
16a33f8fa7
refactor(@desktop/chat-messages): load more messages
...
- load more messages on scroll up for chat/channel added
- sending messages improved in terms of adding new messages to
appropriate position
- scroll to message added on the qml side
- qml connected to the sending message success/failed signals
2022-02-01 11:46:39 +01:00
Alexandra Betouni
0eb40287fa
refactor: removed dynamic scoping from shared module
...
Properties and functions moved to Global:
- toastMessage
- openProfilePopup()
- getProfileImage()
- popupOpened
Closes #4248
2022-02-01 11:46:39 +01:00
Jonathan Rainville
710236f51a
refactor(chat): refactor send messages to work
2022-02-01 11:46:36 +01:00
Sale Djenic
807039ad61
refactor(@desktop/chat-community): `ChatContextMenuView` component updated
...
- admin flag exposed to qml for chat/channel
- `CreateChannelPopup` updated
- `createPopup` function added to the `Global` singleton
- `PinnedMessagesPopup` component moved to `AppMain` and shared
among components beneath
2022-02-01 11:46:24 +01:00
Alexandra Betouni
b236bee5ca
refactor: fix UI devices settings layout
2022-02-01 11:46:11 +01:00
Alexandra Betouni
b5a591401e
refactor: fix ui message preview is empty
2022-02-01 11:46:11 +01:00
Sale Djenic
179b0f5a36
refactor(@desktop/chat-messages): add/remove reactions
2022-02-01 11:46:11 +01:00
Jonathan Rainville
13543ae14f
refactor(about): refactor version fetch
2022-02-01 11:46:08 +01:00
Jonathan Rainville
b2546fa709
refactor(ProfilePopup): hook ProfilePopup to backend properties
2022-02-01 11:45:50 +01:00
Jonathan Rainville
6b42380e45
fix(AppMain): fix version banner position and visibility
2022-02-01 11:45:50 +01:00
Sale Djenic
df5a5a627d
refactor(@desktop/chat-messages): pin/unpin messages and pinned messages list updated
2022-02-01 11:45:50 +01:00
Sale Djenic
b6b6d6b6c7
refactor(@desktop/chat-messages): `MessageContextMenuView` component updated
2022-02-01 11:45:50 +01:00
Jonathan Rainville
42504ad4eb
fix(chat): fix contact banner showing wrongly
2022-02-01 11:45:50 +01:00
Sale Djenic
63b4397670
refactor(@desktop/profile-advance): adding custom networks
2022-02-01 11:45:47 +01:00
Sale Djenic
c7d53a31e0
refactor(@desktop/profile-advance): profile advance module introduced
...
New advanced module added as submodule of the profile section module.
Advanced store introduced on the qml side and qml part updated accordingly.
2022-02-01 11:45:32 +01:00
Sale Djenic
6e1438d241
refactor(@desktop/general): `globalUtils` instance added (changed old `utilsModel`)
2022-02-01 11:44:56 +01:00
Khushboo Mehta
f41ed8a522
fix(@desktop/browser): Clicking on add buttons adds the same button twice
...
fixes #4280
2022-02-01 11:44:42 +01:00
Jonathan Rainville
0388688e9e
refactor(community): add join community functionnality
2022-02-01 11:44:38 +01:00
Anthony Laibe
fdca0da77d
feat: saved address view
...
Connect list and change
Provide view API
Create events
2022-02-01 11:43:44 +01:00
Jonathan Rainville
129266497d
refactor(communities): add communities module to show comm list
2022-02-01 11:43:40 +01:00
Khushboo Mehta
1977420db2
refactor: remove dynamic scoping from profile module
...
closes #4247
2022-02-01 11:43:27 +01:00
Jonathan Rainville
45fddc55ba
refactor(act-center): refactor activity center to the new arch
2022-02-01 11:42:55 +01:00
Pascal Precht
27f8c33dbd
fix: ensure app sections work correctly
...
We've recently removed timeline related code from the application.
It seems that either a) new changes have been introduced related to timeline
despite it being removed from the application, or b) a few more changes
where left out as part of the new architecture.
This causes the app to misbehave when selecting sections in the application
nav bar.
This commit fixes this by removing leftover timeline related code.
2022-02-01 11:42:46 +01:00
Sale Djenic
b3f8af8e06
refactor(@desktop/general): qml code referring to the old code base commented out
...
Qml code referring to the old code base commented out, but not deleted,
due to easier refactoring the rest of the app.
2022-02-01 11:42:42 +01:00
Sale Djenic
bfaf1b5250
refactor(@desktop/chat-communities): `ChannelIdentifierView` component updated
2022-02-01 11:41:56 +01:00
Sale Djenic
7f40ae0f57
refactor(@desktop/chat-communities): unused component removed
...
- `NormalMessageView` component is removed since we work with `CompactMessageView`
and it's the only and default message component in the app.
- `useCompactMode` property removed from local settings since it's not in use as
well and corresponding code is updated accordingly
2022-02-01 11:41:38 +01:00
Anthony Laibe
6c76974985
refactor(@chat): clear chat history
2022-02-01 11:41:26 +01:00
Anthony Laibe
8ddda242d8
refactor(@chat): mark messages as read
2022-02-01 11:41:26 +01:00
Sale Djenic
e5a414a927
refactor(@desktop/chat-communities): qml part handles messages from refactored backend
...
- `chatType` added to `Constants` to group chat type related values
- `messageContentType` added to `Constants` to group message content type related
values
- `MessageStore` maintained per message list now
- added new `ChatContentView` component used to display chat/channel content
- components updated to display messages from the new backend
- `StatusChatToolBar` appropriately updated
- mute/unmute feature added to chat/channel list as well as to `StatusChatToolBar`
2022-02-01 11:41:22 +01:00
Khushboo Mehta
83d4aaa0e8
refactor: remove dynamic scoping from browser module
...
closes #4246
2022-02-01 11:39:45 +01:00
Jonathan Rainville
a9c968b984
refactor(chat): refactor 1-1 chat to new architecture
...
Fixes #4225
2022-02-01 11:39:08 +01:00
Alexandra Betouni
f0b39ce4f6
Refactor: Moved openPopup function to Global
...
The openPopup function was declared in AppMain
and used via dynamic scoping in many places in the
application. Moved function to Global component
and updated all places to call it via Global instead.
Closes #4267
2022-02-01 11:38:46 +01:00
Alexandra Betouni
336f90a60f
feat(desktop/wallet) Removed dynamic scoping from wallet
...
Removed all dynamic scoping parts in wallet section plus
- Renamed Config to Global and added more functions there
- Moved changeAppSectionBySectionType function to Global
and updated all places where is used to call it from
Global instead
- Moved openLink function to Global and updated all places
where is used to call it from Global instead
- Moved errorSound to Global, introduced playErrorSound
function and updated all places where is used to call
this function from Global instead
Closes #4245
2022-02-01 11:38:27 +01:00
Sale Djenic
f138fecdd2
refactor(online-users): adding online users for chat/channel
2022-02-01 11:38:07 +01:00
Sale Djenic
afe6d34735
refactor: issues after rebase onto `master` fixed
2022-02-01 11:38:04 +01:00
Sale Djenic
80fcb95245
refactor(chat-section): new chat/community model applied on the qml side
...
Changes done on the backend side related to the new chat/channel/categories model
are applied here. Necessary changes done on the `statusq` may be seen in PR-486.
Parts of the code which are not refactored yet are commented out.
Displayed chats/categories/channels since now are using refactored backend.
2022-02-01 11:37:32 +01:00
Sale Djenic
c8b429388f
refactor(user-profile): `name`, `icon` and `isIdenticon` properties added to global instance `userProfile`
...
Apart of all properties we have, now we have 3 new added props which will be used
almost always when we need the following details about logged in user:
- `name` - this will return an ens name in a pretty form or an alias if ens name
was not set (verified). Apart of this there are still `username` and `ensName`
properties for fetching them when it's needed.
- `icon` - this will return a thumbnail image if it's set, otherwise it will
return identicon. Apart of this there are still `identicon` and `thumbnailImage`
properties for fetching them when it's needed.
- `isIdenticon` - this will return `false` if a thumbnail image is set, otherwise
it will return `true`
2022-02-01 11:37:29 +01:00
Sale Djenic
45d93649b6
refactor(chat-section): new chat/community model applied on the qml side
...
Changes done on the backend side related to the new chat/channel/categories model
are applied here. Necessary changes done on the `statusq` may be seen in PR-486.
Parts of the code which are not refactored yet are commented out.
Displayed chats/categories/channels since now are using refactored backend.
2022-02-01 11:37:15 +01:00
Alexandra Betouni
c4bb7c7cf2
fix(contacts) fixed bug in add contacts function
2022-02-01 11:36:59 +01:00
Jonathan Rainville
22595f5032
refactor(chat): move stickers to the new architecture
...
Fixes #4060
2022-02-01 11:36:59 +01:00
Jonathan Rainville
3f12796b45
Revert "refactor(chat): move stickers to the new architecture"
...
This reverts commit 47aa079e0d
.
2022-02-01 11:36:59 +01:00
Jonathan Rainville
792397987c
refactor(chat): move stickers to the new architecture
...
Fixes #4060
2022-02-01 11:36:44 +01:00
Khushboo Mehta
63b6b01b68
fix(@desktop/profile): Users profile image/identicon not shown in application navbar
...
fixes #4170
2022-02-01 11:36:44 +01:00
Khushboo Mehta
1e30872a96
fix(@desktop/profile): Confirmation of contact added not shown on Add Contact Modal
...
fixes #4072
2022-02-01 11:35:24 +01:00
Jonathan Rainville
eee096dda7
chore: remove old contacts code
2022-02-01 11:35:24 +01:00
Jonathan Rainville
e8eefd8f87
refactor: move all old usages of contacts to the new code
2022-02-01 11:35:24 +01:00
Jonathan Rainville
cb7865bd9e
refactor: move contact requests to new architecture
...
Fixes #4061
Most of the contact request code was already moved, but it wasn't hooked to the QML yet and also there were missing events and some code to improve.
2022-02-01 11:35:24 +01:00
Sale Djenic
3f50ab26b8
refactor(general): qml cleaning
...
- Selecting `currentIndex` based on the children placed in the `StackLayout`
component with id `appView` is sorted out since we were referring to the wrong
indexes there in case of walletv2, node and community sections.
- Places which call `Utils.getAppSectionIndex` are updated since we don't have
that method any more.
- Some parts which are not refactored yet are commented.
2022-02-01 11:33:06 +01:00
Sale Djenic
ed09f82305
refactor(app-search): app search moved to a new component on the qml side
2022-02-01 11:32:46 +01:00
Sale Djenic
d67278b23e
refactor(app-search): app search module added
2022-02-01 11:32:42 +01:00
Sale Djenic
12f9282a59
refactor(@desktop/general): added modules `InputArea`, `Messages`, `Users`
...
Each `ChatSection` module contains as many `ChatContent` submodules as many chats
the section contains (a chat maybe either from the Chat section or Community section or
from the category of the Community section).
`ChatContent` consists of 3 submodules `InputArea`, `Messages`, `Users`, so far.
2022-02-01 11:32:32 +01:00