Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
66a0b4c
feat: preserve entity selection across viewer/editor modes
JohnRDOrazio Apr 10, 2026
76fd6d6
feat: gate auto-enter edit mode on preferEditMode preference
JohnRDOrazio Apr 28, 2026
c79a49d
Merge branch 'dev' into feat/preserve-entity-selection
JohnRDOrazio Apr 28, 2026
d2b5e1f
test(editor): exercise Edit Item click path in detail panel tests
JohnRDOrazio Apr 28, 2026
c5ac8dc
refactor(editor): remove Edit Item button; editor is always in edit mode
JohnRDOrazio Apr 28, 2026
550b2a8
feat(editor): add Viewer/Editor switcher with type-aware selection pa…
JohnRDOrazio Apr 28, 2026
4f42883
feat(editor): make ViewerEditorSwitcher type-aware via selection store
JohnRDOrazio Apr 28, 2026
828ca9b
fix: address CodeRabbit findings on selection plumbing and a11y
JohnRDOrazio Apr 28, 2026
ebba6fa
chore(lint): clean up tractable lint warnings (39 -> 16)
JohnRDOrazio Apr 28, 2026
8218313
fix(viewer/editor): dispatch property/individual URL params via entit…
JohnRDOrazio Apr 28, 2026
26bd907
perf(useIriLabels): skip class probe for external-vocabulary IRIs
JohnRDOrazio Apr 28, 2026
b3a964d
fix: address CodeRabbit findings on URL restore + a11y + naming
JohnRDOrazio Apr 28, 2026
c22733a
fix(editor): remount detail panels on selection change to prevent sta…
JohnRDOrazio Apr 28, 2026
bc35651
perf(useIriLabels): probe searchEntities first, fall back to class en…
JohnRDOrazio Apr 28, 2026
9b72af2
fix: address CodeRabbit findings on URL restore, ref staleness, and a11y
JohnRDOrazio Apr 28, 2026
9f3529e
test: cover patch-coverage gaps from CodeRabbit/codecov report
JohnRDOrazio Apr 28, 2026
2927342
fix(ClassDetailPanel): clear editStateRef on cancel to prevent unmoun…
JohnRDOrazio Apr 28, 2026
2366fd4
feat: wire preferEditMode to ProjectCard so it actually opens the editor
JohnRDOrazio Apr 28, 2026
9d437b1
feat: respect preferEditMode on every "Back to project" link too
JohnRDOrazio Apr 28, 2026
612501c
test(useIriLabels): replace fragile setTimeout sleep with waitFor
JohnRDOrazio Apr 28, 2026
9fabbc1
Merge remote-tracking branch 'catholicos/dev' into pr-104-merged
damienriehl May 2, 2026
6f9a261
refactor(ClassDetailPanel): drop unused isSuggestionMode prop
damienriehl May 2, 2026
898137f
refactor(IndividualDetailPanel): adopt flushToGitRef pattern for unmo…
damienriehl May 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
301 changes: 110 additions & 191 deletions __tests__/components/editor/ClassDetailPanel.test.tsx

Large diffs are not rendered by default.

60 changes: 0 additions & 60 deletions __tests__/components/editor/ContinuousEditingToggle.test.tsx

This file was deleted.

Loading
Loading