You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor headers, health UI, and workflow type handling
- Refactored HeaderTitle to support optional icons and improved layout; updated all usages to provide relevant icons for visual distinction.
- Enhanced Health page: added card layout, status chips with color/icons, refresh button, improved loading/empty states, and client-side filtering.
- Changed Health nav icon to MonitorHeart for consistency.
- Made "Add workflow" button more prominent in Workflows page.
- Refactored SearchablePluginsList to use "Type:Version" string for OnItemClick and removed default LocalFileSystem entry.
- Simplified WorkflowTask.Type to a string ("Plugin:Version") and updated WorkflowDesigner logic accordingly.
- Performed minor code cleanups and consistency improvements.
#91
Copy file name to clipboardExpand all lines: src/Components/Pages/Plugins/Plugins.razor
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,12 @@
11
11
12
12
<PageTitle>FlowSynx Plugins</PageTitle>
13
13
14
-
<HeaderTitleTitle="Installed plugins"Description="This section enumerates all plugins currently installed and available within the FlowSynx system. Each entry includes the plugin name, version, type, and a brief description of its functionality. " />
14
+
<HeaderTitle
15
+
Title="Managing plugins"
16
+
Description="This section enumerates all plugins currently installed and available within the FlowSynx system. Each entry includes the plugin name, version, type, and a brief description of its functionality."
0 commit comments