mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-13 13:47:36 +02:00
UI fixes (#17989)
* use correct time in custom export time picker * fix inline icons
This commit is contained in:
parent
08c087f221
commit
4d6a139bf8
@ -549,7 +549,7 @@ function CustomTimeSelector({
|
||||
? [...clock.split(":"), "00"]
|
||||
: clock.split(":");
|
||||
|
||||
const end = new Date(startTime * 1000);
|
||||
const end = new Date(endTime * 1000);
|
||||
end.setHours(
|
||||
parseInt(hour),
|
||||
parseInt(minute),
|
||||
|
@ -321,9 +321,7 @@ export default function NotificationView({
|
||||
rel="noopener noreferrer"
|
||||
className="inline"
|
||||
>
|
||||
<p>
|
||||
{t("notification.notificationSettings.documentation")}
|
||||
</p>{" "}
|
||||
{t("notification.notificationSettings.documentation")}{" "}
|
||||
<LuExternalLink className="ml-2 inline-flex size-3" />
|
||||
</Link>
|
||||
</div>
|
||||
@ -345,9 +343,7 @@ export default function NotificationView({
|
||||
rel="noopener noreferrer"
|
||||
className="inline"
|
||||
>
|
||||
<p>
|
||||
{t("notification.notificationUnavailable.documentation")}
|
||||
</p>{" "}
|
||||
{t("notification.notificationUnavailable.documentation")}{" "}
|
||||
<LuExternalLink className="ml-2 inline-flex size-3" />
|
||||
</Link>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user