Lukáš Tinkl
d9d6d90dc9
[Style] remove legacy Style and its themes
...
- legacy Style and ThemePalette removed
- moved and deduplicated font definitions into `Theme` (unrelated to a
color palette)
- `Style.current.foo` -> `Theme.foo`
- `Style.current.fooColor` -> `Theme.palette.fooColor`
- upgrade the imports to 5.15
- removed some mode dead components
Fixes #16514
2024-10-22 15:54:31 +02:00
Seitseman
2275fe4f1f
fix(Stored): Make stores typed
...
Adding types instead of var for stores used in qml components
Closes : #14801
2024-08-27 10:52:18 +02:00
Lukáš Tinkl
63c3b756a5
fix(ChangePasswordView): Clear and cancel button is not blue
...
- use the proper `StatusFlatButton` as it was meant in the Figma design
Fixes #13763
2024-05-02 17:26:09 +02:00
Stefan
1b77695e01
feat(settings) add notification to biometrics enable
...
Closes #13896
2024-03-19 13:20:05 +01:00
Stefan
db6e24e4c3
fix(settings) fix toggle button for change password screen
...
Updates #13898
2024-03-19 13:20:05 +01:00
Stefan
086180b47a
chore(settings) align password screen with design
...
Changes required:
- Fixed text colors
- Fixed text expressions
- Added dividers
- Added labels
Closes #13893
2024-03-15 17:52:59 +01:00
Alexandra Betouni
cdbe3a7718
[ProfileSettings]: Added biometrics in password change view
...
Closes #13302
2024-02-29 11:44:59 +02:00
Alexandra Betouni
480985ca4e
[Settings]: Added change password view ( #13284 )
...
* [Settings]: Added change password view
Closes #10037
Adding configuration options to PasswordView
* feat(ChangePassword): Integrate ConfirmChangePasswordModal
1. Integrate with backend
2. Clean unused components
* feat: Add support to restart application
1. Adding restart app support in DOtherSide
2. Integrating nimqml
3. Expose in qml in Utils
* chore: Move changeDatabasePassword call to threadpool
* chore(squish): Fix failing tests due to settings index changes
---------
Co-authored-by: Alex Jbanca <alexjb@status.im>
2024-02-09 13:31:37 +02:00