nextcloud-dialogs icon indicating copy to clipboard operation
nextcloud-dialogs copied to clipboard

Nextcloud dialog helpers https://npmjs.org/@nextcloud/dialogs

Results 46 nextcloud-dialogs issues
Sort by recently updated
recently updated
newest added

Bumps [@nextcloud/vite-config](https://github.com/nextcloud/nextcloud-vite-config) from 1.2.3 to 2.0.0. Release notes Sourced from @​nextcloud/vite-config's releases. v2.0.0 :rocket: This version brings Vue 3 support to apps and libraries :rocket: For Vue 2.7 please use...

dependencies

Seen in [Calendar](https://github.com/nextcloud/calendar/issues/6004) and Mail Console trace: ``` AttachmentsList.vue:67 [Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only...

bug

The catalan file translation of dialogs, contains a typo. Within file: https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/l10n/ca.pot The text: msgid "Move to {target}" msgstr "More a {target}" Shoud be: msgid "Move to {target}" msgstr "Moure...

Should be the same as the grid view of the files app.

enhancement

```js cy.get('[data-files-picker-file="image.jpg"]').click() ``` cc @susnux

**Is your feature request related to a problem? Please describe.** When in a call, I often want to keep notes and share them with the others. But while the 'share...

paused - needs use case

After merging https://github.com/nextcloud-libraries/nextcloud-vue/pull/5062 and bumping the vue-library: - prop `closeOnClickOutside` should be passed here (or be `true` by default): https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/f69b6f18969281e48285a9a8fc984417ec3f3164/lib/components/FilePicker/FilePicker.vue#L123-L134

bug
dependencies
design & UX

When you're in the root folder inside the File Picker, groupfolders aren't listed: ![image](https://github.com/nextcloud-libraries/nextcloud-dialogs/assets/16020496/e13d41a4-a934-4d2d-aa20-94d9db65720b) I don't know if this also affects other shared folders as I currently don't have any.

The new file picker was a big improvement compared to the old one. However, it's still not ideal: - Its not possible to sort for a different value. When e.g....