Fix ESLint and CSS Minimizer errors blocking npm run build #17

Merged
westfarn merged 1 commits from fix/eslint-build-errors into master 2026-07-25 04:43:21 -07:00
Owner

Summary

Test plan

  • npm run build in llm-fe succeeds (no ESLint / postcss-calc errors)
  • Spot-check SignIn, dashboard, account, feedback, document storage pages still render
  • Confirm WebSocket/message flows still work after MessageContext dep cleanup
## Summary - Closes #16 - Clear unused imports/bindings, empty `{}` prop patterns, `==` vs `===`, and hook dependency gaps across App, contexts, and pages - Replace invalid `calc(3rem + unset)` in `index.css` so Css Minimizer no longer fails ## Test plan - [x] `npm run build` in `llm-fe` succeeds (no ESLint / postcss-calc errors) - [ ] Spot-check SignIn, dashboard, account, feedback, document storage pages still render - [ ] Confirm WebSocket/message flows still work after MessageContext dep cleanup
westfarn added 1 commit 2026-07-25 04:42:38 -07:00
Fix ESLint and CSS Minimizer errors blocking production build.
Unit Tests / test (pull_request) Successful in 9s
2b086d66d1
Closes #16 — remove unused imports/bindings, empty prop patterns, loose equality, hook dependency gaps, and invalid calc(3rem + unset) so npm run build succeeds.
westfarn merged commit 45d441dcba into master 2026-07-25 04:43:21 -07:00
westfarn deleted branch fix/eslint-build-errors 2026-07-25 04:43:21 -07:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#17