mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-26 18:45:49 +03:00
[PR #71] [MERGED] Feat/cache #134
Labels
No labels
ToDo
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/YouTube-No-Translation#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/YouG-o/YouTube-No-Translation/pull/71
Author: @YouG-o
Created: 7/23/2025
Status: ✅ Merged
Merged: 7/23/2025
Merged by: @YouG-o
Base:
main← Head:feat/cache📝 Commits (2)
7d41e19refactor: refactor title cache system to use persistent storage5b1a1f1feat: add persistent cache system for search descriptions📊 Changes
7 files changed (+285 additions, -104 deletions)
View changed files
➕
src/content/description/index.ts(+90 -0)📝
src/content/description/searchDescriptions.ts(+13 -1)📝
src/content/titles/browsingTitles.ts(+13 -5)📝
src/content/titles/index.ts(+100 -50)📝
src/content/titles/mainTitle.ts(+40 -33)📝
src/content/titles/notificationTitles.ts(+6 -0)📝
src/content/titles/shortsTitles.ts(+23 -15)📄 Description
titles cache refact.
added cache for search descriptions
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.