Khushboo Mehta
779df7628b
fix(@desktop/wallet): Remove gas selector for slow, optimal and fast
...
fixes #8516
2022-12-05 14:51:39 +01:00
Khushboo Mehta
0c7442d696
fix(@desktop/wallet): Wrong Password error should not be handled in the SendModal
...
fixes #8527
2022-12-05 13:59:06 +01:00
mprakhov
0c66b9fc2d
fix(@desktop/settings): Tab content jump fix
2022-12-03 20:08:57 +02:00
Sale Djenic
8aa36068a0
fix(@desktop/keycard): modal title edits and migrate flow
...
- 01: Keycard settings menu labelling - fixed in this commit
- 02: Modal title renaming - not developed yet
- 03: Additional decision diamond and flow - not developed yet
- 04: Modal title renaming - not developed yet
- 05: Modal title renaming - done in issue #7035
- 06: Copy change - fixed in this commit
Fixes : #8458
2022-12-02 19:04:24 +01:00
Sale Djenic
49da859947
feat(@desktop/keycard): create a backup copy of a Keycard
...
Fixes : #7035
2022-12-02 17:26:06 +01:00
Anthony Laibe
0d217c0db0
feat: add wallet token integration
2022-12-02 10:17:47 +01:00
Michał Cieślak
4de8c6c313
fix(MyProfileSettingsView): Temporary image cropped properly
...
Closes #8520
2022-12-01 16:11:40 +01:00
Jonathan Rainville
b65211ac94
feat(Settings): Enable Community Archive by default and remove toggle
...
Closes : #6098
Original commit by @borismelnik
2022-11-30 14:41:48 -05:00
Richard Ramos
8720fe6949
chore(waku2): disable light nodes in status.prod
2022-11-30 10:24:38 -05:00
Jonathan Rainville
4c1370f7ef
test(Settings): adds a test that sends a contact request with chat key
2022-11-29 15:51:29 -05:00
Pascal Precht
ba4c4b3e93
fix(Settings): better error handling for toggling archive protocol
...
Enabling the community archive protocol could fail when another app is
using the same port that is specified as torrent client port.
This would cause the app to crash.
With these changes we:
1. No longer crash the app but output an error in the logs
2. We popup a dialog telling the user that the specified pord is in use
Closes #7328
2022-11-23 14:56:08 +01:00
Lukáš Tinkl
7fa05c655a
fix(AboutView): Version text is still black on dark mode
...
use the default (existing) color for the text
Fixes #8374
2022-11-23 10:46:19 +01:00
mprakhov
d26ca0baf9
refactoring after review
2022-11-18 11:29:56 +02:00
mprakhov
36e0277321
fix:(@desktop/Profile): Preview Bio length and scroll area fix #7922
2022-11-18 11:29:56 +02:00
Boris Melnik
77c5084355
fix(SettingsDirtyToastMessage): Avoid scrolling when content height is 0
...
Fixes : #8247
2022-11-15 19:30:15 +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
Lukáš Tinkl
2b6164fc8d
fix: ens names should not display `@`
...
Fixes #8122
2022-11-10 10:42:05 +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
Lukáš Tinkl
27c883ae98
fix(ContactsView): button is in the wrong position
...
Fixes #8080
2022-10-28 10:56:44 +02: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
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
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
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
Sale Djenic
a60e5d49cf
feat(@desktop/keycard): create a new pairing code
...
Fixes : #7038
2022-10-19 13:24:41 +02:00
Sale Djenic
7377526553
feat(@desktop/keycard): create a 12-digit personal unblocking key (PUK)
...
Fixes : #7037
2022-10-19 13:24:41 +02:00
Sale Djenic
9b2a63c400
feat(@desktop/keycard): change pin flow added
...
Fixes : #7034
2022-10-19 13:24:41 +02:00
Iuri Matias
440d0a9017
chore(@storybook): add about view to storybook, refactor about view to use calls from store instead of global
...
chore(@storybook): add about view to storybook, refactor about view to use calls from store instead of global
fix storybook menu
2022-10-17 10:03:17 -04:00
Lukáš Tinkl
7a407662e2
feat: New Profile Modal
...
Fixes : #7360
2022-10-17 12:05:54 +02:00
Sale Djenic
43011645f2
fix(@desktop/keycard): clicking `Get Keycard` button should direct to purchase page
...
Fixes : #7027
2022-10-14 13:49:23 +02:00
Sale Djenic
b1f8a476e8
feat(@desktop/keycard): rename keycard flow
...
Fixes : #7033
2022-10-13 19:58:45 +02:00
Sale Djenic
c1f4874e18
feat(@desktop/keycard): UI for the keycard settings in case user has set up a keycard
...
Keycard settings view - UI - developed in a way that list of keycards is displayed
if there is at least one keycard set up. If the a keycard is locked or gets locked it
will be correctly marked in red. Selecting keycard from the list, its details may be
seen and additional flows may be run for it (so far only unlock flow is developed).
Fixes : #7025
2022-10-13 19:24:04 +02:00
Sale Djenic
86a2d963ad
chore(@desktop/keycard): appropriate margin set for title for all views in settings
2022-10-13 19:24:04 +02:00
Lukáš Tinkl
813dbc57c0
feat: notification through notify-send on Linux
...
plus some minor UI changes in the Notifications settings; notably
toggling the exemptions was broken
Closes #2520
2022-10-13 17:28:46 +02:00
Michał Cieślak
f0e238dce6
chore(general): Remove profile pictures visibility options
...
From now on, if the image is available it should be displayed
uncoditionally.
Closes : #7609
2022-10-13 07:51:55 -04:00
Noelia
11fcd82b82
fix(Language): App crashes when language is changed
...
Enabled restart info popup after language is changed --> Workaround to temporary resolve the crash we have when language is changed (`startupModule` is null and some qml bindings are still calling this dead pointer) so, change language will not retranslate and instead, also on mac and win, the app will need a restart to apply the new language.
Disabled retranslations for all os on the corresponding service.
Will temporary fix #7709
2022-10-07 18:45:41 +02:00
Igor Sirotin
f32e551c75
fix(InviteFriendsToCommunityPopup): Created single global instance. Fixed profile icons.
2022-10-05 14:37:36 +03:00
Igor Sirotin
7d08c06524
fix(chat): Connected font sizes to Theme properties
2022-10-04 15:14:04 +03:00
Khushboo Mehta
9638b200e1
fix(@desktop/wallet): Added squish test for change password and relogin
...
fixes #6900
2022-09-30 15:56:03 +02:00
Alexandra Betouni
fc3daa1451
(StatusSectionLayout): removed big space between header and content
...
Closes 7312
2022-09-28 15:37:52 +03:00
Sale Djenic
c5a81455e8
fix(@desktop/keycard): change password disabled for a keycard user
2022-09-27 20:15:34 +02:00
Sale Djenic
f11ff29cb4
feat(@desktop/keycard): check what’s on a Keycard
...
Fixes : #7032
2022-09-27 20:15:34 +02:00
Sale Djenic
10c3b66336
feat(@desktop/keycard): unlock keycard flow added to the flows which are using it
...
- factory reset flow updated with unlock keycard flow
- setup new keycard (keycard migrate) flow updated with unlock keycard flow
- authenticate flow updated with unlock keycard flow
2022-09-27 19:03:18 +02:00
Lukáš Tinkl
6668803fb3
fix(MyProfileSettingsView): adjust biometrics switch padding
...
Fixes #7306
2022-09-20 14:38:18 +02:00
Alexandra Betouni
fb7989db55
fix(Profile/ContactsView): updated contacts layout
...
All contacts should be shown in one long list, should
the list is longer than the page, the page should
scroll down
Closes #6262
2022-09-20 11:13:51 +03:00
Michał Cieślak
f900e7c00e
fix(general): buttons font fixed, font loading refactored
...
Fixes : #7389
2022-09-19 22:10:25 +02:00