forked from Github/frigate
UI tweaks (#10946)
* fix warning * Improve event switching speed * Fix icon colors * Only show frigate+ page when frigate+ is enabled * Add link from reecordings to live as well
This commit is contained in:
10
web/src/types/navigation.ts
Normal file
10
web/src/types/navigation.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IconType } from "react-icons";
|
||||
|
||||
export type NavData = {
|
||||
id: number;
|
||||
variant?: "primary" | "secondary";
|
||||
icon: IconType;
|
||||
title: string;
|
||||
url: string;
|
||||
enabled?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user