fix: wire ontology editor + graph curation into live components (+ logo, light-blue theme) - #6
Open
mbuske wants to merge 2 commits into
Open
fix: wire ontology editor + graph curation into live components (+ logo, light-blue theme)#6mbuske wants to merge 2 commits into
mbuske wants to merge 2 commits into
Conversation
…nts; default theme to light blue The ontology editor (Step 01 pause gate) and graph curation (Step 02) were built in views/Process.vue, but the router renders views/MainView.vue. Port the feature into MainView + Step1GraphBuild (ontology editor + approve-build) and GraphPanel (edit/delete/merge), remove the dead Process.vue, and change the default accent color from orange to light blue. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HcwSrP13GETfZVemrS3hKr
Add frontend/src/assets/logo/PredictAnything.png, point Home.vue at it, and remove the unused MiroFish_logo_left.jpeg. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HcwSrP13GETfZVemrS3hKr
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.
Fix: wire the editors into the live components + rebrand touches
The ontology editor (Step 01 pause gate) and graph curation (Step 02) were implemented in
views/Process.vue, but the router actually rendersviews/MainView.vuefor the process screen — so the feature was dead code and never appeared (the app auto-built past Step 01, no editor shown).Changes
MainView.vue(removed both auto-build calls, added rebuild-discard confirm +onOntologySaved, wired@approve-build/@ontology-saved),Step1GraphBuild.vue(mountsOntologyEditorduring phase 0 — the pause gate; read-only tags only for completed phases),GraphPanel.vue(edit/delete/merge curation in the node/edge detail panel with state reset on selection change).views/Process.vue.#5BAEDC); the categorical entity-node palette is left unchanged.PredictAnything.png(oldMiroFish_logo_left.jpegremoved).Verification
npm run buildclean; EN/DE i18n parity intact; verified in the running container (OntologyEditor + curation handlers served, no brand-orange remaining).🤖 Generated with Claude Code
https://claude.ai/code/session_01HcwSrP13GETfZVemrS3hKr