(feat): added stop all button in library, improved library layout and other minor ui improvements

This commit is contained in:
2025-07-13 19:39:11 +05:30
parent ad6f1938de
commit 5f93e3e526
4 changed files with 403 additions and 319 deletions

View File

@@ -47,6 +47,11 @@ export interface DownloaderPageStatesStore {
setSelectedPlaylistVideoIndex: (index: string) => void;
}
export interface LibraryPageStatesStore {
activeTab: string;
setActiveTab: (tab: string) => void;
}
export interface DownloadActionStatesStore {
downloadActions: {
[download_id: string]: {