aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/js-components/previewBar.ts
AgeCommit message (Expand)Author
2024-09-23Fix preview bar not appearing on mobile due to new layoutAjay
2024-05-24Fix skipping and preview bar on "add to queue", miniplayer and hover previewAjay
2024-03-18Fix chapters not changing when skipping is disabledAjay
2024-01-25Fix preview bar end time sometimes being inaccurateAjay
2024-01-21Don't throw errors on extension live-updateAjay
2024-01-21Improve precision of hover previewAjay
2024-01-14Fix preview bar on mobileAjay
2024-01-12Relicense to GPL-3.0Ajay
2023-09-17Highlight segment on hoverAjay
2023-08-11Update maze utils to improve performance on Invidious, and fix preview bar errorAjay
2023-08-01Remove maze utils symlinkAjay
2023-07-29Add support for live updating in chromeAjay
2023-07-28Fix chapter name sometimes disappearingAjay
2023-07-06add selectors for YT kidsMichael C
2023-06-30Remove maze utils from npm depsAjay
2023-03-24Define left + right on previewbar segments instead of left + widthmini-bomba
2023-03-10Show Full-Video Labels on thumbnailsAjay
2023-02-13Move video handing and config to shared libraryAjay
2023-01-21Don't hide chevron if segments are nullAjay
2023-01-21Fix chapter name sometimes disappearingAjay
2022-12-24Move some generic functions to a new packageAjay
2022-12-11Fix bar being too long due to time to decimal changing while remaking bar not...Ajay
2022-12-11Reverse fast interval to decimalAjay
2022-12-11Don't run some chapter init code when not necessaryAjay
2022-12-11Don't regenerate groups if not neededAjay
2022-12-11clarify commentAjay
2022-12-11Fix smallest segment cacheAjay
2022-12-11Use fast time to decimal for non display calculationsAjay
2022-12-11Caching for get smallest segmentAjay
2022-12-11Hide original chapter if similar in nameAjay
2022-12-11Fix hover text alignment issueAjay
2022-12-11Fix lots of chapters freezing the browserAjay
2022-11-04Merge pull request #1550 from mchangrh/stricter-ts5.1.5Ajay Ramachandran
2022-11-04Safety on getChapterButtonAjay
2022-10-30Fix scrubbing bar missing when chapter bar using % widthsAjay
2022-10-20add noFallThrough, inplicitReturn, update packagesMichael C
2022-10-14Fix progress bar with 0px chaptersAjay
2022-10-11Reimport chapters if they are found to have changedAjay
2022-10-09Merge branch 'master' of https://github.com/ajayyy/SponsorBlockAjay
2022-10-09Add class for other extensions when displaying non chapter titleAjay
2022-10-07force delimiters to follow semiMichael C
2022-10-07Deletew all custom chapter bars we don't know about when clearing preview barAjay
2022-10-07Clear bote buttons when clearing preview barAjay
2022-10-05Count skips for chapters when viewedAjay
2022-10-05Run chapters clear when preview bar clearedAjay
2022-09-24Add option to disable segment names beside timestamp in video playerAjay
2022-09-23reset custom chapters bar to null when deletingAjay
2022-09-23Fix custom chapter bar sometimes sticking aroundAjay
2022-09-23Fix chapter chevron sometimes not appearingAjay
2022-09-22Fix preview bar on mobileAjay