Skip to content

fix: wire ontology editor + graph curation into live components (+ logo, light-blue theme) - #6

Open
mbuske wants to merge 2 commits into
mainfrom
fix/editors-live-components
Open

fix: wire ontology editor + graph curation into live components (+ logo, light-blue theme)#6
mbuske wants to merge 2 commits into
mainfrom
fix/editors-live-components

Conversation

@mbuske

@mbuske mbuske commented Jul 1, 2026

Copy link
Copy Markdown
Owner

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 renders views/MainView.vue for the process screen — so the feature was dead code and never appeared (the app auto-built past Step 01, no editor shown).

Changes

  • Ported into the live components: MainView.vue (removed both auto-build calls, added rebuild-discard confirm + onOntologySaved, wired @approve-build/@ontology-saved), Step1GraphBuild.vue (mounts OntologyEditor during 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).
  • Deleted the dead views/Process.vue.
  • Default accent color changed from orange to light blue (#5BAEDC); the categorical entity-node palette is left unchanged.
  • Landing logo replaced with PredictAnything.png (old MiroFish_logo_left.jpeg removed).

Verification

  • npm run build clean; 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

mbuske and others added 2 commits June 27, 2026 16:53
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant