feat: Implement language filtering and display language information across video components.

This commit is contained in:
kuekhaoyang
2026-02-16 22:08:25 +08:00
parent c8402aedef
commit e95fae4284
11 changed files with 229 additions and 5 deletions
+11
View File
@@ -172,6 +172,17 @@ export const UtilityIcons = {
<circle cx="5" cy="12" r="1" />
</svg>
),
Languages: ({ className = "", size = 24 }: IconProps) => (
<svg width={size} height={size} viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className={className}>
<path d="M5 8l6 6" />
<path d="M4 14l6-6 2-3" />
<path d="M2 5h12" />
<path d="M7 2h1" />
<path d="M22 22l-5-10-5 10" />
<path d="M14 18h6" />
</svg>
),
Settings: ({ className = "", size = 24 }: IconProps) => (
<svg width={size} height={size} viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className={className}>
<circle cx="12" cy="12" r="3" />