Sale Djenic
3ca03bdd49
feat(@desktop/onboarding): `Lost Keycard` - `Create replacement Keycard with seed phrase` flow
...
This commit introduces:
- `Create replacement Keycard with seed phrase` flow
- `Order new keycard` option
Closes : #7641
2023-01-23 18:02:44 +01:00
Anthony Laibe
9e1f596b6a
fix(@wallet): related account heights
...
fixes #9032
2023-01-18 13:21:28 +01:00
Lukáš Tinkl
b2328d6643
chore: Consolidate date/time formatting
...
- simplify locale settings
- extract/fix datetime related functions into LocaleUtils
- port code to the new LocaleUtils
Closes #7230
2023-01-17 16:42:34 +01:00
Sale Djenic
cae2a5bea3
feature(@desktop/keycard): sync a Keycard state on every usage
...
Closes : #8759
2023-01-13 21:02:36 +01:00
Jonathan Rainville
67e0df17e1
test(contact): add a test that sends a contact request from the chat
...
Fixes #6883
2023-01-05 15:21:38 -05:00
Sale Djenic
0e65f2a7ff
feature(@desktop/keycard): create a new Keycard account with a new seed phrase
...
Fixes : #7028
2023-01-04 14:24:55 +01:00
mprakhov
3a26799781
fix(@desktop/profile): do not show store password to keychain dialog during saving Bio with enabled biometrics
2022-12-27 13:16:44 +02:00
Noelia
579075d6cc
fix(StatusQ/StatusListItemTag): Changed API and added test elide property when a specific width is forced
...
- Changed `StatusListItemTag` API. Now it is based on `Control` component.
- Updated needed qml files to fit with the new `StatusListItemTag` API.
- Added `elide` property in `Text` component to better visualise the content when a specific width is forced.
2022-12-21 18:42:16 +01:00
Boris Melnik
f35468963c
fix(warnings): Rid off warnings
...
Fixes : #8293
2022-12-15 19:31:18 +03:00
Igor Sirotin
50427390dd
ens: Fix ens name inconsistency across app
2022-12-14 23:46:50 +03:00
Anthony Laibe
9b0d9cf478
feat(@wallet): Display ens name in account view
...
fixes #8607
2022-12-14 16:04:58 +01:00
Michal Iskierko
0da0360beb
fix(@desktop/tests): Fixing gif and image unfirling scenarios
...
Fix #7912
2022-12-14 12:55:57 +01:00
Boris Melnik
5d19667f2d
fix(warnings): Fix warnings raised from settings
...
Fixes : #8293
2022-12-14 14:33:13 +03:00
Sale Djenic
4b972acdd9
feature(@desktop/keycard): display keycards for the same keypair as a list in the keypair details view
...
Fixes : #8136
2022-12-14 08:22:12 +01:00
Khushboo Mehta
9825a48eec
fix(@desktop/wallet): Fix for wrong link is generated when transaction is done on testnet
...
fixes #8681
2022-12-12 15:23:52 +01:00
Lukáš Tinkl
668ea868c4
fix(notifications): The sound of notifications is harsh and annoying
...
Use logarithmic sound volume scale instead of linear when interpreting
the sound volume value
TLDR; we were literally overblowing the speakers with absolute sound
volume levels; for the whole story I recommend reading:
https://www.dr-lex.be/info-stuff/volumecontrols.html
Also play a sound preview when changing the volume in Settings
Needs https://github.com/status-im/dotherside/pull/83
Fixes #8426
2022-12-12 11:39:32 +01:00
Igor Sirotin
e436d6937d
fix: Removing and releasing ENS names
2022-12-09 18:56:33 +03:00
mprakhov
873f690fd3
fix(@desktop/settings): empty screen when having 0 communities joined in Profile
2022-12-08 20:56:22 +02:00
Alex Jbanca
0526dca298
Fix "The user signs up with a profile image" squish test case
2022-12-07 20:18:57 +01:00
Igor Sirotin
16be01495a
fix(EnsListView): Fixed message preview visibility
2022-12-07 15:59:40 +03:00
Igor Sirotin
4da18c8de7
fix(EnsListView): Fixed preferred name message preview
2022-12-07 15:59:40 +03:00
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