nextcloud-libraries / nextcloud-libraries/nextcloud-vue
Don't render all items of smart picker results at once
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
Currently if we return a large number of conversations in talk when using the smart picker, all of these conversations will be rendered by the smart picker. That can lead to performance issues and unnecessary requests to the server.
We should try to prevent that, e.g. by using virtual scrolling for the results.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The payload names no files or tests; start by locating the smart picker result-rendering entry point in nextcloud-vue and reproduce a large result set. Done means large result lists no longer render every item at once and avoid the described unnecessary server requests, with the performance behavior verified.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend, performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100