mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
web: darker inactive tables and small fixes
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
import styled, { css } from 'styled-components'
|
import styled, { css } from 'styled-components'
|
||||||
|
|
||||||
const viewedPrimaryColor = '#bdbdbd'
|
const viewedPrimaryColor = '#858c90'
|
||||||
const viewedSecondaryColor = '#c4c4c4'
|
const viewedSecondaryColor = '#8c9498'
|
||||||
const viewedTertiaryColor = '#c9c9c9'
|
const viewedTertiaryColor = '#949ca0'
|
||||||
const bigTableDividerColor = '#ddd'
|
const bigTableDividerColor = '#ddd'
|
||||||
const bigTableDefaultRowColor = '#fff'
|
const bigTableDefaultRowColor = '#fff'
|
||||||
const bigTableViewedRowColor = '#f3f3f3'
|
const bigTableViewedRowColor = '#f3f3f3'
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ const TorrentCache = ({ cache, isMini, isSnakeDebugMode }) => {
|
|||||||
|
|
||||||
if (isSnakeDebugMode && priority > 0) {
|
if (isSnakeDebugMode && priority > 0) {
|
||||||
let info = ''
|
let info = ''
|
||||||
if (priority === 1) info = '*'
|
if (priority === 1) info = ''
|
||||||
else if (priority === 2) info = 'H'
|
else if (priority === 2) info = 'H'
|
||||||
else if (priority === 3) info = 'R'
|
else if (priority === 3) info = 'R'
|
||||||
else if (priority === 4) info = 'N'
|
else if (priority === 4) info = 'N'
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"CopyHash": "Copy Hash",
|
"CopyHash": "Copy Hash",
|
||||||
"CopyLink": "Copy link",
|
"CopyLink": "Copy link",
|
||||||
"Data": "Data",
|
"Data": "Data",
|
||||||
"DebugMode": "Show download priorities",
|
"DebugMode": "Download priorities",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
"DeleteTorrent?": "Delete Torrent?",
|
"DeleteTorrent?": "Delete Torrent?",
|
||||||
"DeleteTorrents?": "Delete All Torrents?",
|
"DeleteTorrents?": "Delete All Torrents?",
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"CopyHash": "Скопировать хеш",
|
"CopyHash": "Скопировать хеш",
|
||||||
"CopyLink": "Копировать",
|
"CopyLink": "Копировать",
|
||||||
"Data": "Данные",
|
"Data": "Данные",
|
||||||
"DebugMode": "Метки приоритетов загрузки",
|
"DebugMode": "Метки приоритетов",
|
||||||
"Delete": "Удалить",
|
"Delete": "Удалить",
|
||||||
"DeleteTorrent?": "Удалить торрент?",
|
"DeleteTorrent?": "Удалить торрент?",
|
||||||
"DeleteTorrents?": "Удалить все торренты?",
|
"DeleteTorrents?": "Удалить все торренты?",
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
"Mbps": "Мбит/c",
|
"Mbps": "Мбит/c",
|
||||||
"Name": "Название",
|
"Name": "Название",
|
||||||
"NoTorrentsAdded": "Нет торрентов",
|
"NoTorrentsAdded": "Нет торрентов",
|
||||||
"Offline": "Сервер не доступен",
|
"Offline": "Сервер недоступен",
|
||||||
"OK": "OK",
|
"OK": "OK",
|
||||||
"OpenLink": "Открыть",
|
"OpenLink": "Открыть",
|
||||||
"Peers": "Пиры",
|
"Peers": "Пиры",
|
||||||
|
|||||||
Reference in New Issue
Block a user