block file info for incomplete files

This commit is contained in:
Mateusz Gruszczyński
2026-05-22 23:03:30 +02:00
parent 7c0a4ff703
commit c69142e328
5 changed files with 23 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ export const messagesSource = `
const APP_MESSAGES = {
actions: {
raw_torrent: 'Add torrent',
add_torrent_raw: 'Add torrent file',
add_magnet: 'Add magnet link',
add: 'Add torrent',
start: 'Start torrent',
pause: 'Pause torrent',

File diff suppressed because one or more lines are too long

View File

@@ -1527,6 +1527,10 @@ body.mobile-mode .mobile-card {
padding-bottom: 0.1rem;
padding-top: 0.1rem;
}
.file-priority-table .file-media-info-blocked {
cursor: not-allowed;
opacity: 0.55;
}
.file-priority-table .file-check,
.file-priority-table #fileSelectAll {
display: block;