feat: overhaul of overlay UI by negimox · Pull Request #5441 · webpack/webpack-dev-server
Hello @alexander-akait, hope you are doing well.
I've resolved all lint errors related to code formatting and style, but it's currently failing under lint for the reason:
Validate PR commits with commitlint
BREAKING CHANGE: cross origin requests are not allowed unless allowed by `Access-Control-Allow-Origin` header
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Merge commit from fork
BREAKING CHANGE: requests with an IP addresses Origin header are not allowed to connect to WebSocket server unless configured by `allowedHosts`
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: feat: overhaul of overlay UI
✔ found 0 problems, 0 warnings
Error: Process completed with exit code 1.
Could you point me as to how can I resolve this error?
Additionally, I've made improvements to the UI to better align with the reference images and ensure better responsiveness on smaller screen sizes.
Notably,
- Small changes to the styling to better match the reference issue.
- Smaller dimensions support
P.S. I tested and it is working with warning as well.
Video.06-29-2025.23.18.22.mp4
Let me know if there are still any changes that need to be made.