From 086f0b6ce23f607d20c2cec3c73b2e4d1ce9b426 Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Mon, 14 Mar 2022 03:24:39 -0400 Subject: [PATCH] fix(css): rename form-input to form-input-area (#2613) --- .../IssueModal/CreateIssueModal/index.tsx | 4 +- .../NotificationTypeSelector/index.tsx | 2 +- .../ResetPassword/RequestResetLink.tsx | 2 +- src/components/ResetPassword/index.tsx | 4 +- .../Notifications/NotificationsDiscord.tsx | 10 ++--- .../Notifications/NotificationsEmail.tsx | 22 +++++----- .../NotificationsGotify/index.tsx | 6 +-- .../NotificationsLunaSea/index.tsx | 6 +-- .../NotificationsPushbullet/index.tsx | 6 +-- .../NotificationsPushover/index.tsx | 6 +-- .../NotificationsSlack/index.tsx | 4 +- .../Notifications/NotificationsTelegram.tsx | 10 ++--- .../NotificationsWebPush/index.tsx | 2 +- .../NotificationsWebhook/index.tsx | 8 ++-- src/components/Settings/RadarrModal/index.tsx | 30 +++++++------- .../Settings/SettingsJobsCache/index.tsx | 2 +- src/components/Settings/SettingsMain.tsx | 20 +++++----- src/components/Settings/SettingsPlex.tsx | 22 +++++----- .../Settings/SettingsUsers/index.tsx | 10 ++--- src/components/Settings/SonarrModal/index.tsx | 40 +++++++++---------- src/components/UserList/index.tsx | 8 ++-- .../UserGeneralSettings/index.tsx | 14 +++---- .../UserNotificationsDiscord.tsx | 2 +- .../UserNotificationsEmail.tsx | 2 +- .../UserNotificationsPushbullet.tsx | 2 +- .../UserNotificationsPushover.tsx | 4 +- .../UserNotificationsTelegram.tsx | 4 +- .../UserSettings/UserPasswordChange/index.tsx | 6 +-- src/styles/globals.css | 2 +- 29 files changed, 130 insertions(+), 130 deletions(-) diff --git a/src/components/IssueModal/CreateIssueModal/index.tsx b/src/components/IssueModal/CreateIssueModal/index.tsx index 7e30ac5f..5dbc4180 100644 --- a/src/components/IssueModal/CreateIssueModal/index.tsx +++ b/src/components/IssueModal/CreateIssueModal/index.tsx @@ -177,7 +177,7 @@ const CreateIssueModal: React.FC = ({ {intl.formatMessage(messages.problemseason)} * -
+
= ({ {intl.formatMessage(messages.problemepisode)} * -
+
= ({ {intl.formatMessage(messages.notificationTypes)} {!user && *} -
+
{availableTypes.map((type) => ( { name="email" type="text" inputMode="email" - className="form-input block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" + className="form-input-area block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" />
{errors.email && touched.email && ( diff --git a/src/components/ResetPassword/index.tsx b/src/components/ResetPassword/index.tsx index 2478e731..a7077b54 100644 --- a/src/components/ResetPassword/index.tsx +++ b/src/components/ResetPassword/index.tsx @@ -126,7 +126,7 @@ const ResetPassword: React.FC = () => { name="password" type="password" autoComplete="new-password" - className="form-input block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" + className="form-input-area block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" />
{errors.password && touched.password && ( @@ -147,7 +147,7 @@ const ResetPassword: React.FC = () => { name="confirmPassword" type="password" autoComplete="new-password" - className="form-input block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" + className="form-input-area block w-full min-w-0 flex-1 rounded-md border border-gray-500 bg-gray-700 text-white transition duration-150 ease-in-out sm:text-sm sm:leading-5" />
{errors.confirmPassword && diff --git a/src/components/Settings/Notifications/NotificationsDiscord.tsx b/src/components/Settings/Notifications/NotificationsDiscord.tsx index 7373d10e..38d24ba9 100644 --- a/src/components/Settings/Notifications/NotificationsDiscord.tsx +++ b/src/components/Settings/Notifications/NotificationsDiscord.tsx @@ -158,7 +158,7 @@ const NotificationsDiscord: React.FC = () => { {intl.formatMessage(messages.agentenabled)} * -
+
@@ -183,7 +183,7 @@ const NotificationsDiscord: React.FC = () => { })} -
+
{ -
+
{ -
+
{ -
+
{ {intl.formatMessage(messages.agentenabled)} * -
+
@@ -245,7 +245,7 @@ const NotificationsEmail: React.FC = () => { -
+
@@ -256,7 +256,7 @@ const NotificationsEmail: React.FC = () => { {intl.formatMessage(messages.emailsender)} * -
+
{ {intl.formatMessage(messages.smtpHost)} * -
+
{ {intl.formatMessage(messages.smtpPort)} * -
+
{ {intl.formatMessage(messages.encryptionTip)} -
+