Commit Graph
5 Commits
Author SHA1 Message Date
westfarn 45d441dcba Fix ESLint and CSS Minimizer errors blocking npm run build (#17)
Unit Tests / test (push) Successful in 10s
## 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 cleanupReviewed-on: #17
2026-07-25 04:43:21 -07:00
westfarn caf2c6481f host of Quality of life fixes 2025-12-08 13:51:29 -06:00
westfarn 5c449e1036 UI Redesin! 2025-11-24 06:26:50 -06:00
westfarn 004153617b Tons of updates. Rags paginated tables, site tracking 2025-05-14 03:23:18 -05:00
westfarn 626d471a15 inital check in 2025-03-07 12:21:37 -06:00