[UI] Panel indicator badges (#11956)

* Refactor panel indicator dots

- Allow indicator status to be fetched async

* Add indicator dot for attachments

* Support parameters panel

* Refactor

- Expose more types to @lib
- Define new PanelIndicatorType type
- Support old interface
This commit is contained in:
Oliver
2026-05-17 10:58:23 +10:00
committed by GitHub
parent d732f35e5c
commit c09848422c
26 changed files with 179 additions and 77 deletions
+6
View File
@@ -21,6 +21,12 @@ export type {
StockAdjustmentFormsContext
} from './types/Plugins';
export type {
PanelIndicatorType,
PanelType,
PanelGroupType
} from './types/Panel';
export type {
RowAction,
RowViewProps,