upaas/internal
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
..
config Add deployment improvements and UI enhancements 2025-12-30 15:05:26 +07:00
database Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
docker Fix real-time build log streaming and scroll behavior 2025-12-31 14:44:15 -08:00
globals Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
handlers Add real-time deployment updates and refactor JavaScript 2026-01-01 05:22:56 +07:00
healthcheck Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
logger Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
middleware Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
models Add real-time deployment updates and refactor JavaScript 2026-01-01 05:22:56 +07:00
server Add real-time deployment updates and refactor JavaScript 2026-01-01 05:22:56 +07:00
service Add deployment improvements and UI enhancements 2025-12-30 15:05:26 +07:00
ssh Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00