Seed shelf UI: source links, lots, and what's left (#51) (#68)
Build image / build-and-push (push) Successful in 11s

Co-authored-by: Steve Dudenhoeffer <[email protected]>
This commit was merged in pull request #68.
This commit is contained in:
2026-07-21 06:03:12 +00:00
committed by steve
parent 7f8b5254d0
commit 5d9b10d7c7
15 changed files with 1067 additions and 11 deletions
+2
View File
@@ -258,6 +258,8 @@ export interface PlantingCreate {
radiusCm: number
count?: number | null
label?: string | null
/** Attributes the plop to a purchase, so that lot can report what's left. */
seedLotId?: number
}
export function useCreatePlanting(gardenId: number) {