Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bc6a335 authored by julia.kirschenheuter's avatar julia.kirschenheuter
Browse files

Enhancement for "New calendar"



ActionInput has been improved for accessibility. Aria-Label has been added to the input.

Signed-off-by: default avatarjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
parent 01612ec7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
			</ActionButton>
			<ActionInput
				v-if="showCreateCalendarInput"
				:aria-label="$t('calendar', 'Name for new calendar')"
				@submit.prevent.stop="createNewCalendar">
				<template #icon>
					<CalendarBlank :size="20" decorative />
@@ -63,6 +64,7 @@
			</ActionButton>
			<ActionInput
				v-if="showCreateCalendarTaskListInput"
				:aria-label="$t('calendar', 'Name for new calendar')"
				@submit.prevent.stop="createNewCalendarTaskList">
				<template #icon>
					<CalendarCheck :size="20" decorative />
@@ -85,6 +87,7 @@
			</ActionButton>
			<ActionInput
				v-if="showCreateSubscriptionInput"
				:aria-label="$t('calendar', 'Name for new calendar')"
				@submit.prevent.stop="createNewSubscription">
				<template #icon>
					<LinkVariant :size="20" decorative />