max / makenotwork
1 file changed,
+7 insertions,
-1 deletion
| @@ -49,7 +49,13 @@ | |||
| 49 | 49 | /// `onSetActiveTab` wrapper go, and so does `blogTabNav`, which clicked a | |
| 50 | 50 | /// `tab-blog` button the project dashboard has never had. `reloadSyncKitTab` | |
| 51 | 51 | /// arrives in the same pass and puts one back, so three left and one came. | |
| 52 | - | const HIGH_WATER: usize = 115; | |
| 52 | + | /// | |
| 53 | + | /// 114 on 2026-08-20, closing slack rather than making progress. The markdown | |
| 54 | + | /// rich field (`5c358ec4`, MNW@69979a5e) took `window.switchEditorTab` out of | |
| 55 | + | /// `static/partial-item-text-editor.js` and left the seal at 115, so the | |
| 56 | + | /// warning three paragraphs up describes this entry too. Nothing was removed | |
| 57 | + | /// today; the number was walked down to what the tree already counted. | |
| 58 | + | const HIGH_WATER: usize = 114; | |
| 53 | 59 | ||
| 54 | 60 | /// Every file whose global assignments count: the legacy scripts and the typed | |
| 55 | 61 | /// modules that replaced them. |