Align imperative Setting.setHeading with schema section layout #312
Labels
No labels
abandoned
active
audit
blocked
data-safety
difficulty:easy
difficulty:hard
difficulty:high
difficulty:medium
docs
done
duplicate
notebook-v0
open
priority:high
ready
release-critical
safe-mode
spec
spec-backlog
subsystem:api
subsystem:backlog
subsystem:bases
subsystem:ci
subsystem:command
subsystem:configuration
subsystem:consolidate
subsystem:dependencies
subsystem:desktop-electron
subsystem:diffmerge
subsystem:docker
subsystem:docs
subsystem:fuzzy
subsystem:graph
subsystem:hotkeys
subsystem:lapis
subsystem:maint
subsystem:maintenance
subsystem:markdown
subsystem:markdown-lint
subsystem:md018
subsystem:notebook
subsystem:notifications
subsystem:opfs
subsystem:package
subsystem:plugin-markdown
subsystem:plugin-tasks
subsystem:plugins
subsystem:registry
subsystem:release
subsystem:renovate
subsystem:restore
subsystem:scripts
subsystem:search
subsystem:settings
subsystem:spec
subsystem:tasks
subsystem:testing
subsystem:ui
subsystem:web
subsystem:workspace
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lapis-notes/lapis#312
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Setting.setHeading()styled a.setting-itemrow inside the plugin tab panel instead of rendering an unframed heading outside a rounded settings body like declarative schema sections.Goal
Make imperative plugin tabs emit
setting-section/ heading / body DOM and route subsequent settings rows into the active section body automatically.Acceptance Criteria
setHeading()creates section heading outside.setting-section-body.new Setting(containerEl)rows mount in the active body.Suggested Files or Specs To Inspect
Validation Commands
Related Issues
Follow-up Tasks
Implementation Summary
Rewrote Setting.setHeading() to build setting-section heading/body DOM with container routing for subsequent rows, added setting-section-layout helpers and unit tests, refactored plugin-tab CSS to a form wrapper with shared panel styling on setting-section-body, documented hooks in configuration-and-settings.md, and added Tasks settings e2e coverage. Validated with api check:types, workspace check:all, spec:lint, api setting-heading tests, and workspace test:e2e:smoke.