+
+ {/* Health Status Buttons */}
+
{(['GOOD', 'FAIR', 'NEEDS_ATTENTION'] as const).map(s => (
))}
-
-
-
-
+
+ {/* Pests Checkbox */}
+
+
+ {/* Notes */}
+ {(health !== 'GOOD' || pests) && (
+
setNotes(e.target.value)}
+ placeholder="Describe the issue..."
+ className="w-full px-3 py-2 bg-primary border border-subtle rounded-lg text-sm"
+ />
+ )}
+
+ {/* Photo Capture - shown for issues */}
+ {(health !== 'GOOD' || pests) && (
+ <>
+
📷 Photo recommended for issues
+
+ >
+ )}
+
+ {/* Save Button */}
+