Skip to content

src/dazzle_ui/specs/shell.py

Generated: 2026-03-30T04:38:49.356852+00:00

Commit: 615f1354a103

Language: python

Scope: dazzle_ui

Purpose

ShellSpec - Application shell configuration for Dazzle UI.

The shell provides the chrome around workspace content: - Navigation (sidebar, topbar, or tabs) - Header with optional auth UI - Footer with optional links and "Made with Dazzle" - Static pages (privacy, terms, etc.)

Key Exports

  • NavItemSpec
  • NavGroupUISpec
  • NavSpec
  • FooterLinkSpec
  • FooterSpec
  • HeaderSpec
  • StaticPageSpec
  • ShellSpec

Dependencies

Imports

  • typing.Literal
  • pydantic.BaseModel
  • pydantic.ConfigDict
  • pydantic.Field

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

  • tests/unit/test_dbshell.py
  • tests/unit/test_specs.py

Notes

This page was automatically generated by tools/gen_reference_docs.py.