Open caybro opened 3 days ago
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_check_mark: | dbf30079 | #14 | 2024-11-21 21:55:08 | ~4 min | macos/aarch64 |
:apple:dmg |
:heavy_check_mark: | dbf30079 | #14 | 2024-11-21 21:58:41 | ~8 min | tests/nim |
:page_facing_up:log |
:heavy_check_mark: | dbf30079 | #14 | 2024-11-21 22:01:53 | ~11 min | tests/ui |
:page_facing_up:log |
:heavy_check_mark: | dbf30079 | #14 | 2024-11-21 22:03:49 | ~13 min | macos/x86_64 |
:apple:dmg |
:heavy_check_mark: | dbf30079 | #14 | 2024-11-21 22:09:29 | ~19 min | linux-nix/x86_64 |
:package:tgz |
:heavy_check_mark: | dbf30079 | #14 | 2024-11-21 22:11:56 | ~21 min | linux/x86_64 |
:package:tgz |
:heavy_check_mark: | dbf30079 | #14 | 2024-11-21 22:17:09 | ~26 min | windows/x86_64 |
:cd:exe |
:heavy_check_mark: | 073cf1bc | #15 | 2024-11-22 10:58:37 | ~5 min | macos/aarch64 |
:apple:dmg |
:heavy_check_mark: | 073cf1bc | #15 | 2024-11-22 11:00:56 | ~7 min | tests/nim |
:page_facing_up:log |
:heavy_check_mark: | 073cf1bc | #15 | 2024-11-22 11:05:42 | ~12 min | tests/ui |
:page_facing_up:log |
:heavy_check_mark: | 073cf1bc | #15 | 2024-11-22 11:07:27 | ~14 min | macos/x86_64 |
:apple:dmg |
:heavy_check_mark: | 073cf1bc | #15 | 2024-11-22 11:12:41 | ~19 min | linux-nix/x86_64 |
:package:tgz |
:heavy_check_mark: | 073cf1bc | #15 | 2024-11-22 11:13:44 | ~20 min | linux/x86_64 |
:package:tgz |
:heavy_check_mark: | 073cf1bc | #15 | 2024-11-22 11:20:45 | ~27 min | windows/x86_64 |
:cd:exe |
What does the PR do
This pull request includes several changes to the
storybook/pages/OnboardingLayoutPage.qml
and related files to enhance the onboarding process and logging functionality. The most important changes include adding logging events, modifying the onboarding flow, and updating the UI components.Enhancements to logging functionality:
getPasswordStrengthScore
,validMnemonic
,getPin
,getSeedPhrase
,validateLocalPairingConnectionString
, andsetConnectionString
instorybook/pages/OnboardingLayoutPage.qml
.getMnemonic
,mnemonicWasShown
, andremoveMnemonic
instorybook/pages/OnboardingLayoutPage.qml
.Modifications to onboarding flow:
onFinished
signal to includedata
parameter and updated the corresponding log event instorybook/pages/OnboardingLayoutPage.qml
.SecondaryPath
enum to include new login paths and modified theonLoginRequested
and related functions to handle new login options inui/app/AppLayouts/Onboarding2/OnboardingLayout.qml
. [1] [2] [3] [4]UI component updates:
StatusBackButton
inui/app/AppLayouts/Onboarding2/OnboardingLayout.qml
.status_sync.png
inui/StatusQ/src/assets.qrc
.These changes aim to improve the user experience during the onboarding process and provide better logging for debugging and analytics.
Affected areas
Onboarding
Architecture compliance
Screenshot of functionality (including design for comparison)