Files
langflow/src
keval shah 3cbd07b68d fix(ui): distinguish Memory and Model icons (BrainCog / BrainCircuit) (#13111)
Memory base and Model Providers both rendered the plain "Brain" Lucide
icon, which QA flagged as confusing — the two sections felt
interchangeable at a glance.

Repoint each surface to its own variant per product/manager direction:

  Model Providers / model trigger / settings nav: Brain → BrainCircuit
  Memory base (sidebar nav, modal, details header, empty states):
    Brain → BrainCog

BrainCircuit was already in use for Language Models / LLM Operations in
the component library, so the Model Providers surface now lines up with
that family. Memory keeps its own distinct glyph (cog) to read as
"managed knowledge" rather than "a model".

Test fixture in sidebarSegmentedNav.test.tsx updated. Provider-list
fixtures that happened to default to "Brain" for unrelated test data are
left as-is.
2026-05-13 19:30:07 +00:00
..