Skip to content

style(dashboard): satisfy prettier on CatalogPanels - #896

Merged
rubenvdlinde merged 1 commit into
developmentfrom
fix/stackiq-catalogpanels-format
Sep 1, 2026
Merged

style(dashboard): satisfy prettier on CatalogPanels#896
rubenvdlinde merged 1 commit into
developmentfrom
fix/stackiq-catalogpanels-format

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Frontend Check (format) went red on development after the KPI tiles landed (#892): restructuring the template when the file moved out of views/Dashboard.vue left three lines prettier disagrees with.

Whitespace only — 3 insertions, 4 deletions, no behaviour change.

> prettier --check "**/*.{js,ts,vue,css,scss}"
[warn] src/components/CatalogPanels.vue
[warn] Code style issues found in the above file.

Now: All matched files use Prettier code style!

⚠️ Worth noting for next time: npm run lint and prettier --check are separate gates in this repo. eslint exited 0 throughout, so the local lint pass I ran before merging #892 could not have caught this. Running prettier --check alongside eslint is the fix for that gap.

The Frontend Check (format) job went red on development after the KPI
tiles landed: restructuring the template when the file moved out of
views/Dashboard.vue left three lines prettier disagrees with. Whitespace
only, no behaviour change.

Caught because 'npm run lint' and 'prettier --check' are SEPARATE gates
here - eslint exited 0 throughout.
@rubenvdlinde
rubenvdlinde merged commit 832633f into development Sep 1, 2026
35 checks passed
@rubenvdlinde
rubenvdlinde deleted the fix/stackiq-catalogpanels-format branch September 1, 2026 05:33
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/stackiq @ 981ae86

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
check-vue-demi
test-l10n
format
check-schema-l10n
check-l10n-js
composer ✅ 130/130
npm ✅ 711/711
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman ⏭️
Playwright ⏭️ deferred — runs on the promotion into beta/main, not on a pull request into development
Hydra gates

Quality workflow — 2026-09-01 05:55 UTC

Download the full PDF report from the workflow artifacts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant