feat(workspaces): add workspace management page

This commit is contained in:
2026-03-12 20:51:41 +08:00
parent 2ffd1efc61
commit 5e4f4ec6e4
9 changed files with 224 additions and 33 deletions

View File

@@ -104,8 +104,9 @@ export const en = {
darkMode: "Dark Mode",
workspace: {
title: "Workspaces",
title: "Workspace Management",
createNew: "Create New Workspace",
manage: "Manage Workspaces",
nameLabel: "Workspace Name",
namePlaceholder: "Enter workspace name",
descriptionLabel: "Description",
@@ -121,7 +122,16 @@ export const en = {
creating: "Creating...",
submit: "Create",
cancel: "Cancel",
},
loading: "Loading...",
confirmDelete: "Are you sure you want to delete this workspace?",
deleteError: "Error deleting workspace",
subtitle: "Manage your workspaces",
noDescription: "No description",
view: "View",
edit: "Edit",
delete: "Delete",
emptyState: "You are not a member of any workspace."
}
}