nextcloud-libraries / nextcloud-libraries/nextcloud-vue

Don't render all items of smart picker results at once

Open
#6,307 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature: smart picker
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.