web: darker inactive tables and small fixes

This commit is contained in:
nikk gitanes
2021-08-25 18:42:17 +03:00
parent 53eb769e13
commit 10440ec765
4 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
import styled, { css } from 'styled-components'
const viewedPrimaryColor = '#bdbdbd'
const viewedSecondaryColor = '#c4c4c4'
const viewedTertiaryColor = '#c9c9c9'
const viewedPrimaryColor = '#858c90'
const viewedSecondaryColor = '#8c9498'
const viewedTertiaryColor = '#949ca0'
const bigTableDividerColor = '#ddd'
const bigTableDefaultRowColor = '#fff'
const bigTableViewedRowColor = '#f3f3f3'

View File

@@ -93,7 +93,7 @@ const TorrentCache = ({ cache, isMini, isSnakeDebugMode }) => {
if (isSnakeDebugMode && priority > 0) {
let info = ''
if (priority === 1) info = '*'
if (priority === 1) info = ''
else if (priority === 2) info = 'H'
else if (priority === 3) info = 'R'
else if (priority === 4) info = 'N'

View File

@@ -33,7 +33,7 @@
"CopyHash": "Copy Hash",
"CopyLink": "Copy link",
"Data": "Data",
"DebugMode": "Show download priorities",
"DebugMode": "Download priorities",
"Delete": "Delete",
"DeleteTorrent?": "Delete Torrent?",
"DeleteTorrents?": "Delete All Torrents?",

View File

@@ -33,7 +33,7 @@
"CopyHash": "Скопировать хеш",
"CopyLink": "Копировать",
"Data": "Данные",
"DebugMode": "Метки приоритетов загрузки",
"DebugMode": "Метки приоритетов",
"Delete": "Удалить",
"DeleteTorrent?": "Удалить торрент?",
"DeleteTorrents?": "Удалить все торренты?",
@@ -66,7 +66,7 @@
"Mbps": "Мбит/c",
"Name": "Название",
"NoTorrentsAdded": "Нет торрентов",
"Offline": "Сервер не доступен",
"Offline": "Сервер недоступен",
"OK": "OK",
"OpenLink": "Открыть",
"Peers": "Пиры",