Commit graph

12 commits

Author SHA1 Message Date
pasta
da7fd268b6
feat: upgrade to tauri 2.0
Steps taken:
1. install tauri via cargo install tauri-cli
2. see errors when running cargo tauri build
3. run cargo tauri migrate as recommended by docs https://tauri.app/start/migrate/from-tauri-1/
4. manually fix some .ts includes as recommeneded by docs https://tauri.app/start/migrate/from-tauri-1/#migrate-to-core-module
5. successfully build using cargo tauri build
2024-10-02 14:30:28 -05:00
Igor Katson
93c53b4285
Add session stats to desktop app 2024-08-21 13:22:22 +01:00
Igor Katson
65e4f1b0a6
Copy playlist to clipboard, native UI (not alert) 2024-08-08 09:56:16 +01:00
Igor Katson
94589a21fe UI link to video files 2024-05-01 00:43:51 +04:00
Igor Katson
c6d3a972c4 desktop support to modify selected files 2024-03-30 20:46:29 +00:00
Igor Katson
29c2db1ab4
Remove symlinks in nodejs setup 2023-12-11 19:58:53 +00:00
Igor Katson
1331145333
Fix Web UI logs in compiled server 2023-12-09 13:50:56 +00:00
Igor Katson
9385524a1a
Desktop: button to show a modal with logs (#48)
* Add an endpoint to stream logs /stream_logs
* Display logs in desktop app
* UI component to stream logs
2023-12-08 19:47:48 +00:00
Igor Katson
808bef11db
Desktop: fix bugs when changing numbers in configuration 2023-12-08 12:14:39 +00:00
Igor Katson
ec63e1cef7
setup vscode for consistent JS formatting 2023-12-07 14:11:12 +00:00
Igor Katson
ee996012af
rqbit desktop configuration before startup works 2023-12-06 15:29:11 +00:00
Igor Katson
30da40555a
Add a desktop app with tauri 2023-12-02 22:24:36 +00:00