Skip to content

feat(block): extract recipe rows into supplier blocks - #134

Merged
ApocDev merged 1 commit into
mainfrom
feat/extract-recipe-block
Jul 9, 2026
Merged

feat(block): extract recipe rows into supplier blocks#134
ApocDev merged 1 commit into
mainfrom
feat/extract-recipe-block

Conversation

@ApocDev

Copy link
Copy Markdown
Owner

Summary

  • add a recipe-row context action to extract the selected recipe into a new dedicated block
  • size the new block from the row's solved product rates and carry over row-specific machine, fuel, module, beacon, reactor layout, and pin config
  • make row context menus available from the recipe icon, add action icons, and give context menus a more distinct floating surface

Tests

  • vp check
  • vp test src/lib/block-doc.test.ts
  • cd app/e2e && npm test -- mut/extract-recipe.e2e.ts --project=mutating

Closes#133

@ApocDev
ApocDev merged commit 5b1ad4d into mainJul 9, 2026
1 check passed
@ApocDev
ApocDev deleted the feat/extract-recipe-block branch July 9, 2026 16:13
Sign up for freeto 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.

Add block action to extract a recipe into its own block

1 participant

@ApocDev