mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 06:39:34 +05:30
(feat): added stop all button in library, improved library layout and other minor ui improvements
This commit is contained in:
@@ -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]: {
|
||||
|
||||
Reference in New Issue
Block a user