ENG-1608: Add command to create Base view for a node type#935
Open
trangdoan982 wants to merge 4 commits intomainfrom
Open
ENG-1608: Add command to create Base view for a node type#935trangdoan982 wants to merge 4 commits intomainfrom
trangdoan982 wants to merge 4 commits intomainfrom
Conversation
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Adds a "Create Base view for node type" command that generates a .base YAML file filtered by nodeTypeId, with entry points from the command palette, node type settings, and discourse context panel. Also refactors NodeTypeModal to accept a generic callback instead of being hardcoded to createDiscourseNode, enabling reuse across both the existing node creation flow and the new Base view creation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
89a0933 to
9ad2b0d
Compare
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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.
https://www.loom.com/share/32a36f135ea74cbaaaf06de57ad54da3
Summary
.baseYAML file filtered bynodeTypeId, making it easy to create table views for any node type without needing to know the cryptic auto-generated ID.basefile (with incrementing suffix if name exists) to avoid routing users to a modified Base view with stale filtersTest plan
.basefile is created with correctnodeTypeIdfilter and opens.basefile, verify Obsidian shows a table with only nodes of that type🤖 Generated with Claude Code