From ed05bd69729660bec8e7be00482edb6f51e7f320 Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Wed, 18 Feb 2026 20:27:36 +0100 Subject: [PATCH] code-review-fix task 10.2: mark task 10.2 as done in tasks.md --- openspec/changes/code-review-fix/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspec/changes/code-review-fix/tasks.md b/openspec/changes/code-review-fix/tasks.md index bd56ffc..5f9d393 100644 --- a/openspec/changes/code-review-fix/tasks.md +++ b/openspec/changes/code-review-fix/tasks.md @@ -93,7 +93,7 @@ ## 10. Frontend — Error Boundary & UX - [x] 10.1 `[sonnet]` Create `src/components/ErrorBoundary.tsx` React class component with error state, fallback UI (error message + "Try Again" + "Reload" buttons), and `console.error` logging -- [ ] 10.2 `[haiku]` Wrap `{children}` with ErrorBoundary in `src/app/layout.tsx` +- [x] 10.2 `[haiku]` Wrap `{children}` with ErrorBoundary in `src/app/layout.tsx` - [ ] 10.3 `[sonnet]` Add confirmation dialog before delete-all annotations in `src/app/page.tsx:412-425` using Radix Dialog - [ ] 10.4 `[haiku]` Fix `SpanAnnotationList.tsx:110-115` confidence check: replace falsy check with `!= null` for confidence value 0