feat: add dataflow publication contracts and workflow webui
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Activity, Bell, BookUser, Building2, CalendarClock, CalendarDays, ClipboardPenLine, DatabaseZap, Folder, Form, LayoutDashboard, LayoutTemplate, Mail, Mails, RadioTower, Shield, Users, Waypoints, type LucideIcon } from "lucide-react";
|
||||
import { Activity, Bell, BookUser, Building2, CalendarClock, CalendarDays, ClipboardPenLine, DatabaseZap, Folder, Form, LayoutDashboard, LayoutTemplate, Mail, Mails, RadioTower, Shield, Users, Waypoints, Workflow as WorkflowIcon, type LucideIcon } from "lucide-react";
|
||||
import installedWebModules from "virtual:govoplan-installed-modules";
|
||||
import type { AuthInfo, DashboardWidgetContribution, DashboardWidgetsUiCapability, PlatformModuleInfo, PlatformNavItem, PlatformPublicModuleInfo, PlatformWebModule } from "../types";
|
||||
import {
|
||||
@@ -63,7 +63,8 @@ const iconByName: Record<string, LucideIcon> = {
|
||||
reports: ClipboardPenLine,
|
||||
templates: LayoutTemplate,
|
||||
users: Users,
|
||||
waypoints: Waypoints
|
||||
waypoints: Waypoints,
|
||||
workflow: WorkflowIcon
|
||||
};
|
||||
|
||||
export function iconComponentForName(iconName: string | null | undefined): LucideIcon | undefined {
|
||||
|
||||
Reference in New Issue
Block a user