feat(mobile): explorer create/rename operation (#8628)

close AF-1560
This commit is contained in:
CatsJuice
2024-11-04 05:28:05 +00:00
parent 12e3cf1d07
commit 4cbf4b74d6
44 changed files with 1139 additions and 252 deletions
@@ -40,7 +40,7 @@ export const WorkspaceDeleteModal = ({
confirmButtonOptions={{
variant: 'error',
disabled: !allowDelete,
['data-testid' as string]: 'delete-workspace-confirm-button',
'data-testid': 'delete-workspace-confirm-button',
}}
{...props}
>
@@ -127,7 +127,7 @@ export const Export = ({ exportHandler, className, pageMode }: ExportProps) => {
triggerOptions={{
className: transitionStyle,
prefixIcon: <ExportIcon />,
['data-testid' as string]: 'export-menu',
'data-testid': 'export-menu',
}}
subOptions={{
onOpenChange: handleExportMenuOpenChange,
@@ -213,7 +213,7 @@ export const Snapshot = ({ className }: SnapshotProps) => {
triggerOptions={{
className: transitionStyle,
prefixIcon: <ToneIcon />,
['data-testid' as string]: 'snapshot-menu',
'data-testid': 'snapshot-menu',
}}
subOptions={{}}
>