mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 23:15:23 +01:00
* fix(suite): remove immer with Object.freeze from guideReducer as it contains 'react' structure * chore(suite): add ignore comments to dynamic imports for vite * fix(suite): make the calling of the GraphWorker as a function call, not constructor * fix(connect): make the imports of the dynamic connect methods "static" without template variables in the paths * fix(suite): edit the dynamic imports to make the more reliable * chore(suite): add info about yarn suite:dev:vite command to README.md * feat(suite): add option to have vite as a dev server * feat(suite): have Vite devserver serve the webpack original index.html file * fix(suite): make the dynamic import of the flag svg actaully dynamic * fix(suite): fix circular dependency * chore(connect-expolorer-theme): remove unused vitest from connect-expolorer-theme