feat: add notes field to ingredient editor #6

Merged
pkartch merged 1 commits from feature/ingredient-notes-field into main 2025-11-01 05:22:00 +00:00
Owner

Add editable notes field to ingredients in the unified recipe editor, allowing users to add preparation notes like "sifted", "room temperature", etc.

Changes:

  • Added notes input field below amount/unit/name inputs in UnifiedEditRecipe.tsx
  • Styled notes field with italic, gray text to indicate optional nature
  • Added placeholder text with examples (e.g., sifted, room temperature)
  • Field uses existing ingredient.notes field from database schema
  • Notes are saved with other ingredient data via updateIngredient function

The notes field is displayed with reduced font size and lighter styling to differentiate from required ingredient fields.

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

Add editable notes field to ingredients in the unified recipe editor, allowing users to add preparation notes like "sifted", "room temperature", etc. Changes: - Added notes input field below amount/unit/name inputs in UnifiedEditRecipe.tsx - Styled notes field with italic, gray text to indicate optional nature - Added placeholder text with examples (e.g., sifted, room temperature) - Field uses existing ingredient.notes field from database schema - Notes are saved with other ingredient data via updateIngredient function The notes field is displayed with reduced font size and lighter styling to differentiate from required ingredient fields. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
pkartch added 1 commit 2025-11-01 05:21:48 +00:00
feat: add notes field to ingredient editor
Some checks failed
CI Pipeline / Lint Code (pull_request) Has been cancelled
CI Pipeline / Test API Package (pull_request) Has been cancelled
CI Pipeline / Test Web Package (pull_request) Has been cancelled
CI Pipeline / Test Shared Package (pull_request) Has been cancelled
Docker Build & Deploy / Build Docker Images (pull_request) Has been cancelled
E2E Tests / End-to-End Tests (pull_request) Has been cancelled
E2E Tests / E2E Tests (Mobile) (pull_request) Has been cancelled
Security Scanning / NPM Audit (pull_request) Has been cancelled
Security Scanning / Dependency License Check (pull_request) Has been cancelled
Security Scanning / Code Quality Scan (pull_request) Has been cancelled
Security Scanning / Docker Image Security (pull_request) Has been cancelled
CI Pipeline / Build All Packages (pull_request) Has been cancelled
CI Pipeline / Generate Coverage Report (pull_request) Has been cancelled
Docker Build & Deploy / Push Docker Images (pull_request) Has been cancelled
Docker Build & Deploy / Deploy to Staging (pull_request) Has been cancelled
Docker Build & Deploy / Deploy to Production (pull_request) Has been cancelled
Security Scanning / Security Summary (pull_request) Has been cancelled
cd08428660
Add editable notes field to ingredients in the unified recipe editor, allowing users to add preparation notes like "sifted", "room temperature", etc.

Changes:
- Added notes input field below amount/unit/name inputs in UnifiedEditRecipe.tsx
- Styled notes field with italic, gray text to indicate optional nature
- Added placeholder text with examples (e.g., sifted, room temperature)
- Field uses existing ingredient.notes field from database schema
- Notes are saved with other ingredient data via updateIngredient function

The notes field is displayed with reduced font size and lighter styling to differentiate from required ingredient fields.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
pkartch merged commit e2c7693a8f into main 2025-11-01 05:22:00 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pkartch/basil#6