- Store custom analytics url in common analytics reducer.
- Add AnalyticsUrlControl component to Dev Utils screen allowing users to
override the analytics endpoint URL at runtime.
feat(suite): add option to pass extra dependencies factory to store and as extra thunk parameter and use it freely also from react context
chore: change Relay Test
# Conflicts:
# suite-native/suite-sync/package.json
# suite/suite-sync/package.json
# yarn.lock
fix: temp comment out some code that causes some ESM import hell
fix: tests, improve to not use 'as' in fixtures
chore: replace 'as' with array spread to convert to ordinary (from readonly) array
fix: bump expo to ^53.0.22 so it can be same as expo required by evolu (and can be deduped)
fix: re-enable the FetureFlag callback
chore: better naming for local-first-package in native
fix: remove on bad circular dependency from local-first-storage reducer<->selectors
chore: update madge (circular import, one more is removed)
fix: disable Evolu labeling in Portfolio Tracker mode
chore: use F.toMutable instead of a ... spread
fix: depcheck ignore (peerdependecny: expo, expo-sqlite) only for relevant package
fix: move feature-flag code out of the feature-falgs module into dev-tools
fix: better selectors, no need to provide whole object, the string|undefined is all what is needed
fix: bad key props in the list
fix: use standard TextButton component
fix: unify string|null for (all) label selectors
fix: missing translation string
chore: extract the labeling logic into separate thunk
fix: depcheck
fix: transaction name component has now correct variant
fix: render debug inly when labeling is on
* fix(connect): make fetch work in react native
* refactor(suite): move FW upgrade logic to common package
* feat(mobile): make some atoms easily animatable
* feat(mobile): firmware upgrade
* fix: formatting and deps
* refactor(suite): map operation to translation ID
* refactor(suite): add transport selectors
* refactor(suite): remove useFirmware hook
* chore: bug fixes
---------
Co-authored-by: Jan Komarek <jan.komarek@satoshilabs.com>