Vincent Petry

Results 274 comments of Vincent Petry

@JuliaKirschenheuter thanks a lot for the research! I think I observed that in some scenarios we do use "aria-describedby" as soon as a tooltip appears. But the latter only appears...

somehow I feel like we'll have to review all tooltips across the platform (at least Nextcloud Hub scope) and for each: - check if the information is additional: if yes,...

in the server repo (stable25): - title attribute: `[: \.]+title\s?=`: 150+ occurrences (+ a few bogus matches) - v-tooltip: 30 occurrences might be manageable to go through them to find...

nextcloud-vue: - `grep -rie '[: \.]title\s\?=' --exclude=node_modules src | wc -l`: ~73 (might include docs/examples) - `grep -rie 'v-tooltip\s\?=' --exclude=node_modules src | wc -l`: 3 (strange, I thought we'd be...

note: will need backport to 25 (the matching nextcloud-vue version used there)

there would be breaking changes if we impose this component to be a replacement of the old one so, like for the date time picker, let's make it a new...

closing in favor of https://github.com/nextcloud/server/pull/35622 which uses pure npm approach of post-build

In my setup I have observed that occasionally the Android files client will reupload files from instant upload after they were moved away. In my case I have a custom...