88 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
e907617e54 docs(connect): update README files for Connect 10
Co-authored-by: martykan <8833813+martykan@users.noreply.github.com>
2026-03-13 04:00:07 -06:00
karliatto
900246c337 docs(nix): add nix project documention
Trezor Suite has Nix configuration to develop and build web, desktop and mobile app but we lacked the documentation for that.
2026-02-24 14:09:22 +01:00
Jiří Čermák
b134f0a265 feat: add security headers for web build preview
- Define security headers for local testing of production web build.
- Use Vite to run the preview local server.
2026-01-30 10:28:57 +01:00
Jiří Čermák
3d36dec615 chore: enable tanstack react query dev tools via an env var 2026-01-26 13:55:00 +01:00
Jiri Zbytovsky
91b9ae1d2f docs: hint about nvm on cd 2025-12-19 09:25:26 +01:00
Jiri Zbytovsky
2d0aae690d ci: add script build:essential to save time 2025-11-13 12:12:19 +01:00
Vojtěch Tranta
82d0bf3cbc fix(suite): the disclaimer about react dev tools in electron 2025-09-25 15:10:27 +02:00
Vojtěch Tranta
797583e096 feat(suite): DEV - add option to have react deve tools in electron desktop app 2025-09-25 15:10:27 +02:00
brantalikp
7d8620adc0 chore(suite-native): trezor suite name update 2025-09-24 12:05:59 +02:00
Tomas Martykan
eb758acea9 chore: apply latest prettier 2025-05-05 13:51:36 +02:00
Jiri Zbytovsky
5f431c0d01 docs: Add guide for native development on Windows 2025-03-20 13:08:02 +01:00
Vojtěch Tranta
9ceb675949 Vite as suite devserver (#17152)
* 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
2025-03-05 15:01:20 +01:00
Jiri Zbytovsky
e701922a79 docs(suite): remove bcrypto troubleshooting md 2024-11-07 15:05:20 +01:00
Tomas Martykan
4cc7107b35 fix(docs): mdbook build 2024-11-05 12:53:01 +01:00
Jiri Zbytovsky
e2e2405652 docs(suite): bcrypto build troubleshooting 2024-09-26 14:14:52 +02:00
Jan Komarek
146ba1d8cc docs: add WSL setup guide to table of contents 2024-06-20 11:17:57 +02:00
Lemonexe
5aea23611c docs: Add WSL setup guide 2024-06-20 11:17:57 +02:00
Jan Komarek
2b6fbd9a4e ci: add commit message check 2024-02-14 16:50:47 +01:00
Daniel Suchý
bb37005e6b chore(mobile): Expo migration (#10769)
* gitignore android + ios folders

* update deps

* react-native-usb Expo + RN 0.73 support

* remove unnecessary fonts

* migrate to Expo

* update github workflows for Expo

* fix type error

* update expo-av

* fix lottie welcome animation

* change android version to 1 for debug

* fix deps

* fix tsconfig

* PR fixes

* fix min sdk version

* rename app

* add Sentry auth token to CI

* remove unsused deps in root package.json

* fix staging pipeline

* update package.json scripts

* fix staging

* fix fastlane prod

* fix unit tests

* fix unit tests
2024-01-26 18:45:30 +00:00
Peter Sanderson
7272e99de3 docs: adding missing step for git lfs install via debian packages 2023-12-06 11:26:21 +01:00
Jan Šetina
f6753f1f88 chore(docs): update readme.md 2023-10-16 10:17:41 +02:00
Matej Kriz
f6e770e21d chore(README): get back git lfs install as it is required for fresh git lfs installation
- It is mentioned in getting started of git lfs, but better to mention it here too, there is no harm in calling that twice.
2023-10-09 17:27:21 +02:00
jakub.ondracek
051c5684ae chore(documentation): fixing link to the test documentation 2023-09-18 18:00:33 +02:00
Matej Kriz
a6dcaacb35 chore(message-system): sign config by build:libs script
- Now it's needed for type-check and it makes the setup of the repo simpler, it just cost a few extra seconds.
2023-06-14 10:00:11 +02:00
Matej Kriz
1e503eb178 chore(message-system): delete packages/message-system completely
- Move all message-system logic to suite-common to prepare for sharing local signed config with suite-native.
- Everything on one place helps deduplicate VERSION and JWS_SIGN_ALGORITHM constants.
- Cleaning of unused constants.
2023-06-14 10:00:11 +02:00
Jan Šetina
abfeef5752 docs(connect): update README.md 2023-06-12 15:26:44 +02:00
Matěj Kříž
a054315783 chore(suite-native): remove not working yarn scripts (#7882) 2023-03-23 20:20:48 +01:00
Tomas Susanka
4333cf4375 chore(readme): add link to trezor.io KB disclosure article 2023-01-09 10:49:38 +01:00
tomasklim
6a7ab50186 feat(suite-web-landing): remove landing package 2022-11-21 18:06:05 +01:00
tomasklim
c755aeecbe feat(@trezor/device-utils): move device utils from suite to separate pkg 2022-11-01 18:10:31 +01:00
tomasklim
2d9af96aac chore(suite-desktop): rename src-electron to src 2022-10-03 10:53:30 +02:00
tomasklim
83f7f3ffb6 feat(message-system): move to separate package 2022-09-29 09:58:53 +02:00
Daniel Suchý
c91eb2e9af chore(docs): add recommended git config for submodules auto pull 2022-09-22 09:46:27 +02:00
tomasklim
aaeb9795a3 chore(news-api): bye bye package 2022-08-16 11:17:27 +02:00
mroz
050b0d1a12 docs: connect related docs revamp 2022-08-15 08:39:31 +02:00
mroz
fe283ce33a docs: add submodule step in readme 2022-07-29 17:38:31 +02:00
Jan Komarek
5c387a381a chore(suite): add oauth description and clean up last migration 2022-07-12 13:56:30 +02:00
Daniel Suchý
1cd4f5d7bf chore: separate suite native to its own packges folder (#5685) 2022-06-26 22:02:40 +02:00
Marek Polak
23ff350a32 chore(urls): add @trezor/urls package 2022-06-16 14:35:47 +02:00
Jan Komarek
5c001ccccf chore(suite): update suite readmes 2022-06-09 17:29:15 +02:00
Jan Komarek
b5ca775b89 chore: update READMEs for miscellaneous packages 2022-06-09 17:29:15 +02:00
Tomáš Klíma
d7b5bdca54 chore(analytics): add codeowner and info to package summary 2022-05-27 15:24:17 +02:00
martin
30c452b69c chore: update docs (#5439)
* docs: general update

* docs: more info about tests
2022-05-23 17:30:52 +02:00
Marek Polak
daec35c271 chore(connect): move @trezor/rollout into connect 2022-05-16 13:18:36 +02:00
mroz
115111c793 chore: monorepo root changes 2022-05-11 16:46:22 +02:00
mroz
4e5163ddca feat(transport): messages.json and types 2022-03-24 10:43:36 +01:00
mroz
0e406c94ae chore: update root readme 2022-03-23 12:01:29 +01:00
Daniel Suchý
6253be3f9f chore: Prettier refactor, update, add CI check (#4950)
* chore: remove redundant prettier, gitignore files

* fix: Fix missign html opening tag

* chore: upgrade prettier

* chore(ci): Add prettier check to CI

* chore(eslint): turn off prettier-eslint

* chore: fix formatting of translations

* chore: run prettier over whole codebase
2022-02-17 18:15:59 +01:00
Daniel Suchy
6f652dbaf7 chore(docs): Add node upgrade docs 2022-01-20 22:02:55 +01:00
Carlos Garcia Ortiz karliatto
6c5be49799 docs(readme): add git lfs step to readme 2021-11-10 12:28:52 +01:00