Merge branch 'mealie-next' into feat/standardize-units

This commit is contained in:
Michael Genson
2026-02-26 16:53:15 +00:00
19 changed files with 2429 additions and 2340 deletions

View File

@@ -28,6 +28,7 @@ export interface FormFieldNumberInputConfig {
export interface FormField {
section?: string;
sectionDetails?: string;
cols?: number | "auto";
label?: string;
hint?: string;
varName: string;