-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
Extract reducers to common package #17090
base: feat/rust-bluetooth
Are you sure you want to change the base?
Conversation
🚀 Expo preview is ready!
|
06d724b
to
8bf10a7
Compare
3049fae
to
fe5aa32
Compare
@@ -35,17 +33,21 @@ type BluetoothConnectProps = { | |||
uiMode: 'spatial' | 'card'; | |||
}; | |||
|
|||
const selectAllDevices = prepareSelectAllDevices<BluetoothDevice>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has to be done to create generic selector with memoized output. Consulted with @Nodonisko
fe5aa32
to
c0009aa
Compare
daf8447
to
6d9cf75
Compare
6d9cf75
to
e1e8026
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CR still in progress; dropping off comments, mostly nits.
72fdc6b
to
20fcc71
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Big amount of work 💪 🚀
I've got some nits and questions (see comments), but I'm not yet very familiar with the topic, so they may be irrelevant.
➡️ feel free to resolve them in a way that you deem suitable.
Also I did not test, because I don't have a BT device, and also because it's not merged into develop. I expect that big QA effort shall be done on feat/rust-bluetooth before merging that.
packages/suite/src/views/settings/SettingsDevice/BluetoothEraseBonds.tsx
Show resolved
Hide resolved
…d state for mobile
…d state for mobile
…d state for mobile
No description provided.