mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-22 15:25:05 +01:00
Changes: - i18n: Removed all comments, made code self-documenting - fix(zoom): Corrected cumulative scaling drift (1.2 * 0.8 != 1.0) - refactor(styles): Replaced inline dynamic styles with CSS classes - fix(storage): Implemented LRU cache for localStorage (max 15 entries) - cleanup: Removed CSS variable fallbacks, use design system only - fix: Corrected zoom controls rendering and border display - chore: Aligned component structure with project conventions Note: Component implemented manually with strict typing and performance optimizations (rAF, cycle detection)