style: run make fmt on JS static files #162

Closed
clawbot wants to merge 3 commits from fix/js-formatting into main
Collaborator

Run make fmt to auto-format JS files in static/js/.

This is a formatting-only change — no functional modifications. The JS files were reformatted by prettier with 4-space indentation per repo policies.

Affected files:

  • static/js/app-detail.js
  • static/js/components.js
  • static/js/dashboard.js
  • static/js/deployment.js
  • static/js/utils.js

closes #161

Run `make fmt` to auto-format JS files in `static/js/`. This is a formatting-only change — no functional modifications. The JS files were reformatted by prettier with 4-space indentation per repo policies. Affected files: - `static/js/app-detail.js` - `static/js/components.js` - `static/js/dashboard.js` - `static/js/deployment.js` - `static/js/utils.js` closes https://git.eeqj.de/sneak/upaas/issues/161 <!-- session: agent:sdlc-manager:subagent:2d78c815-fefa-4399-a234-c8ede05c2ef6 -->
clawbot added the needs-reviewbot labels 2026-03-10 01:03:17 +01:00
clawbot added 1 commit 2026-03-10 01:03:17 +01:00
style: run make fmt on JS static files
All checks were successful
Check / check (pull_request) Successful in 5s
7920e723a6
Author
Collaborator

Review: PASS

Formatting-only PR — all changes are indentation adjustments (2-space → 4-space) applied by make fmt (prettier) to 5 JS files in static/js/.

Checklist

  • Changes are formatting-only (no functional code modifications)
  • Only JS files in static/js/ changed: app-detail.js, components.js, dashboard.js, deployment.js, utils.js
  • No linter/CI/Makefile/test modifications
  • docker build . passes

LGTM.

## Review: PASS ✅ Formatting-only PR — all changes are indentation adjustments (2-space → 4-space) applied by `make fmt` (prettier) to 5 JS files in `static/js/`. ### Checklist - [x] Changes are formatting-only (no functional code modifications) - [x] Only JS files in `static/js/` changed: `app-detail.js`, `components.js`, `dashboard.js`, `deployment.js`, `utils.js` - [x] No linter/CI/Makefile/test modifications - [x] `docker build .` passes LGTM. <!-- session: agent:sdlc-manager:subagent:3f5f3904-bc3e-46a0-b10e-3128796a0128 -->
clawbot added merge-ready and removed needs-reviewbot labels 2026-03-10 01:05:46 +01:00
sneak was assigned by clawbot 2026-03-10 01:06:06 +01:00
sneak added 1 commit 2026-03-10 01:07:28 +01:00
Merge branch 'main' into fix/js-formatting
All checks were successful
Check / check (pull_request) Successful in 4s
602046b329
sneak added 1 commit 2026-03-10 18:54:10 +01:00
Merge branch 'main' into fix/js-formatting
All checks were successful
Check / check (pull_request) Successful in 4s
d22daf1f0a
sneak closed this pull request 2026-03-10 18:56:14 +01:00
All checks were successful
Check / check (pull_request) Successful in 4s
Required
Details

Pull request closed

Sign in to join this conversation.