upaas/static
sneak d2f2747ae6 Fix real-time build log streaming and scroll behavior
- Use line-by-line reading for Docker build output instead of io.Copy
  to ensure each log line is written immediately without buffering
- Add isNearBottom() helper to check scroll position before auto-scroll
- Only auto-scroll logs if user was already near bottom (better UX)
- Use requestAnimationFrame for smoother scroll-to-bottom animation
2025-12-31 14:44:15 -08:00
..
css Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
js Fix real-time build log streaming and scroll behavior 2025-12-31 14:44:15 -08:00
static.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00