From 800cbc642989fd33ef0a60a200bda8d51da18c39 Mon Sep 17 00:00:00 2001 From: istos Date: Fri, 31 Jul 2026 15:01:56 +0200 Subject: [PATCH] =?UTF-8?q?board:=2041=20=E2=86=92=20review=20(istos)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...e-drawer-renders-wrapped-lists-as-lists.md | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) rename tasks/{in-progress => review}/41-the-drawer-renders-wrapped-lists-as-lists.md (65%) diff --git a/tasks/in-progress/41-the-drawer-renders-wrapped-lists-as-lists.md b/tasks/review/41-the-drawer-renders-wrapped-lists-as-lists.md similarity index 65% rename from tasks/in-progress/41-the-drawer-renders-wrapped-lists-as-lists.md rename to tasks/review/41-the-drawer-renders-wrapped-lists-as-lists.md index df74434..236f318 100644 --- a/tasks/in-progress/41-the-drawer-renders-wrapped-lists-as-lists.md +++ b/tasks/review/41-the-drawer-renders-wrapped-lists-as-lists.md @@ -1,6 +1,6 @@ # 41 — The drawer renders a wrapped list item as one item -**Status:** In Progress +**Status:** Review **Assignee:** istos **Priority:** High — the drawer is where every card is actually read, and it currently mangles the section reviews judge against @@ -114,3 +114,29 @@ on one line. Worth checking after the fix: the same wrapped-line assumption may show up in the card face's activity line and in the ticker, which also carry text extracted from these files. + + +--- + +## Work report — 2026-07-31 15:01 (Nell) + +()` in `manager/core/board.html` no longer treats a physical source line as a unit: + +- **Lists group into logical items first.** A new item begins only at a marker; a line without one is continuation text joined to the item above with a space. That single change removes the phantom bullets and the ragged edge inside items together. +- **Indentation is honoured.** A marker indented past its level opens a nested list and a shallower one closes back, so children indent under their parent. Depth beyond two levels nests correctly rather than degrading. Bullets and ordered lists now share one entry point, so an `
    ` nests under a `