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

Unverified Commit 1aadc610 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #3933 from nextcloud/enhancement/3932-action-input-with-aria-label

Enhancement for "New calendar"
parents c7b7e8e4 7bc6a335
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 />