6/9/2026 3:52:42 PM
is the single handler wired to the
selection module. In edit mode the view panel (#generalDetails) is
hidden and the edit panel (#generalDetailsEdit) is shown, but
editSidebar.updateSelectionInformation was never called on a plain
node/property click — leaving the edit panel empty.
Fix: when graph.editorMode() is true, forward the call to
editSidebar.updateSelectionInformation so the IRI/label/type editors,
read-only annotation rows, and Add Annotation button are all populated.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
6/9/2026 3:28:48 PM
add annotation
- Delete confirmation: all three deletion paths (node, property, prefix) now show a responseWarning dialog before removing anything; the former silent-delete code path for simple node removal is gone
- Editing right panel: - Rename "Selected Element" heading to "Selected Node" - Render the same read-only annotation rows (Name, Label, Type, rdfs:subClassOf, rdfs:comment, custom annotations) below the IRI/ Label/Type editors, mirroring the non-editing view; exposed via sidebar.renderAnnotationsForElement(element, panel)
- Add Annotation button: - "+ Add Annotation" label below the annotation view opens an inline form with Annotation IRI (datalist autocomplete from ontology IRIs + standard rdfs/owl/dc ones), Value, and Language fields - Saving resolves prefix:local notation to full IRI, pushes the new entry into element.annotations(), and refreshes the panel
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
6/9/2026 2:59:06 PM
relationships from node links (graph edges),
displays each parent class as a prefixed name with IRI link.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
6/9/2026 2:55:56 PM
Claude Sonnet 4.6 <noreply@anthropic.com>
|
6/9/2026 10:30:58 AM
rdfs:comment langs
- Use annotation object key (full IRI) as label instead of local identifier, then resolve to prefixed form via prefixModule
- Show all language variants of rdfs:comment instead of current language only
- Remove updateGraphInformation() call on language change (function was deleted)
- Remove incorrect rdfs:label mapping from description field
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
6/9/2026 9:15:03 AM
Resolve annotation identifiers to prefix:localname via prefixModule
- Display rdfs:comment from element.comment field
- Iterate all values per annotation key (not just first)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
6/9/2026 8:55:37 AM
Description/Metadata/Statistics/Selection Details accordions
with two flat panels showing annotation name+value pairs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|