Skip to content

Hide templates feature from UI #59

Description

@jerelvelarde

Summary

The templates feature (template library panel, template chips, save-as-template overlay) should be hidden from the UI for now. The feature is functional but not ready to be user-facing yet.

What to hide

  • Template library panel — the TemplateLibrary component rendered in page.tsx
  • Template chips — the TemplateChip component in the main page
  • Save template overlay — the SaveTemplateOverlay in the widget renderer

Files involved

  • apps/app/src/app/page.tsx — imports and renders TemplateLibrary and TemplateChip
  • apps/app/src/components/template-library/ — library panel, card, chip components
  • apps/app/src/components/generative-ui/save-template-overlay.tsx
  • apps/app/src/components/generative-ui/widget-renderer.tsx — triggers save-template overlay

Approach

Remove or gate the template-related UI from the render tree. The components and seed data can stay in the codebase for when the feature is re-enabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions