Some checks failed
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Successful in 27s
CI / test-go-edu-search (push) Successful in 28s
CI / test-python-klausur (push) Failing after 2m1s
CI / test-python-agent-core (push) Successful in 17s
CI / test-nodejs-website (push) Successful in 17s
Backend: new grid_editor_api.py with build-grid endpoint that detects bordered boxes, splits page into zones, clusters columns/rows per zone from Kombi word positions. New DB column grid_editor_result JSONB. Frontend: GridEditor component with editable HTML tables per zone, column bold toggle, header row toggle, undo/redo, keyboard navigation (Tab/Enter/Arrow), image overlay verification, and save/load. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
257 B
TypeScript
7 lines
257 B
TypeScript
export { GridEditor } from './GridEditor'
|
|
export { GridTable } from './GridTable'
|
|
export { GridToolbar } from './GridToolbar'
|
|
export { GridImageOverlay } from './GridImageOverlay'
|
|
export { useGridEditor } from './useGridEditor'
|
|
export type * from './types'
|