-
Notifications
You must be signed in to change notification settings - Fork 156
feat: add unified torrent management page (MyClient) under Overview #1167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
93075e8
6ef0672
017bf0a
dcb6866
c2fd813
72c85a7
385c500
93101a0
f14eb90
d15a4bd
975aa3c
f2e4e46
be052b5
d07bacf
c5d01f3
9bc097e
50a28e9
9e9ce8e
bf2c083
f2a99a6
a48f85d
24448d8
e5f333b
06cc984
78bab87
bf6c1fd
830b579
4a0d459
7c376b5
c9d090e
aa204d2
8abec0d
ba08047
3d6ee3a
bbb2db3
124a949
f601cd8
932e305
4245019
f51e440
610ae26
3b37a58
6938705
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -77,6 +77,12 @@ export const routes: RouteRecordRaw[] = [ | |
| meta: { icon: "mdi-play-network" }, | ||
| component: () => import("../views/Overview/MediaServerEntity/Index.vue"), | ||
| }, | ||
| { | ||
| path: "/my-client", | ||
| name: "MyClient", | ||
| meta: { icon: "mdi-download-network" }, | ||
| component: () => import("../views/Overview/MyClient/Index.vue"), | ||
| }, | ||
|
Comment on lines
+80
to
+85
|
||
| { | ||
| path: "/download-history", | ||
| name: "DownloadHistory", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deleteClientTorrent/pauseClientTorrent/resumeClientTorrentuseid: anyin the message protocol. SinceCTorrent.idisstring | number(seesrc/packages/downloader/types.ts), usinganyweakens type-safety across the messaging boundary. Preferid: CTorrent['id'](orstring | number) for these message payloads.