Commit e1becb7
authored
docs(devlog): back 020's withdrawal with the horizontal measurement (#2911)
* docs(devlog): back 020's withdrawal with the horizontal measurement
The file carried a WITHDRAWN banner and then, three lines later, a full "##
Change" section prescribing a rewrite of both dashboard grids from
repeat(auto-fit, ...) to a hard-coded two-up, plus an "## Acceptance" section
demanding no 0px track. A maintainer reading top-down got "nothing here ships"
followed by a complete diff to apply.
Worse, the withdrawal rested on an unmeasured claim. "The trailing gap measures
0, so nothing shifts today" was the whole reason to withdraw, and the axis it
concerns is the horizontal one the original request named first. Nothing in the
landed record backed it.
Measured now, by auditing the rendered edges of each grid's direct children
rather than reading the computed track list:
vw widths topSpread botSpread gutters
1600 556 / 556 0.0px 0.0px one 16px
1440 555 / 555 0.0px 0.0px one 16px
1280 475 / 475 0.0px 0.0px one 16px
1100 385 / 385 0.0px 0.0px one 16px
1024 347 / 347 0.0px 0.0px one 16px
Identical widths, shared top and bottom edges, exactly one gutter, no trailing
gap after the second card. The collapsed third track displaces nothing on either
axis in either grid, so there is no horizontal misalignment here and the
generated-but-collapsed track is not a defect.
The rewrite is kept as a named rejected option rather than deleted: it fixes
nothing measurable today and would trade auto-fit's automatic behaviour for a
count that a third card would have to come back and change. The note says
plainly that it did not ship and is not recommended, and points at the audit as
the procedure to re-run if a third card ever lands.
Documentation only; no stylesheet is touched.
* docs(devlog): anchor 030's citations to selectors, not drifted lines
Two defects in the landed file, both verified against origin/dev rather than
assumed.
The banner said "Implemented by this pull request". That was true while #2906 was
open and is meaningless on dev, where a reader cannot tell which PR it means. It
now names #2906 and 4d646c4.
Every line number it cited had drifted, and the cause is the fix the document
itself describes: that change inserted lines above the rules being cited. Read
straight off origin/dev:
cited actually there now
styles.css:2003 min-width: 220px (.logs-table-wrap is 2011)
styles.css:755 the cap line INSIDE .action-toast (rule is 749)
styles.css:1222 z-index: var(--z-modal) (.notice is 1215)
styles.css:2198 (dvh) background: var(--glass-rail) (drawer is 2213)
So a maintainer following any citation landed on unrelated CSS. Renumbering would
just re-arm the same trap on the next insertion, so the rules are now named by
selector with the line as a hint, and the banner says why.
Documentation only; no stylesheet is touched.1 parent 4d646c4 commit e1becb7
2 files changed
Lines changed: 52 additions & 35 deletions
File tree
- devlog/_plan/260829_gui_dashboard_slop
Lines changed: 38 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
Lines changed: 14 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | | - | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | | - | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | | - | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
0 commit comments