rqbit/desktop
Igor Katson 2778d46bb3
End-to-end unit test (#90)
* First implementation of create_torrent_file

* Test harness for e2e preparing

* Saving

* Continuing test harness

* Continuing test harness

* Continuing test harness

* All servers are running

* Full e2e harness done

* Test e2e harness working fine

* Remove lints

* injecting faults

* The e2e test runs continuously

* e2e test

* Add a test for create_torrent

* Nothing

* Nothing, just tweaking the numberes

* Update tokio, remove custom tempfile shim
2024-03-05 09:18:22 +00:00
..
.vscode Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
src Fix color name for progress 2023-12-17 12:53:05 +00:00
src-tauri End-to-end unit test (#90) 2024-03-05 09:18:22 +00:00
.gitignore Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
index.html Fix color name for progress 2023-12-17 12:53:05 +00:00
package-lock.json Update npm deps 2024-02-26 10:15:28 +00:00
package.json Update npm deps 2024-02-26 10:15:28 +00:00
postcss.config.js Rewrite all styles to tailwind CSS from Bootstrap by @arccik (#58) 2023-12-14 10:37:29 +00:00
README.md Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
tailwind.config.ts Limit colors and re-use tailwind config in desktop 2023-12-16 19:15:09 +00:00
tsconfig.json Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
tsconfig.node.json Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
vite.config.ts Rewrite all styles to tailwind CSS from Bootstrap by @arccik (#58) 2023-12-14 10:37:29 +00:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.