detail
USR369 feedback, three items: (1) System(s) and Name-of-Task columns too narrow, wrapping/clipping on a normal desktop window. Widened sys 46px->92px, name 70px->150px (grid-template-columns on both .log-entry and .hdr, desktop breakpoint). (2) 'you didn't put [a number] in there' -- confirmed via direct query: all 158 existing FIX-LOG.md entries had ZERO ids; the #N feature only applied going forward from the concurrent v3.3 build, nothing was backfilled. Wrote a script that assigns sequential #1-#158 (file order) to every entry lacking one, preserving all existing content untouched. (3) 'don't want it to jump and disappear, put a warning before it does that' -- added a confirm() dialog before toggleStatus() proceeds, explicitly telling the person the row stays put now but will move to the other status group next time the page reloads, with Cancel leaving the entry fully untouched.