Pytal
Pytal

Add the following custom tag props: - `rootTag` (default: `'div'`): the element to render as the root container. - `beforeTag` (default: `'div'`): the element to render as the before slot...
- Resolve https://github.com/nextcloud/server/issues/43540 ## Summary - Add reminder status indicator to files list - Allow clearing reminders if set in dialog - Register dav plugin directly - Close submenu action...
Show an inline status indicator if a reminder is set
- Fix https://github.com/nextcloud/server/issues/43383 - Needs https://github.com/nextcloud-libraries/nextcloud-vue/pull/5225 ## Summary - ... ## TODO - [ ] Tests ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) - [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all...
Add keyboard focus border on dropdown options to improve accessibility similar to the examples below: - [Single-select example](https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-select-only.html) - [Multi-select example](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/accessibility/) ### Active background color The default dropdown active background...
Enhance component accessibiltiy as described in the MDN docs: - [aria-multiselectable Docs](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-multiselectable) - [aria-selected Docs](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected)
### Reproduction 1) Open the dropdown on https://vue-select.org/sandbox.html 2) Close the dropdown by hitting the `Escape` key 3) Hit the `Enter` key **Expected:** The dropdown opens **Actual:** The dropdown remains...
Last used tags will now be sorted to the top of the list ## TODO - [x] Use webdav lib in place of custom xml parsing
Errors for related resources should not be shown in a toast notification and should instead be placed within tha panel itself ### Apps - [ ] Update implementation in the...