You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Wall edge lines in Chrome/Edge** - Shift-drag connections were created but invisible in Chromium: the edge SVG overlay lived inside the 0×0 `.wall-content` transform anchor with `width/height: 100%` (== 0), so lines never painted. The overlay now uses a non-zero box with `overflow: visible`.
10
+
11
+
### Improvements
12
+
13
+
-**Wall zoom modifier** - **Shift**+scroll is now the primary zoom control on the wall (Ctrl/Cmd+scroll and trackpad pinch still zoom).
14
+
-**Wall canvas mode preference** - The Select/Pan toggle is remembered globally in the browser and applies to every project's wall.
15
+
16
+
### Documentation
17
+
18
+
-**`docs/wall.md`** - Shift+scroll zoom, global canvas-mode preference.
Copy file name to clipboardExpand all lines: docs/wall.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ Sticky-note board for durable projects. Open it from the board topbar (desktop o
21
21
-**Exit multi-select on canvas** - **Click** empty space (no drag).
22
22
-**Move a group** - With multiple notes selected, drag one of them; all selected notes move together. Selection clears when you release the drag.
23
23
-**Delete several at once** - Drag the group over the trash; one confirmation lists how many notes will be deleted.
24
-
-**Canvas mode toggle** - The button left of **Fit view** switches between **Select** mode (dashed-square icon) and **Pan** mode (hand icon). The wall always opens in Select mode.
24
+
-**Canvas mode toggle** - The button left of **Fit view** switches between **Select** mode (dashed-square icon) and **Pan** mode (hand icon). Your choice is remembered globally in the browser and applies to every project's wall (defaults to Select until you change it).
25
25
-**Select mode** - Empty-canvas drag draws the marquee box to select notes.
26
26
-**Pan mode** - Empty-canvas mouse drag or touch swipe pans the wall. Two-finger touch pinch zooms the wall.
27
27
-**Pan the canvas** - Scroll wheel, **middle-mouse drag**, hold **Space** and drag on empty canvas, or use the **arrow keys** (hold **Shift** for larger steps).
28
-
-**Zoom** - **Ctrl**+scroll (Windows/Linux) or **⌘**+scroll (Mac). Pinch-to-zoom on trackpads uses the same modifier.
28
+
-**Zoom** - **Shift**+scroll. **Ctrl**+scroll (Windows/Linux) or **⌘**+scroll (Mac) also zoom, and pinch-to-zoom on trackpads uses that modifier.
29
29
-**Fit view** - Click the **⊡** button (top-right, beside close) or press **F** while the wall is open. Recenters on all notes (or origin when empty). Your pan/zoom per board is remembered in the browser.
0 commit comments