Migrate Dashboard interface patterns
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import type { DocumentationHelpReference } from "@govoplan/core-webui";
|
||||
|
||||
export const DASHBOARD_DOCUMENTATION = {
|
||||
topicId: "dashboard.configurable-home",
|
||||
documentationType: "user"
|
||||
} satisfies DocumentationHelpReference;
|
||||
|
||||
export const DASHBOARD_LAYOUT_DOCUMENTATION = {
|
||||
topicId: "dashboard.reference.layout-and-widgets",
|
||||
documentationType: "user"
|
||||
} satisfies DocumentationHelpReference;
|
||||
|
||||
export const DASHBOARD_I18N = {
|
||||
loading: "i18n:govoplan-dashboard.loading_reason",
|
||||
saving: "i18n:govoplan-dashboard.saving_reason",
|
||||
noChanges: "i18n:govoplan-dashboard.no_changes_reason",
|
||||
invalidWidget: "i18n:govoplan-dashboard.invalid_widget_reason"
|
||||
} as const;
|
||||
Reference in New Issue
Block a user