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

🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue

Results 472 nextcloud-vue issues
Sort by recently updated
recently updated
newest added

Since the class based icons were dropped for the `EmptyContent` component in https://github.com/nextcloud/nextcloud-vue/pull/2867, the `DashboardWidget` does not show its empty-content-icon anymore. Hence, the `DashboardWidget` needs to be adjusted and get...

bug
1. to develop
regression
breaking
feature: dashboard

Fixes #2842 The `aria-controls` attribute must point to an element in the same document. When the menu is closed it is removed from the DOM, so the `aria-controls` attribute should...

bug
3. to review
feature: actions
accessibility

The `aria-labelledby` attribute must point to an element in the same document. In the `AppSidebarTab` [it references its tab header](https://github.com/nextcloud/nextcloud-vue/blob/e499b4e9b018f8ef6a5d2a05b3d02a6670e5ce4b/src/components/AppSidebarTab/AppSidebarTab.vue#L30), but [when there is a single tab the tab headers...

bug
1. to develop
feature: app-sidebar
accessibility

According to https://eslint.vuejs.org/rules/multi-word-component-names.html the component names should not be named with a single word to avoid conflicts with current or future html tags. An example is the Button component, which...

component
technical debt
breaking
0. to triage

As alternative to #3028, I would like to propose a less complex solution for the `Actions` component focus-trap problem in #3021. When an `Action` has the `close-after-click` prop set, the...

bug
3. to review
feature: actions
discussion
accessibility

Related to #3021 - add scoped default slot - expose `clearFocusTrap` - add example in `Actions` --- ```vue Focus input Delete import Delete from 'vue-material-design-icons/Delete' export default { components: {...

bug
3. to review
discussion
accessibility
breaking

Before | After ---|--- ![Peek 2022-08-12 13-31](https://user-images.githubusercontent.com/213943/184355223-0dcd50a1-6fc5-4bce-8870-d7b4f6e66c4d.gif) | ![Peek 2022-08-12 14-36](https://user-images.githubusercontent.com/213943/184355242-05a00ee2-c79b-49b6-88df-d89f88839e29.gif)

bug
3. to review
regression

If the `AppSettingsDialog` has not title set, the modal close button is visible, but not clickable, since it's hidden behind `app-settings__content`. Simply remove the title prop in the docs, open...

bug
1. to develop

Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 2.1.1 to 3.0.0. Release notes Sourced from @​nextcloud/event-bus's releases. v3.0.0 Changed Require Node 16 with NPM 7 or NPM 8 Add ESM support Improve native usage support...

3. to review
dependencies

Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.11.0 to 2.0.0. Release notes Sourced from @​nextcloud/axios's releases. v2.0.0 Added Use rollup as bundler Add ESM Support Run tests in more Node versions Changed Remove babel...

3. to review
dependencies