Added debugging for edit coordinates options - #861
Open
carldea wants to merge 3 commits into
Open
Conversation
knowledge-graphlet
pushed a commit
that referenced
this pull request
Jul 25, 2026
…ergence The #861 status slice of the #742 amendment. KonceptStatus now delegates its vocabulary — glyphs, fork, colours, accessible names — to the single-sourced koncept-core KonceptStatus via core(), so the on-screen badge, the drag glyph, and every generated medium render the same marks by construction; komet.css notes it mirrors the enum. The badge installs the accessible reading as a tooltip on its status cluster and passes its live status to the drag glyph at gesture time. KonceptDragGlyph renders the one-leading-mark rule in full: a kind sigil for marked kinds, the copula cluster (≡/⊑/⊤ with the ⋎ fork) for a bare Koncept, with the nid+ViewCalculator overloads classifying via a new ViewCalculator-based KonceptBadge.computeStatus, so navigator and search drags carry status with no caller changes. Outset-frame refinement per the 2026-07-24 drag-rendering handoff (#885 interim): both bevel tones now derive from ONE base — the shared floating grey #c8d6e6 — giving a single retune dial; the pill's drag-affordance border reconciles from the subtle blue to the floating grey 1px per the #861 settled border policy; and the card is snapshotted at 2× and box-downsampled exactly 2:1, so integer edges stay pixel-crisp while text and the rounded pill corners gain supersampled smoothing. New KonceptDragGlyphSampleUTestFX writes variant sheets over the white and navigator-grey backdrops to target/drag-samples/ for frame-refinement judgment without launching the app. Refs: IKE-Network/ike-issues#861 Refs: #885
knowledge-graphlet
pushed a commit
that referenced
this pull request
Jul 25, 2026
…pearance The #861 record plumbing, against released koncept-core 93. KonceptBadge reads identicon size, label size, label/inactive colours, and the standalone pill style (fill, radius, the unified 1/6/1/4 pads — fixing the standalone style's 1/5/1/4 drift from komet.css) from KonceptAppearance.defaults(); the retired strikethrough honours the spec's policy flag. KonceptDragGlyph sources its palette, pill radius, and the floating border colour/width — including the outset bevel's one base dial — from the same record. SmallCapsFonts prefers the family the spec names (the face koncept-core now ships). komet.css cannot read the record, so its .koncept-chip/.koncept-label rules stay as annotated mirrors — and the new KonceptAppearanceMirrorTest fails the build when a mirrored value and the record disagree, covering the pill spec, the label colours, and the status vocabulary hexes. Drag-glyph FX tests green; sample sheets render identically to the pre-plumbing pass (visually unchanged, as the issue requires). Refs: IKE-Network/ike-issues#861
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added debugging for edit coordinates options.
FYI,
I've modified the log4j2.xml to DEBUG log level.
<Property name="ROOT_LOG_LEVEL">DEBUG</Property>