Pier-Jean Malandrino
fdbab2f49e
feat: add Karate UI e2e tests with data-e2e selectors ( #124 )
...
- Add e2e/ui/ as peer project to e2e/api/ (own pom.xml, runner, config)
- 5 critical UI journeys: upload, delete, analysis, batch-progress, rechunk
- 4 local-only tests: sidebar, i18n, error-states, pipeline-options
- 1 full happy path workflow covering all modes
- Add data-e2e attributes on all tested Vue components (decoupled from CSS)
- Add CONVENTIONS.md with 7 golden rules for writing Karate UI tests
- Update CI with dedicated e2e-ui job (Chrome headless, --no-sandbox)
- Update docs/contributing.md with UI test instructions
Closes #124
2026-04-08 17:53:52 +02:00
Pier-Jean Malandrino
226ae5994e
Format all frontend files with Prettier
...
Batch reformat to eliminate 23 files with inconsistent formatting
that were accumulating across feature branches.
2026-04-03 15:50:32 +02:00
Pier-Jean Malandrino
f6fa6907d7
Add logo across navbar, home hero, studio, and favicon
...
Replace generic orange "D" placeholders with the duck mascot logo
in all branding touchpoints: navbar header, home page hero, studio
import view, and browser favicon.
2026-04-02 17:11:31 +02:00
Pier-Jean Malandrino
598b370e1a
Add icons to home stats cards with accent hover
...
Add document and clock icons above the stat numbers for better visual
context. Accent border and icon color on hover for consistent
interactive feedback across the app.
2026-04-02 16:42:04 +02:00
Pier-Jean Malandrino
a78c9ec415
Redesign documents page rows as cards with accent hover
...
Replace flat border-bottom rows with rounded cards that have a subtle
border and accent-colored border on hover for better visual hierarchy.
2026-04-02 16:40:20 +02:00
Pier-Jean Malandrino
126c41a033
Fix studio topbar title wrapping when sidebar is open
...
Prevent multi-line title by adding ellipsis truncation and min-width
constraints on the topbar-left container.
2026-04-02 16:39:08 +02:00
Pier-Jean Malandrino
4b0bb55cfe
Redesign studio mode tabs with icons and accent highlight
...
Add contextual icons (gear, checkmark, grid) to Configure, Verify,
and Prepare tabs. Replace flat white/shadow active state with accent
color background for clearer visual feedback. Use inner padding and
individual border-radius for a modern segmented control look.
2026-04-02 16:27:02 +02:00
Pier-Jean Malandrino
4af6b5b231
Add chunk-to-bbox hover highlighting in Prepare mode
...
Extract bounding boxes from chunk doc_items provenance in the chunker,
propagate through domain/service/API layers, and render highlighted
bboxes on canvas when hovering a chunk card. Reset highlights on
mode and page changes to prevent stale visual state.
2026-04-02 14:47:31 +02:00
Pier-Jean Malandrino
ace37429bd
Improve Prepare mode with page filtering, collapsible config, and bbox overlay
...
Filter chunks by current PDF page for consistency with Verify mode.
Add collapsible chunking config section and paginated chunk list.
Show BboxOverlay in Prepare mode so users see element bounding boxes.
Fix scroll containment on prepare panel.
2026-04-02 13:41:59 +02:00
Pier-Jean Malandrino
ebdf9ae1be
Add frontend chunking feature with Prepare mode
...
Chunk/ChunkingOptions types, rechunkAnalysis API, store actions
(currentChunks, rechunk), ChunkPanel UI, Prepare tab in StudioPage
gated by chunking feature flag, i18n keys (FR/EN), and tests.
2026-04-02 12:33:07 +02:00
Pier-Jean Malandrino
079595b57d
Fix evetn listening redirection on doc upload
2026-03-23 10:59:52 +01:00
Pier-Jean Malandrino
1edd0668d1
Fix Ruff errror, update node and fix buttton breakline
2026-03-23 10:13:24 +01:00
pjmalandrino
8871c9162c
Migrate frontend in typescript
2026-03-21 15:58:43 +01:00
pjmalandrino
7bb4f8e298
Split the results of OCR
2026-03-20 21:45:26 +01:00
pjmalandrino
d28dfd6d81
Add slide on side bar in Studio mode
2026-03-20 16:24:38 +01:00
pjmalandrino
20e79f4361
Change document tab place and add landing page
2026-03-20 13:57:05 +01:00
pjmalandrino
ad1f1a81d3
Mke some fixes and refacto
2026-03-20 12:36:26 +01:00
pjmalandrino
7821cd397b
Allow History consultaiton on click, add documents management tab
2026-03-20 09:37:40 +01:00
pjmalandrino
d77fe2d989
Add configuration descriptions
2026-03-20 09:23:26 +01:00
pjmalandrino
e69ff90650
Connect options with model configuration
2026-03-20 08:59:20 +01:00
pjmalandrino
ac1b68ac18
Final fixes before first release
2026-03-17 17:09:34 +01:00
pjmalandrino
f10e011830
Add page classification on MD panel
2026-03-17 10:59:01 +01:00
pjmalandrino
a333b0d45b
Fix page number bug
2026-03-17 10:47:19 +01:00
pjmalandrino
f1aa39b75f
Fix display error on visual mode
2026-03-17 10:28:50 +01:00
pjmalandrino
9c2e42ace8
Include pretty visual mode
2026-03-17 09:19:46 +01:00
pjmalandrino
88acda3a48
Imrpove sreen chaining and visual, add configurability
2026-03-17 09:00:31 +01:00
pjmalandrino
50ba1d43dd
Make a nex project base, managing new Docling version
2026-03-17 08:43:00 +01:00