Dario Gabriel Lipicar
47f7373838
fix(@desktop/wallet): correct error message when adding own ENS name to saved addresses
...
#8114
2022-11-15 07:26:45 -03:00
mprakhov
707aa16462
fix(@desktop/chat): Limit chat name length #6938
2022-11-14 21:11:04 +02:00
Alexandra Betouni
019a65a786
fix(CreateChatView): fixed tagselector various issues
...
Closes #7340
2022-11-14 09:46:22 -05:00
Lukáš Tinkl
77fa884a36
chore: fix storybook regressions
2022-11-14 14:14:32 +01:00
Dario Gabriel Lipicar
9dd004b690
fix(@desktop/wallet): fix add new saved address popup close button
...
#8214
2022-11-14 09:49:40 -03:00
Boris Melnik
13acb5730d
fix(profile-settings): Add usage dirty values for preview and load image profile on save
...
Closes : #7920 #7917
2022-11-14 14:59:46 +03:00
Michał Cieślak
cb4380582e
fix(CreateChannelPopup): cursor not jumping to the end
...
When typing at non-end position (in channel name filed) cursor
is no longer jumping to the end. Additionally binding loop
on "contentWidth" is fixed.
Closes : #7805
2022-11-11 15:14:44 +02:00
Michał Cieślak
1ca1866993
chore(Storybook): page for CreateChannelPopup added
2022-11-11 15:14:44 +02:00
Patryk Osmaczko
3b866c2ff6
chore(chat/MembersSelector): display "no results" when not found
...
fixes : #7495
2022-11-11 14:11:07 +01:00
Boris Melnik
b10b6617cf
fix(edit-message): Add content-type to edit message request
...
Closes : #7879
2022-11-11 14:01:16 +03:00
Boris Melnik
42234c7d49
feat(communities): User is able to cancel membership request
...
Part of: #7072
2022-11-10 23:07:22 +03:00
Pascal Precht
8d90204e0a
refactor(communities): allow removing items from import file list
...
There was a requested design change where no longer wanted to have
checkboxes to decide which files will be included for a discord import,
but rather have an "X" button that enables users to remove items.
This commit implements this refactor.
In addition, it ensures that the already loaded discord categories and
channels that have been extracted from validation, are kept in sync as
well.
Meaning, if a user removes a file from the file list, the corresponding
channel will be removed as well.
If there's not channel in a given category, the category will be removed
as well.
Closes #8125 #8126
2022-11-10 15:45:25 +01:00
Noelia
e9f84b2973
test(suite_wallet): Created `bdd_hook` for each `suite_wallet` test case
...
- Created `bdd_hooks` that contain the sing up steps just only once in the feature start and the needed start steps depending on the test case.
- Updated feature files removing sign up steps and given/when/then reorganization.
Closes #8026
2022-11-10 15:43:02 +01:00
Pascal Precht
69677a7c1c
fix(communities): add missing community image to import process
...
This needs https://github.com/status-im/status-go/pull/2947
2022-11-10 14:08:59 +01:00
Lukáš Tinkl
2b6164fc8d
fix: ens names should not display `@`
...
Fixes #8122
2022-11-10 10:42:05 +01:00
Sale Djenic
105e1c156b
fix(@desktop/keycard): `ExportPublic` instead of `Sign` flow should be used for user authentication
...
Fixes : #8176
2022-11-10 11:03:44 +03:00
Sale Djenic
3da62c9092
fix(@desktop/wallet): adding derived wallet account fixed
...
An issue with adding wallet account was happening only for a new user,
the reason for that was incorrectly set keystore path and keystore file couldn't
be found on the statusgo side because of that.
2022-11-10 11:03:44 +03:00
Michał Cieślak
6237d3c7c1
fix(InviteFriendsToCommunityPopup): adaptive popup height, consistent footer height
...
Closes : #7604
Closes : #7605
2022-11-08 22:03:56 +01:00
Richard Ramos
9fe2236a23
fix: pinned mailserver value
2022-11-08 21:40:06 +03:00
Michal Iskierko
1f2a050695
feat(@desktop/general): Use compressed community key in deep links
...
Issue #8001
2022-11-08 15:18:39 +01:00
Alex Jbanca
d23cce99a0
Update MessagingView.qml
...
Group all common functions
2022-11-08 09:29:25 +02:00
Alex Jbanca
f20c5efe20
Update ui/app/AppLayouts/Profile/views/MessagingView.qml
...
Simplify if statement
Co-authored-by: Lukáš Tinkl <lukast@status.im>
2022-11-08 09:29:25 +02:00
Alex Jbanca
0996ef3612
Fix showMessageLinksSwitch bindings
...
Property bindings were added for showMessageLinksSwitch in order for it to change the checked state whenever previewableSites model has any item checked or displayChatImages setting is true.
2022-11-08 09:29:25 +02:00
Alex Jbanca
0d3f872c5c
Display message preview settings - fix model -> view relationship
...
There are two main changes in the model -> view relationship:
1. The model coming from the store becomes the only source of truth and the UI will only change when the model changes. This means that when another UI component from settings menu wants to change some setting it needs to update the model, not UI components directly.
2. When the store will provide a new model we will update only rows that are different in the current model.
2022-11-08 09:29:25 +02:00
Jonathan Rainville
0806d657d3
fix(community-tests): fix a couple community tests
2022-10-28 14:56:29 -04:00
Sale Djenic
2c03146309
fix(@desktop/keycard): can't create accounts if the main account was restored in using an existing keycard account
...
`I already use Status` -> `Login with Keycard` flow is enabled.
Fixes : #7867
2022-10-28 20:43:09 +02:00
Sale Djenic
d6797ca4e9
chore(@desktop/keycard): login with keycard flow enabled (onboarding)
2022-10-28 20:43:09 +02:00
Igor Sirotin
82bc21b4ff
fix: Fixed group and channel mention notifications
2022-10-28 21:21:49 +03:00
Lukáš Tinkl
9327b483a4
fix(BeforeGetStartedModal): fix padding and (line) spacings
...
additionally correct the way a font is propagated from a QQC2 Control
down to our components
Fixes #6515
2022-10-28 19:19:42 +02:00
Michal Iskierko
234a164597
fix(@desktop/chat): Accept profile deep link in "Send Contact Request to chat key"
...
Fix #8070
2022-10-28 16:15:40 +02:00
MishkaRogachev
6a72773ab6
feat(ActivityCenter): Refactor AC Store and fix notifications counting
...
Close #7654
2022-10-28 12:29:40 +03:00
Lukáš Tinkl
27c883ae98
fix(ContactsView): button is in the wrong position
...
Fixes #8080
2022-10-28 10:56:44 +02:00
MishkaRogachev
851dd3bc76
feat(ActivityCenter): Review fixed for community membership AС notifications
2022-10-28 00:25:10 +03:00
MishkaRogachev
5d8e3ac252
feat(ActivityCenter): Fix handling membership requests from AC
2022-10-28 00:25:10 +03:00
Boris Melnik
6175beb40a
feat(Communities): Add checking access type in Welcome modal
...
Part of: #7072
2022-10-27 21:39:12 +03:00
Patryk Osmaczko
db2be47ee1
feat(storybook): extended editing of communities portal page
...
- added tags editor
- added active members editor
- refactored icon/banner models (removed imperative transforms)
- refactored icon/banner selection (removed single shots)
closes : #8032
2022-10-27 13:55:06 +02:00
Jonathan Rainville
e83f46e44a
test(community): add test that kicks a member
...
Fixes #6890
2022-10-26 14:03:21 -04:00
Khushboo Mehta
aec7a30d03
feat(@desktop/wallet): Updated UI for bridge and multi routing support
...
fixes #7334
2022-10-26 18:48:30 +02:00
Jonathan Rainville
68fbaeadc1
test(community): add test that invites a user to the community
2022-10-26 12:32:52 -04:00
Alexandra Betouni
752574cfdb
fix:(Settings): Added bottom row components in header
...
* Made tab bar in Profile Settings non scrollable with
the rest of the content
Closes #7525
2022-10-26 16:47:03 +03:00
Jonathan Rainville
afaf7717e8
fix: fix signals not passing the callback
...
Fixes #8038
We added a callback arg to the signals, but signals do not support default args. You need to pass the exact number of args.
2022-10-26 10:29:33 +02:00
Jonathan Rainville
cea4945cba
feat(storybook): add browser settings in the storybook
2022-10-25 14:27:50 -04:00
Michał Cieślak
2e05a9784e
fix(InviteFriendsToCommunityPopup): invite candidates list made scrollable
...
Additionally, bottom padding is fixed to avoid cutting-off the list
too early.
Closes : #7603
2022-10-25 17:03:44 +02:00
Michał Cieślak
6b90d4d5a6
chore(Storybook): add pages for InviteFriendsToCommunityPopup and related components
...
Closes : #8004
2022-10-25 17:03:44 +02:00
Michał Cieślak
57e80255bf
fix(Global): Popup components moved from Global.qml to dedicated non-singleton component
...
Closes : #7992
2022-10-25 15:35:18 +02:00
Lukáš Tinkl
70e9c89465
fix(AboutView): "Our principles" button not working
...
as a bonus, add the link to release notes as well
Fixes #8020
2022-10-25 08:26:23 -04:00
Michal Iskierko
6d2a2e6e03
fix(@desktop/general): Fix clicking deep links in chat
...
Clicking any deep-link in chat: /u, /c, /cc does not open browser but executes instantly
Fix : #6302
2022-10-25 08:26:16 -04:00
Richard Ramos
3b3b737956
feat: encrypt communities
2022-10-25 08:26:10 -04:00
Alexandra Betouni
594983c889
fix(BackUpSeed): Confirm # word input had no focus
...
Closes #7680
2022-10-24 17:28:36 +03:00
Iuri Matias
fbccb31960
chore(@storybook): add language & currency settings view to storybook
...
chore(@storybook): add language & currency settings view to storybook
chore(@storybook): add language & currency settings view to storybook
fix storybook menu
remove qsTr
2022-10-24 10:25:56 -04:00