22 Commits

Author SHA1 Message Date
Jiří Čermák
345939f9e5 feat(suite): add redux slice for global send and receive
It's not possible to use the existing accountSearchReducer, the search would conflict with the accounts search in the sidebar.
2025-11-20 14:01:54 +01:00
Jirka Bažant
2c50ac6695 feat(suite-common): Refactor useTimer to allow longer ticks 2025-11-07 10:15:22 +01:00
Jaroslav Hrách
e0e95b5c3e feat(suite): add tooling for manual message testing 2025-09-02 11:55:24 +02:00
tomasklim
b3c70b0077 fix(suite): remember previous device for bootloader reconnect 2025-08-05 17:11:47 +02:00
Jaroslav Hrách
67bef9c088 feat(react-utils): add useAsyncClickHandler hook for async button click handling 2025-05-06 10:01:31 +02:00
Jaroslav Hrách
0ae62d224d feat(react-utils): add useClickCooldown hook for button cooldown handling 2025-05-06 10:01:31 +02:00
Jirka Bažant
cdf22af6b2 fix(suite-native): Simplify useTimer hook, fix useReloadTimer hook 2025-04-25 09:47:22 +02:00
Jirka Bažant
b49142c14f chore(suite-common): Stabilize timer callbacks 2025-04-16 17:10:05 +02:00
Jirka Bažant
deb82d5592 chore(suite): fix typos 2025-04-10 15:55:46 +02:00
Jirka Bažant
77e52f5f51 chore(common): introduce useDebouncedValue hook 2025-03-31 16:32:50 +02:00
yanas
b96c899ebb chore(packages): autofix for sort-imports eslint rule 2025-01-30 16:34:04 +01:00
Peter Sanderson
3f34981e5d chore: unify types for setTimeout return type to address the NodeJS types leak issue 2024-12-03 15:37:27 +01:00
Martin Homola
c9e9759e2e fix(suite): use Date to prevent long timing drift in useTimer 2024-10-29 19:25:50 +09:00
Tomas Martykan
00946ef984 feat(react-utils): useWindowFocus hook 2024-07-19 18:25:52 +02:00
Petr Knetl
1349e428a1 feat(suite-native): send form flow - review & send 2024-07-02 15:06:43 +02:00
Peter Sanderson
c82455e746 chore(suite): autofix newlines 2024-02-20 14:54:29 +01:00
0xadams.eth
0f502e5750 chore(suite): remove react imports (#9331)
* chore(suite): update eslint and webpack config

* chore(suite): remove react imports, change default and namespace imports to named imports

* test(suite): update jest config
2023-09-05 16:26:01 +02:00
Jan Komarek
69124a4766 fix(react-utils): clear timeout in useAsncDebounce 2023-07-18 11:08:10 +02:00
Daniel Suchý
50ce258b0f chore(lint): enforce usage of @ts-expect-error 2022-08-21 10:56:43 +02:00
mroz
1485646d88 chore: forbid redundant eslint disable directives 2022-08-10 10:49:55 +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
mroz
e052b9951f chore: react-utils package 2022-07-30 14:58:02 +02:00