|
|
|
@ -25,9 +25,9 @@ import { translate as t } from '@nextcloud/l10n'
|
|
|
|
import axios from '@nextcloud/axios'
|
|
|
|
import axios from '@nextcloud/axios'
|
|
|
|
import TrashCan from '@mdi/svg/svg/trash-can.svg?raw'
|
|
|
|
import TrashCan from '@mdi/svg/svg/trash-can.svg?raw'
|
|
|
|
|
|
|
|
|
|
|
|
import { registerFileAction, FileAction } from '../services/FileAction.ts'
|
|
|
|
import { registerFileAction, FileAction } from '../services/FileAction'
|
|
|
|
import logger from '../logger.js'
|
|
|
|
import logger from '../logger.js'
|
|
|
|
import type { Navigation } from '../services/Navigation.ts'
|
|
|
|
import type { Navigation } from '../services/Navigation'
|
|
|
|
|
|
|
|
|
|
|
|
registerFileAction(new FileAction({
|
|
|
|
registerFileAction(new FileAction({
|
|
|
|
id: 'delete',
|
|
|
|
id: 'delete',
|
|
|
|
|