vite-plugin-checker
vite-plugin-checker copied to clipboard
It is necessary to add virtual scrolling functionality to the error list displayed on the browser side.
Is your feature request related to a problem? Please describe.
In scenarios where there are a large number of errors, displaying an excessive number of error nodes in the browser may lead to performance issues.
Describe the solution you'd like
Virtual scrolling needs to be added to the <ul> element during runtime.
Describe alternatives you've considered
No response
Additional context
No response
Validations
- [x] Read the docs.
- [x] Read the Contributing Guidelines.
- [x] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.