Skip to content

Commit 54fad8b

Browse files
Copilothotlong
andcommitted
feat: enhance DashboardEditor and PageCanvasEditor with undo/redo, export/import, preview mode, i18n, keyboard shortcuts, mobile responsive layout
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 57215cb commit 54fad8b

6 files changed

Lines changed: 800 additions & 49 deletions

File tree

packages/i18n/src/locales/en.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,21 @@ const en = {
238238
navImportSuccess: 'Navigation schema imported',
239239
navImportError: 'Invalid navigation JSON',
240240
navIconPlaceholder: 'Icon name (e.g. Users)',
241+
dashboardEditor: 'Dashboard Editor',
242+
noWidgets: 'No widgets. Click a button above to add one.',
243+
widgetLayoutSize: 'Layout Size',
244+
widgetWidth: 'Width',
245+
widgetHeight: 'Height',
246+
dashboardPreview: 'Dashboard Preview',
247+
noWidgetsPreview: 'No widgets to preview',
248+
pageCanvasEditor: 'Page Canvas Editor',
249+
emptyPage: 'Empty page. Click a button above to add a component.',
250+
pagePreview: 'Page Preview',
251+
noComponentsPreview: 'No components to preview',
252+
modePage: 'Page',
253+
modeDashboard: 'Dashboard',
254+
undo: 'Undo',
255+
redo: 'Redo',
241256
},
242257
console: {
243258
title: 'ObjectStack Console',

0 commit comments

Comments
 (0)