featherbit UI
    Preparing search index...

    Module components/ValueCell

    Renders the value/note cell of one suggestion row — shared by VarInput's popover and TemplateEditorModal's panel.

    Extracted to its own module (rather than living in, and being exported from, either component file) so the two don't form a circular import: VarInput renders TemplateEditorModal (the "Expand editor" button / Ctrl+Space target) and TemplateEditorModal needs this same cell — putting it in a third, dependency-free module lets both import it without either importing the other.

    ValueCell