[PR #57] [MERGED] Feat/chapter pannel #123

Closed
opened 2026-03-04 00:03:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/YouG-o/YouTube-No-Translation/pull/57
Author: @YouG-o
Created: 7/6/2025
Status: Merged
Merged: 7/6/2025
Merged by: @YouG-o

Base: mainHead: feat/chapterPannel


📝 Commits (4)

  • 2634fa4 feat: added chapter pannel support
  • e37ff02 fix: translated chapter is now compared to original one (normalized) avoiding useless dom interaction if chapter name is the same in both language
  • 00fbf66 refactor: split chapters logic into button, tooltip, and panel modules for better separation of concerns
  • 7fcca21 Refac: updated log to more appropriate

📊 Changes

5 files changed (+264 additions, -125 deletions)

View changed files

📝 CHANGELOG.md (+3 -0)
src/content/chapters/button.ts (+35 -0)
📝 src/content/chapters/chaptersIndex.ts (+54 -125)
src/content/chapters/pannel.ts (+132 -0)
src/content/chapters/tooltip.ts (+40 -0)

📄 Description

Added support of chapters pannel and some optimizations.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/YouG-o/YouTube-No-Translation/pull/57 **Author:** [@YouG-o](https://github.com/YouG-o) **Created:** 7/6/2025 **Status:** ✅ Merged **Merged:** 7/6/2025 **Merged by:** [@YouG-o](https://github.com/YouG-o) **Base:** `main` ← **Head:** `feat/chapterPannel` --- ### 📝 Commits (4) - [`2634fa4`](https://github.com/YouG-o/YouTube-No-Translation/commit/2634fa4692d08c3206990b85a002d68249b53261) feat: added chapter pannel support - [`e37ff02`](https://github.com/YouG-o/YouTube-No-Translation/commit/e37ff02cebd889d852b5b32cf6af25bb9d60e745) fix: translated chapter is now compared to original one (normalized) avoiding useless dom interaction if chapter name is the same in both language - [`00fbf66`](https://github.com/YouG-o/YouTube-No-Translation/commit/00fbf66bec57615b5438c1accace23668ea189b4) refactor: split chapters logic into button, tooltip, and panel modules for better separation of concerns - [`7fcca21`](https://github.com/YouG-o/YouTube-No-Translation/commit/7fcca215529e1286eae5a55486848c9556fae5c5) Refac: updated log to more appropriate ### 📊 Changes **5 files changed** (+264 additions, -125 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -0) ➕ `src/content/chapters/button.ts` (+35 -0) 📝 `src/content/chapters/chaptersIndex.ts` (+54 -125) ➕ `src/content/chapters/pannel.ts` (+132 -0) ➕ `src/content/chapters/tooltip.ts` (+40 -0) </details> ### 📄 Description Added support of chapters pannel and some optimizations. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:03:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/YouTube-No-Translation#123
No description provided.