code-review-fix task 10.1: mark task 10.1 as done in tasks.md
This commit is contained in:
parent
081a46638b
commit
4bd9d6f9da
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
|
||||
## 10. Frontend — Error Boundary & UX
|
||||
|
||||
- [ ] 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
|
||||
- [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`
|
||||
- [ ] 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue