Skip to content

feat(editor): reorder hop additions (#42) + fix yeast-nutrient timing (#45) - #54

Merged
ndreno merged 1 commit into
mainfrom
fix/nutrient-timing-and-hop-reorder
Jun 17, 2026
Merged

feat(editor): reorder hop additions (#42) + fix yeast-nutrient timing (#45)#54
ndreno merged 1 commit into
mainfrom
fix/nutrient-timing-and-hop-reorder

Conversation

@ndreno

@ndreno ndreno commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Two more from Phase 5 (third forum batch, Pedzouille). Closes #42 and #45.

#45 — yeast nutrient timing

DAP / Fermaid-K were defaulting to the boil (10 min). They're dosed at pitching (or staggered early in fermentation), not boiled — so the default use is now add_to_fermentation.

Kept correct: Servomyces stays a boil addition — it genuinely is added in the last ~10 min of the boil per Lallemand's instructions. The feedback specifically called out DAP/Fermaid-K, so only that entry changed.

#42 — reorder hop additions

Hop rows can't be reordered without deleting + re-adding. Added up/down controls (a generic moveRow on useIngredientRows, so the other sections can adopt it later), letting you order additions by time (60 → 15 → flameout → dry hop) in place. Disabled at the ends; mobile-friendly (no drag-and-drop dependency).

Tests

  • 4 tests for moveRow (swap down/up, no-op at both ends).
  • 1 catalog assertion: DAP/Fermaid-K = add_to_fermentation, Servomyces = add_to_boil.
  • Full suite: 358 passing.

Verification

pnpm typecheck · pnpm lint · pnpm test (358) · vite build — all clean.

…#45)

#42: hop rows get up/down reorder controls (generic moveRow added to
useIngredientRows), so additions can be reordered without delete + re-add.

#45: DAP / Fermaid-K default use changed from add_to_boil to add_to_fermentation
(dosed at pitching). Servomyces stays a boil addition per the maker's
instructions — the feedback specifically called out DAP/Fermaid-K.
@ndreno
ndreno merged commit 8e81de1 into main Jun 17, 2026
1 check passed
@ndreno
ndreno deleted the fix/nutrient-timing-and-hop-reorder branch June 17, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Recipe editor: hop additions can't be reordered (must delete + re-add)

1 participant