Commit Graph

10302 Commits

Author SHA1 Message Date
Tomáš Klíma
2cddfe2268 chore(suite-desktop): F5/cmd+R to reload app 2022-08-02 11:50:50 +02:00
Tomáš Klíma
6ff234ada8 fix(suite-desktop): unify app restart logic 2022-08-02 11:50:50 +02:00
Tomáš Klíma
1cfd580ab7 feat(suite-desktop): open devtools by using F12, close it by shortcut 2022-08-02 11:50:50 +02:00
Tomáš Klíma
7040652869 feat(suite-desktop): add --open-devtools flag, open devtools immediately 2022-08-02 11:50:50 +02:00
Tomáš Klíma
9d902be353 chore(suite-desktop): remove webPreferences params which are same as default ones 2022-08-02 11:50:50 +02:00
Tomáš Klíma
c6f0520104 chore(csp): remove csp flag as devtools can now be opened without it 2022-08-02 11:50:50 +02:00
Jan Komarek
52f772ea8f fix(suite): display wallet label in WalletLabeling 2022-08-02 11:37:07 +02:00
Daniel Suchý
96c5dbf3eb fix(desktop): build local packages used in desktop (#5905) 2022-08-02 11:30:04 +02:00
Jan Bouchner
85ea796c03 chore(test-utils): fix readme typo (#5903) 2022-08-01 19:38:46 +02:00
Jan Bouchner
23a8ae6a09 chore: suite utils (wallet and few others from suite) and types to common package (#5874)
* chore(wallet-utils): Moving wallet utils to common package

* chore(suite-common) Device types moved to common package

* chore(suite-common): Moving tests from suite to common package

* chore(test): wallet utils tests moved to common suite package

* chore: replace message system types from suite-types from common package

* chore: import global JestMocks in suite and wallet-utils

* chore: decrease jest global coverage thresholds for suite tests

* chore: fix import for suite-config

* chore: update refactored build paths and pckg for web and web-landing
2022-08-01 19:08:06 +02:00
testing
4325f7939d test(e2e) sign and verfiy Ethereum 2022-08-01 18:57:46 +02:00
wendys-cats
cf7da273b0 test(e2e): add account types BTC 2022-08-01 15:45:33 +02:00
dahaca
4e981fe1a7 e2e(@group:wallet): update snapshots 2022-08-01 14:17:07 +02:00
Tomáš Klíma
e04758571f feat(analytics): track bitcoin units 2022-08-01 14:17:07 +02:00
dahaca
90138f40bb feat(suite): send in satoshis 2022-08-01 14:17:07 +02:00
dahaca
995205e107 feat(suite): add UI for switching bitcoin units 2022-08-01 14:17:07 +02:00
Daniel Suchý
d4346b1a77 feat(mobile): Add system option to theme picker (#5886) 2022-08-01 10:48:31 +02:00
mroz
40bd101583 fix(ci): urls tests back 2022-08-01 09:35:21 +02:00
mroz
e052b9951f chore: react-utils package 2022-07-30 14:58:02 +02:00
mroz
de480e6926 docs(connect): fix links to docs in comments 2022-07-30 13:52:20 +02:00
dahaca
bcf8f3778e feat(suite): format crypto amounts based on bitcointUnits state 2022-07-29 17:54:26 +02:00
dahaca
3eb71b8250 feat(suite): add bitcoinAmountUnits to the state 2022-07-29 17:54:26 +02:00
dahaca
2757e6c6e7 feat(suite): expand the networks config to include the amount units feature, add hasNetworkFeatures util 2022-07-29 17:54:26 +02:00
mroz
fe283ce33a docs: add submodule step in readme 2022-07-29 17:38:31 +02:00
Daniel Suchý
3913febc31 chore(test): unit tests config simplification (#5883) 2022-07-29 17:24:08 +02:00
mroz
4228caceed chore: refactor selected suite hooks and utils 2022-07-29 16:38:57 +02:00
juriczech
8b38c5ff65 feat(suite-native): Implement test utils (#5862)
* feat(suite-native): Implement test utils

* chore(suite-native): Deduplicate deps

* feat(suite-native): Implement time switch test

* refactor(suite-native): Rename test

* fix(suite-native): Circular deps

* refactor(suite-native): Test ids

* fix(suite-native): Remove state from test utils

* refactor(suite-native): Remove scripts

* refactor(suite-native): Move tests store

* refactor(suite-native): Use root config
2022-07-29 13:49:05 +02:00
vdovhanych
2e9235b143 chore(ci): add node version from nvmrc for connect version check workflow 2022-07-29 08:23:33 +02:00
vdovhanych
6cab3975cd fix(ci): set connect beta check script to correct path 2022-07-29 08:23:33 +02:00
mroz
472917d78b ci: connect-popup allow failure 2022-07-28 17:50:26 +02:00
Daniel Suchý
df338cf757 chore: move suite types to common package (#5799)
* chore: suite type utils package

* chore: add temporary suite-common/intl-types package

* chore: create wallet-networks-config package

* chore: move SendFormProps to place where its used

* chore: eslint import sort for suite-common packages

* chore: move suite wallet types and constants to common packages

* chore: suite metadata types to common packages

* chore: fix suite tests

* chore: rename wallet-networks-config package to wallet-config

* chore: fix wallet-types connect version
2022-07-28 15:52:38 +02:00
Daniel Suchý
f54a9ad263 feat(native): color scheme picker (#5863) 2022-07-28 11:37:27 +02:00
Tomáš Klíma
0803e3092d feat(analytics): 'missing-provider' if labeling enabled but no provider set 2022-07-28 10:04:22 +02:00
Tomáš Klíma
012294e166 feat(docs): app log description 2022-07-27 13:48:58 +02:00
Tomáš Klíma
0278ded935 feat(suite): prepend app log with info, whitelist actions, refactor 2022-07-27 13:48:58 +02:00
Tomáš Klíma
059e6d1339 chore(suite): rename log to logs, move show balance related switch state from redux 2022-07-27 13:48:58 +02:00
juriczech
62c505b8ac feat(suite-native): Graph package (#5838)
* feat(suite-native): Graph package

* feat(suite-native): Create graph reducer

* ref(suite-native): Colors progress bar, configure store

* # This is a combination of 2 commits.
# This is the 1st commit message:

feat(suite-native): Add year to time switch

# The commit message #2 will be skipped:

# fixup! feat(suite-native): Add year to time switch

* chore(suite-native): Add @dahaca to @suite-native codeowners

* chore(suite-native): Refactor after rebase
2022-07-27 10:19:48 +02:00
mroz
509b74a5a6 release: @trezor/connect 9.0.0-beta.5 2022-07-26 17:35:45 +02:00
mroz
649c647699 release: @trezor/transport 1.1.4 2022-07-26 15:48:36 +02:00
mroz
c258ef8412 ci: fix checking scripts 2022-07-26 15:11:27 +02:00
Jan Komarek
74aedaaabc feat(docs): enhance Summary and Introduction page 2022-07-26 14:17:19 +02:00
gabrielkerekes
53b272f8b7 chore(connect-cardano): update docs with Babbage and TypeScript 2022-07-26 10:52:45 +02:00
gabrielkerekes
efe9c78a2f feat(connect-cardano): add support for babbage features 2022-07-26 10:52:45 +02:00
mroz
ff585c2e0c test(e2e): reoranize test groups 2022-07-26 10:44:22 +02:00
mroz
44ad1f2cb2 docs(connect): firmware update 2022-07-26 10:29:09 +02:00
Jan Komarek
cca5d93f85 fix(docs): remove links to readmes from summary 2022-07-25 16:35:11 +02:00
Jan Komarek
584b447dfe fix(component): use transient props on ActionItem 2022-07-25 15:35:57 +02:00
Jan Bouchner
2abacc6fe7 feat(native): Add splash screen lib (#5839) 2022-07-25 14:45:05 +02:00
Tomáš Klíma
c4233e1de3 fix: .stylelintchache in gitignore 2022-07-25 11:26:54 +02:00
Tomáš Klíma
6720d2ebc9 chore(dependencies): use webpack-cli instead of webpack-nano 2022-07-25 11:26:54 +02:00