supli6669 commited on
Commit
388b5f9
·
1 Parent(s): f28ecd6

docs: complete 100% bug backlog audit and update handover.md

Browse files
Files changed (1) hide show
  1. handover.md +2 -1
handover.md CHANGED
@@ -504,7 +504,8 @@ Performed a full static code audit of [`app.py`](file:///d:/.gemini-scratch/cust
504
  | B8 | ✅ Fixed | 🟡 Medium | app.py | Training dashboard regex only captures `cross_entropy_loss` — Real-ESRGAN runs show `0.0` |
505
  | B9 | ✅ Fixed | 🟡 Medium | app.py | Keyboard shortcut `Esc` uses `button:contains()` — invalid CSS, Cancel never fires |
506
  | B10 | ✅ Fixed | 🟢 Low | app.py | `split_img` computed twice — once in Split Screen view, once in Download section |
507
- | B11 | Open | 🟢 Low | Dockerfile | `patch_and_install_basicsr.py` does `git clone` at build time — fails on slow/offline network |
 
508
  | B12 | ✅ Fixed | 🟢 Low | app.py | CSS `li::before { display:flex }` on pseudo-element — non-standard, visual glitch in some browsers |
509
 
510
  ---
 
504
  | B8 | ✅ Fixed | 🟡 Medium | app.py | Training dashboard regex only captures `cross_entropy_loss` — Real-ESRGAN runs show `0.0` |
505
  | B9 | ✅ Fixed | 🟡 Medium | app.py | Keyboard shortcut `Esc` uses `button:contains()` — invalid CSS, Cancel never fires |
506
  | B10 | ✅ Fixed | 🟢 Low | app.py | `split_img` computed twice — once in Split Screen view, once in Download section |
507
+ | B11 | Fixed | 🟢 Low | Dockerfile | `patch_and_install_basicsr.py` supports base64 wheel & local `models/CodeFormer/basicsr` fallback |
508
+
509
  | B12 | ✅ Fixed | 🟢 Low | app.py | CSS `li::before { display:flex }` on pseudo-element — non-standard, visual glitch in some browsers |
510
 
511
  ---