feat(planner): desktop redesign — flip tiles, full-width grid, no right panel #54
@@ -13,6 +13,14 @@ export interface Recipe {
|
|||||||
tags?: TagItem[];
|
tags?: TagItem[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface Slot {
|
||||||
|
id?: string | null;
|
||||||
|
slotDate?: string;
|
||||||
|
recipe?: Recipe | null;
|
||||||
|
}
|
||||||
|
|
||||||
|
export type SlotMap = Record<string, Slot>;
|
||||||
|
|
||||||
export interface Suggestion {
|
export interface Suggestion {
|
||||||
recipe: Recipe;
|
recipe: Recipe;
|
||||||
scoreDelta: number;
|
scoreDelta: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user