Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#21476] Part 2 - Code style fixes #21629

Conversation

ulisesmac
Copy link
Contributor

fixes #21476

Summary

While solving:

I noticed some pieces of code could be fixed or improved, this has been created as a separate PR in order to make the review easier

status: ready

@@ -70,8 +70,8 @@
(rf/defn create-account-and-login
{:events [:onboarding/create-account-and-login]}
[{:keys [db] :as cofx}]
(let [{:keys [display-name seed-phrase password image-path color] :as profile}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This had unused vars destructured 👀

Comment on lines 17 to +18
(fn [{:keys [db]} [setting setting-value {:keys [dont-sync? on-success]}]]
{:db (-> db
(set-setting-value setting setting-value))
{:db (set-setting-value db setting setting-value)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed 1 step thread macro usage

@status-im-auto
Copy link
Member

status-im-auto commented Nov 14, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 9f40b45 #1 2024-11-14 18:07:46 ~5 min tests 📄log
✔️ 9f40b45 #1 2024-11-14 18:09:11 ~6 min android-e2e 🤖apk 📲
✔️ 9f40b45 #1 2024-11-14 18:10:38 ~8 min android 🤖apk 📲
✔️ 9f40b45 #1 2024-11-14 18:12:33 ~10 min ios 📱ipa 📲
✔️ 9f40b45 #2 2024-11-14 18:22:28 ~5 min tests 📄log
✔️ 9f40b45 #2 2024-11-14 18:24:09 ~7 min android-e2e 🤖apk 📲
✔️ 9f40b45 #2 2024-11-14 18:24:53 ~8 min android 🤖apk 📲
✔️ 9f40b45 #2 2024-11-14 18:25:57 ~9 min ios 📱ipa 📲

@ulisesmac ulisesmac changed the base branch from develop to 21476-fix-biometrics-in-profile-switching-main November 14, 2024 18:16
@Horupa-Olena Horupa-Olena force-pushed the 21476-fix-biometrics-in-profile-switching-main branch from 9c44fd6 to 7be1be9 Compare November 18, 2024 10:37
@yevh-berdnyk yevh-berdnyk force-pushed the 21476-fix-biometrics-in-profile-switching-main branch from ca3973b to b3da606 Compare November 19, 2024 03:15
@VolodLytvynenko VolodLytvynenko force-pushed the 21476-fix-biometrics-in-profile-switching-main branch from b3da606 to 04b10bf Compare November 19, 2024 14:37
@ulisesmac ulisesmac merged commit ccc45ea into 21476-fix-biometrics-in-profile-switching-main Nov 19, 2024
5 checks passed
@ulisesmac ulisesmac deleted the 21476-fix-biometrics-in-profile-switching-code-style branch November 19, 2024 19:23
ulisesmac added a commit that referenced this pull request Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: DONE
Development

Successfully merging this pull request may close these issues.

Onboarding - Streamline profile switching with biometric authentication
2 participants