upaas/templates
user 5fe11f24d4
All checks were successful
Check / check (pull_request) Successful in 11m29s
refactor: break up app.js into smaller modules
Split static/js/app.js (581 lines) into 5 focused modules:
- utils.js: global utilities store + legacy compat
- components.js: reusable Alpine.js components (copy, confirm, dismiss, time)
- app-detail.js: app detail page logic (status polling, logs)
- deployment.js: deployment card + deployments history page
- dashboard.js: dashboard relative time updates

Closes #128
2026-02-23 11:52:41 -08:00
..
app_detail.html Merge branch 'main' into feature/edit-config-entities 2026-02-16 09:28:30 +01:00
app_edit.html Add CSRF protection to state-changing POST endpoints 2026-02-15 14:17:55 -08:00
app_new.html Add CSRF protection to state-changing POST endpoints 2026-02-15 14:17:55 -08:00
base.html refactor: break up app.js into smaller modules 2026-02-23 11:52:41 -08:00
dashboard.html Add CSRF protection to state-changing POST endpoints 2026-02-15 14:17:55 -08:00
deployments.html fix: sanitize container log output and fix lint issues 2026-02-20 02:54:07 -08:00
login.html Add CSRF protection to state-changing POST endpoints 2026-02-15 14:17:55 -08:00
setup.html Add CSRF protection to state-changing POST endpoints 2026-02-15 14:17:55 -08:00
templates.go Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00