Skip to content

Conversation

@jeremyeder
Copy link
Contributor

Summary

  • Fixed Prettier formatting issues in admin dashboard code and specs
  • Ran prettier --write on all affected files
  • This resolves CI failures caused by formatting checks

Files Fixed

  • app/admin/index.tsx
  • constants/AdminMetrics.ts
  • services/monitoring/sentry.ts
  • All markdown files in specs/002-admin-stats-dashboard/

Test Plan

  • Ran npm run format locally
  • Pre-commit hooks passed
  • CI format check passes

Ran prettier --write on all files to fix formatting issues that were
causing CI failures. This ensures code style consistency across the
codebase.

Fixed files:
- app/admin/index.tsx
- constants/AdminMetrics.ts
- services/monitoring/sentry.ts
- specs/002-admin-stats-dashboard/*.md
@jeremyeder jeremyeder merged commit 39e9055 into main Dec 8, 2025
@jeremyeder jeremyeder deleted the fix/prettier-formatting branch December 8, 2025 14:09
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.

2 participants