mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
client: allow multi-select of filters with Ctrl and Shift keys
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
const torrentStatusMap = [
|
||||
'checking',
|
||||
'seeding',
|
||||
'complete',
|
||||
'downloading',
|
||||
'seeding',
|
||||
'checking',
|
||||
'complete',
|
||||
'stopped',
|
||||
'error',
|
||||
'inactive',
|
||||
'active',
|
||||
'inactive',
|
||||
'error',
|
||||
] as const;
|
||||
|
||||
export type TorrentStatus = typeof torrentStatusMap[number];
|
||||
|
||||
Reference in New Issue
Block a user