Pytal

Results 58 issues of Pytal

![image](https://github.com/nextcloud/server/assets/24800714/786b48c6-f1a8-42ef-ae28-1f0800ff8445)

3. to review
accessibility
pending dependency update

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...

bug
enhancement
3. to review
feature: files

Show an inline status indicator if a reminder is set

enhancement
3. to review
feature: files

- 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...

bug
2. developing
feature: users and groups
pending dependency update

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

enhancement
2. developing
feature: select

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...

3. to review