diff --git a/manifest/manifest.json b/manifest/manifest.json index 9a351ca334..3073b6e5d5 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "5.13.4", + "version": "5.14", "default_locale": "en", "description": "__MSG_Description__", "homepage_url": "https://sponsor.ajay.app", diff --git a/public/_locales b/public/_locales index 074c28fa4b..c9dcf1ec21 160000 --- a/public/_locales +++ b/public/_locales @@ -1 +1 @@ -Subproject commit 074c28fa4b648ed611d9e0047d808318a76fe2d3 +Subproject commit c9dcf1ec21c068c7b235fb146bb4922aa5b5706d diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index bf9f2d08d1..f60be36d32 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