mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
Merge pull request '[PR]: Add aria labels to notification settings/mark as read buttons' (#10392) from esm/calckey:fix/notif-button-a11y into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10392
This commit is contained in:
commit
387b3b1e96
1 changed files with 6 additions and 1 deletions
|
@ -12,10 +12,15 @@
|
|||
<template #func
|
||||
><button
|
||||
class="_button"
|
||||
:aria-label="i18n.ts.markAllAsRead"
|
||||
@click="os.apiWithDialog('notifications/mark-all-as-read')"
|
||||
>
|
||||
<i class="ph-check ph-bold ph-lg"></i></button
|
||||
><button class="_button" @click="configureNotification()">
|
||||
><button
|
||||
class="_button"
|
||||
:aria-label="i18n.ts.notificationSetting"
|
||||
@click="configureNotification()"
|
||||
>
|
||||
<i class="ph-gear-six ph-bold ph-lg"></i></button
|
||||
></template>
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue