From b055644be9a8959de2f0a0fb067938549a26f076 Mon Sep 17 00:00:00 2001 From: timmy Date: Thu, 6 Aug 2026 12:17:13 +0000 Subject: [PATCH] fix: report repo mix context failures (#103) --- frontend/index.html | 16 ++-------------- frontend/widgets.js | 19 +++++++++++++++++++ tests/test_widgets.py | 29 +++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 14 deletions(-) create mode 100644 frontend/widgets.js diff --git a/frontend/index.html b/frontend/index.html index bf4c161..6c27723 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -161,6 +161,7 @@ textarea { resize: vertical; min-height: 120px; } +