refactor: apply Exchanges terminology to merged gap-fill files

Update Inventory page sections and COMPONENT_GUIDE.md to use
"exchange/exchangeCount" instead of "execution/execCount".

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-18 15:55:54 +01:00
parent 5acb275ce9
commit 4aeb5be6ab
3 changed files with 10 additions and 10 deletions

View File

@@ -107,7 +107,7 @@ Below: charts (AreaChart, LineChart, BarChart)
```
DetailPanel (right slide) with Tabs for sections
Each tab: Cards with data, CodeBlock for payloads,
ProcessorTimeline for execution flow
ProcessorTimeline for exchange flow
```
### Feedback flow
@@ -161,7 +161,7 @@ TreeView for hierarchical data (Application → Routes → Processors)
| MonoText | primitive | Inline monospace text (xs, sm, md) |
| Pagination | primitive | Page navigation controls |
| Popover | composite | Click-triggered floating panel with arrow |
| ProcessorTimeline | composite | Pipeline execution visualization |
| ProcessorTimeline | composite | Pipeline exchange visualization |
| ProgressBar | primitive | Determinate/indeterminate progress indicator |
| RadioGroup | primitive | Single-select option group (use with RadioItem) |
| RadioItem | primitive | Individual radio option within RadioGroup |