fix(FloatingButtons): Add missing `aria-label` to NcButton components
Fixes: #8031
🏁 Checklist
- [x] Code is properly formatted (
npm run lint/npm run stylelint/composer run cs:check) - [x] Sign-off message is added to all commits
/backport to stable32
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:loudspeaker: Thoughts on this report? Let us know!
I tried to reproduce the problem in main branch but could not see the warnings so could not test this.
@max-nextcloud the funny thing is I did not see this in the text app but in the tables app which seems to have a text integration?
(anyways missing aria labels when there is no visual text are always a reason to fail WCAG so good that this is fixed now :) )
/backport to stable32