Sylwia

Results 7 issues of Sylwia

**Is your feature request related to a problem? Please describe.** Building on #7889 and this [PR](https://github.com/nextcloud/viewer/pull/3001) in Viewer, the feature that automatically saves the latest state of a text file...

enhancement

### Steps to reproduce 1. Create a table and add a mandatory richtext column 2. Create a view and save 3. Try to edit the row or 4. Open the...

bug
0. Needs triage

### Steps to reproduce 1. Create a table and add a mandatory column 2. Open the modal to create a view from that table 3. Check the colors of the...

bug
0. Needs triage

Adjust this code in `loadResultsForProvider(providerId, term)` in `TableCellLink.vue`: ``` let res = null try { res = await axios.get(generateOcsUrl('/search/providers/' + providerId + '/search?term=' + term)) } catch (e) { displayError(e,...

enhancement

`forEach` would change the `column.selectionOptions` objects directly (since filter doesn’t create copies). Was that the intention? If the goal is only to adjust the labels for display, maybe `map` could...

Check that all loading icons include appropriate accessibility attributes, such as `role="status"` and `aria-live="polite"`. This will improve accessibility by informing screen readers that a resource is currently loading. Consider also...

accessibility

When a user wants to add a link to a table, the format constraint requires the string to start with "https://...". The input field will not accept entries like "google.com"....

design
accessibility