From 06b2691d879a3266d8762870d2924620dc0f5113 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Sun, 22 Mar 2026 15:33:35 +0000 Subject: [PATCH] future-plans: multi-cell grid storage selection Co-Authored-By: Claude Sonnet 4.6 --- future-plans.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/future-plans.md b/future-plans.md index 480e6f3..3555cb4 100644 --- a/future-plans.md +++ b/future-plans.md @@ -172,6 +172,13 @@ entries have no URL state — refreshing loses context. ## Grids +### Multi-cell grid storage selection +A component stored in a grid should be able to span multiple cells, since larger +parts often occupy more than one cell. The graphical cell picker in the inventory +dialog should support selecting a range or set of cells rather than a single cell. +The grid viewer should reflect multi-cell occupancy in its count badges and cell +highlighting. + ### Grid URL state Navigating into a grid viewer updates the URL correctly, but the grid list and draft state have no URL representation.