Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some projects not available in drop down list #1838

Closed
karencfv opened this issue Dec 7, 2023 · 4 comments · Fixed by #1839
Closed

Some projects not available in drop down list #1838

karencfv opened this issue Dec 7, 2023 · 4 comments · Fixed by #1839
Assignees

Comments

@karencfv
Copy link

karencfv commented Dec 7, 2023

As you can see in the screenshot some of the projects are not available in the drop down project list

Screenshot from 2023-12-07 14-52-04

@david-crespo
Copy link
Collaborator

Easy: we're only asking for 20.

export function ProjectPicker({ project }: { project?: Project }) {
const { data: projects } = useApiQuery('projectList', { query: { limit: 20 } })

Experiments here suggest that as long as the list can scroll, it should be fine to make the page size quite big. We could start with 100? 200?

@leftwo
Copy link

leftwo commented Dec 7, 2023

See also: #1837
How big can that scroll list be?

@leftwo
Copy link

leftwo commented Dec 7, 2023

See also: #1837 How big can that scroll list be?

Ah, reading the issue I linked, I see my question has been answered :)
Sorry for the noise (and reading my email from newest to oldest)

@karencfv
Copy link
Author

karencfv commented Dec 7, 2023

Thanks for looking into this so quickly! 🙇‍♀️

@david-crespo david-crespo self-assigned this Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants