nextcloud-dialogs
nextcloud-dialogs copied to clipboard
Nextcloud dialog helpers https://npmjs.org/@nextcloud/dialogs
See https://github.com/apvarun/toastify-js/blob/master/README.md#add-some-offset Would be useful to offset the notification in case it overlaps with other controls like a top bar, see https://github.com/nextcloud/spreed/pull/5794
**Describe the bug** Toasts are over the buttons of actions. **To Reproduce** 1. Go to a deck 2. Remove a task 4. You must wait several seconds to add a...
### Steps to reproduce: ```javascript showSuccess('Click this link.', {isHTML: true}) ``` ### Expected result The link has a different color. ### Actual result The link is styled exactly the same...
Hello, Here is an extract from my code (full code available here : https://github.com/Thatoo/picker/blob/one_page/src/main.js ) : ``` import EyeIcon from '@mdi/svg/svg/eye.svg?raw' import PencilIcon from '@mdi/svg/svg/pencil.svg?raw' import InternalIcon from 'vue-material-design-icons/OpenInNew.vue' function...
[NcDialog](https://nextcloud-vue-components.netlify.app/#/Components/NcDialog?id=ncdialog-1) does provide a `size` attribute we should be able to use for dynamically generated dialogs done with builder.
Currently we request all previews for the files in a folder at once https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/3e49a75698d930c39beeec12f31c84a172fe40e1/lib/components/FilePicker/FilePreview.vue#L38-L47 This will be problematic for folders with a large amount of files and/or previews that are...
Vue 2 was officially deprecated and stopped being maintained at the end of 2023: https://v2.vuejs.org/eol/
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.6 to 0.26.8. Release notes Sourced from typedoc's releases. v0.26.8 Features Updated Chinese translations, #2706. Exported constants no longer render the type and default value if they...
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 2.0.5 to 2.1.2. Release notes Sourced from @vitest/coverage-v8's releases. v2.1.2 🐞 Bug Fixes Move Vitest.setServer to post configureServer hook to enable import analysis for workspace config loading ...