mirror of
https://github.com/danderson1988/visual-notes.git
synced 2026-07-22 08:30:17 +00:00
A tile could target the very board it lives on, producing a "dead end"
tile that appeared to do nothing when clicked — reported as "cannot
get into my canvas" after the user's grid board's target picker
offered (and they picked) itself, likely the only entry in a fresh
vault. TileModal's board/canvas pickers now exclude the current board,
saving a self-link is refused, and clicking an already-saved
self-linked tile explains the problem instead of silently doing
nothing (view.ts's navigateToBoard).
Also relabels the New Board dialog ("Canvas"/"Tile grid" instead of
"Freeform"/"Grid", canvas now the default — the grid default was part
of how the user ended up here) and adds a small layout badge to every
board's header, since grid and canvas boards are otherwise visually
identical (same extension, same icon).
|
||
|---|---|---|
| .. | ||
| asset-organize.test.ts | ||
| asset-relink.test.ts | ||
| canvas-format.test.ts | ||
| dated-items.test.ts | ||
| fake-app.ts | ||
| fake-vault.ts | ||
| file-io.test.ts | ||
| geometry.test.ts | ||
| kanban-migrate.test.ts | ||
| obsidian-dom-polyfill.ts | ||
| obsidian-stub.ts | ||
| pdf-export.test.ts | ||
| save-queue.test.ts | ||
| template-ids.test.ts | ||
| tile-modal.test.ts | ||
| ui-smoke.test.ts | ||