ENG-2084 Add schema import UI for Obsidian - #1265
Open
trangdoan982 wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
This was referenced Jul 29, 2026
trangdoan982
force-pushed
the
eng-1977-add-schema-import-command-to-obsidian
branch
from
July 29, 2026 02:59
23c69c1 to
d417d43
Compare
trangdoan982
force-pushed
the
eng-2084-add-schema-import-ui-for-obsidian
branch
from
July 29, 2026 02:59
11d1480 to
5f5edc0
Compare
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.
Summary
Adds the import modal UI and wires it into the command palette and settings.
ImportSchemaPreviewSummary.tsx— per-category new/existing counts shown before the user applies the importImportSpecsModal.tsx— two-screen modal: file picker screen → preview + selection screen (reusesSchemaSelectionModalBody+SchemaSelectionPanelfrom ENG-2083); delegates apply logic toapplySchemaImportSelectionfrom ENG-1977GeneralSettings.tsx— adds "Import discourse graph schema" entry to the settings UIregisterCommands.ts— registersimport-dg-schemacommand in the command paletteStack
PR 5 of 5 for FEE-840. Stacks on #1264.
Test plan
pnpm --filter @discourse-graphs/obsidian check-typespassesprovisional