Skip to content

Conversation

@peter-sanderson
Copy link
Contributor

@peter-sanderson peter-sanderson commented Dec 8, 2025

  • Adds more tests
  • renames
  • remove redux-utils from suite sync (circular dependecy resolution)
  • introduces a ton of Dep type to remove a need for naming servicies

🔍🖥️ Suite web test results: View in Currents

🔍🖥️ Suite desktop test results: View in Currents

🔍🖥️ Suite native android test results: View in Currents

@peter-sanderson peter-sanderson requested a review from a team as a code owner December 8, 2025 09:55
*
* @deprecated This shall be removed, once we phase out the old Metadata code.
*/
export const processLegacyMetadataIntoSuiteSyncThunk = createThunk<
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just moved out of the SuiteSync

const secureStorage = isDesktop()
? createElectronSecureStorage({ desktopApi })
: createWebauthnSecureStorage();
export const suiteExtraFactory: ExtraWithStoreFactory = store => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Todo: This shall be moved/named suiteCompositionRoot.ts

"dependencies": {
"@reduxjs/toolkit": "2.10.1",
"@suite-common/metadata-types": "workspace:*",
"@suite-common/redux-utils": "workspace:*",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

🎉

@peter-sanderson peter-sanderson force-pushed the remove-redux-utils-from-suite-sync branch from ac6f0d7 to d7002ef Compare December 8, 2025 11:21
@peter-sanderson peter-sanderson force-pushed the remove-redux-utils-from-suite-sync branch from d7002ef to ca21a2a Compare December 8, 2025 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants