From 8c2258a3312014131db414a7c7b80726dd1eb80d Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 25 Jul 2025 02:13:47 -0400 Subject: [PATCH] Add notice about hook category change --- public/_locales | 2 +- src/components/SponsorTimeEditComponent.tsx | 18 ++++++++++++++++++ src/config.ts | 2 ++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/public/_locales b/public/_locales index 074c28fa..1e9eb279 160000 --- a/public/_locales +++ b/public/_locales @@ -1 +1 @@ -Subproject commit 074c28fa4b648ed611d9e0047d808318a76fe2d3 +Subproject commit 1e9eb279c97ff3abc58f4484114f6670597b2a6a diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index bf9f2d08..f60be36d 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -11,6 +11,7 @@ import { asyncRequestToServer } from "../utils/requests"; import { defaultPreviewTime } from "../utils/constants"; import { getVideo, getVideoDuration } from "../../maze-utils/src/video"; import { AnimationUtils } from "../../maze-utils/src/animationUtils"; +import { Tooltip } from "../render/Tooltip"; export interface SponsorTimeEditProps { index: number; @@ -494,6 +495,23 @@ class SponsorTimeEditComponent extends React.Component