rqbit/desktop
Igor Katson 2017c5ec94
Add an HTTP API endpoint + UI widgets to stream logs (#49)
* Added JSON logs to Desktop

* Move logging config into librqbit for reuse

* Log printer now available in both Desktop and Web UI

* Fix JS type error
2023-12-09 00:26:14 +00:00
..
.vscode Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
src Add an HTTP API endpoint + UI widgets to stream logs (#49) 2023-12-09 00:26:14 +00:00
src-tauri Add an HTTP API endpoint + UI widgets to stream logs (#49) 2023-12-09 00:26:14 +00:00
.gitignore Add a desktop app with tauri 2023-12-02 22:24:36 +00:00
index.html Use react-bs icons, remove bootstrap-icons css 2023-12-07 22:42:19 +00:00
package-lock.json Use react-bs icons, remove bootstrap-icons css 2023-12-07 22:42:19 +00:00
package.json Use react-bs icons, remove bootstrap-icons css 2023-12-07 22:42:19 +00:00
README.md Add a desktop app with tauri 2023-12-02 22:24:36 +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 Add a desktop app with tauri 2023-12-02 22:24:36 +00:00

Tauri + React + Typescript

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