Sylwia
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...
### 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...
### 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...
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,...
`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...
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"....