Skip to content

ENG-2188 Node type settings are spread across seven inner tabs; put them on one page - #1420

Open
trangdoan982 wants to merge 1 commit into
eng-2186-grammar-nodes-drill-down-and-settings-navigation-primitivefrom
eng-2188-node-type-settings-are-spread-across-seven-inner-tabs-put
Open

ENG-2188 Node type settings are spread across seven inner tabs; put them on one page#1420
trangdoan982 wants to merge 1 commit into
eng-2186-grammar-nodes-drill-down-and-settings-navigation-primitivefrom
eng-2188-node-type-settings-are-spread-across-seven-inner-tabs-put

Conversation

@trangdoan982

@trangdoan982 trangdoan982 commented Sep 8, 2026

Copy link
Copy Markdown
Member

Reviewer brief

  • Result: a node type's settings are one vertical page instead of seven inner tabs. Groups, in order: Identity (Index, Description, Tag, Color, Format), Creation (Shortcut, Template), Canvas, Legacy (Specification), Suggestive mode (shown only when sync is on), Attributes. Index and Template are drill-down rows that open their own sub-page with a Grammar › Nodes › <node> › Index breadcrumb.
  • Review focus: NodeConfig.tsx is a re-layout. No setting changes its key, default, or write path. The new SettingsDrillDownRow renders a row that pushes a segment on the ENG-2186 route; NodeIndexPage and NodeTemplatePage wrap the existing panels for the two sub-pages.
  • Review focus: the Specification row. The toggle now reads Enabled. Its block text stays lowercase enabled through blockKey, so storage is unchanged. The query builder renders only while the toggle is on.
  • Review focus: group order differs from the ticket. The ticket lists Identity / Recognition / Creation / Index. In review, Recognition was dropped, Index and Format moved into Identity, Specification moved to a Legacy group for settings mid-migration, and Attributes moved last. Format's DEPRECATED — use Specification note was removed with it, since Specification is now the setting in flux.
  • Follow-up: Suggestive mode stays on the node page rather than moving to the Admin panel as the ticket's Solution suggests. It needs its own node selector there, so that move should be its own ticket. The Index row's description is proposed copy and needs sign-off.

Verification

  • tsc --noEmit and eslint report no errors or warnings for apps/roam. Production build completes with 0 errors.
  • Checked in Roam: Grammar › Nodes → node type → Index and Template, with Back and breadcrumb working at each depth; toggling Enabled shows and hides the query builder; Legacy and Attributes are the last two groups.

Loom video

https://www.loom.com/share/f76e4399d7784cf2a85613fd91301e78

Scope check

  • Ran $scope-check against the ENG ticket and final diff.
  • Scope beyond Done When: group names and order follow the manager's review rather than the ticket text (see review focus above). The ticket should be updated to match.

Local delegated full review

  • Ran a comprehensive review of the entire final diff in a subagent with a fresh context.

🤖 Generated with Claude Code


Devin Review

@linear-code

linear-code Bot commented Sep 8, 2026

Copy link
Copy Markdown

ENG-2188

@vercel

vercel Bot commented Sep 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated
discourse-graph Skipped Skipped Sep 8, 2026 9:54pm UTC

Request Review

@supabase

supabase Bot commented Sep 8, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project zytfjzqyijgagqxrzbmz because there are no changes detected in packages/database/supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Devin Review: 2 flags

Not posted on this PR by your GitHub settings — view them in Devin Review. (Configure)

Devin Review

@graphite-app

graphite-app Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

PR size/scope check

This PR is over our review-size guideline.

  • Recommended: ~200 lines changed
  • Acceptable limit: up to 400 lines when well-scoped/self-contained
  • Preferred file count: fewer than 5 files

Please split this into smaller PRs unless there is a clear reason the changes need to land together.

If keeping it as one PR, please add a brief justification covering:

  • What single problem this PR solves
  • Why the files/changes are coupled

@trangdoan982
trangdoan982 force-pushed the eng-2188-node-type-settings-are-spread-across-seven-inner-tabs-put branch from 64d614b to d59d299 Compare September 8, 2026 21:22
…hem on one page

A node type's settings become one vertical page: Identity (Index first, then
Description, Tag, Color, Format), Creation, Canvas, Legacy (Specification),
the sync-gated Suggestive mode, and Attributes last. Index and Template are
drill-down rows on the ENG-2186 primitive, each with its own sub-page.

Specification's toggle reads "Enabled" (its lowercase block text stays the
storage key via blockKey) and the query builder renders only while it is on.
Format loses its DEPRECATED note: Specification is the one in migration.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@trangdoan982
trangdoan982 force-pushed the eng-2188-node-type-settings-are-spread-across-seven-inner-tabs-put branch from d59d299 to 72e962e Compare September 8, 2026 21:54
@trangdoan982
trangdoan982 removed this pull request from stack #1423 September 9, 2026 19:16
@trangdoan982
trangdoan982 added this pull request to stack #1426 September 9, 2026 19:30
cursor: pointer;
}

.dg-settings-node-page {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trangdoan982 tailwind

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.

2 participants