mirror of
https://github.com/idanoo/autobrr
synced 2025-07-27 02:39:13 +00:00
feat(settings): make log level configurable from UI (#704)
* feat(settings): set log level * fix: light theme colors * fix: light theme colors size unit
This commit is contained in:
parent
8cb4a0244c
commit
ac276868fb
11 changed files with 310 additions and 30 deletions
|
@ -6,7 +6,8 @@ import {
|
|||
FolderArrowDownIcon,
|
||||
KeyIcon,
|
||||
RectangleStackIcon,
|
||||
RssIcon
|
||||
RssIcon,
|
||||
Square3Stack3DIcon
|
||||
} from "@heroicons/react/24/outline";
|
||||
|
||||
import { classNames } from "../utils";
|
||||
|
@ -19,6 +20,7 @@ interface NavTabType {
|
|||
|
||||
const subNavigation: NavTabType[] = [
|
||||
{ name: "Application", href: "", icon: CogIcon },
|
||||
{ name: "Logs", href: "logs", icon: Square3Stack3DIcon },
|
||||
{ name: "Indexers", href: "indexers", icon: KeyIcon },
|
||||
{ name: "IRC", href: "irc", icon: ChatBubbleLeftRightIcon },
|
||||
{ name: "Feeds", href: "feeds", icon: RssIcon },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue