mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 18:53:59 -04:00
feat: admin maintenance and analytics stubs (#1107)
* add tail log viewer routes * add log viewer * add _mealie to ignore directories * add detailed breakdown of storage * generate types * add dialog to view breakdown * cleanup mobile UI * move migrations page * spelling * init analytics page * move route up * add remove temp files function * analytics API client * stub out analytics pages * generate types * stub out analytics routes * update names * ignore types * temporary remove analytics from sidebar
This commit is contained in:
@@ -3,7 +3,9 @@ export interface Icon {
|
||||
primary: string;
|
||||
|
||||
// General
|
||||
bolwMixOutline: string;
|
||||
chart: string;
|
||||
wrench: string;
|
||||
bowlMixOutline: string;
|
||||
foods: string;
|
||||
units: string;
|
||||
alert: string;
|
||||
|
||||
@@ -105,14 +105,19 @@ import {
|
||||
mdiArrowRightBold,
|
||||
mdiChevronRight,
|
||||
mdiBowlMixOutline,
|
||||
mdiWrench,
|
||||
mdiChartLine,
|
||||
} from "@mdi/js";
|
||||
|
||||
export const icons = {
|
||||
// Primary
|
||||
primary: mdiSilverwareVariant,
|
||||
|
||||
wrench: mdiWrench,
|
||||
chart: mdiChartLine,
|
||||
|
||||
// General
|
||||
bolwMixOutline: mdiBowlMixOutline,
|
||||
bowlMixOutline: mdiBowlMixOutline,
|
||||
foods: mdiFoodApple,
|
||||
units: mdiBeakerOutline,
|
||||
alert: mdiAlert,
|
||||
|
||||
Reference in New Issue
Block a user