0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-09 17:25:15 +02:00
hamki 01554e98cd
refactor: replace scroll event with IntersectionObserver for sidebar position updates
- Utilize IntersectionObserver to enhance performance and avoid issues associated with scroll events.
- Implement fine-grained position updates using multiple thresholds for better responsiveness during scrolling.
2026-01-26 16:51:41 +08:00
..