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

Offer continuous scroll as alternative to paging for job lists #20

Closed
moebiusband73 opened this issue Jul 5, 2022 · 2 comments · Fixed by #252
Closed

Offer continuous scroll as alternative to paging for job lists #20

moebiusband73 opened this issue Jul 5, 2022 · 2 comments · Fixed by #252
Assignees
Labels
backend backend API related issues enhancement New feature or request frontend Svelte UI related issues

Comments

@moebiusband73
Copy link
Member

Currently for the job lists a classic paging UI is used for long job lists.

Also support continuous scrolling for job lists.
A part of this is to change the GraphQL paging API from offset paging to cursor paging.

@moebiusband73 moebiusband73 added enhancement New feature or request frontend Svelte UI related issues backend backend API related issues labels Jul 5, 2022
@moebiusband73 moebiusband73 added this to the Release v1.3.0 milestone Oct 11, 2023
@spacehamster87 spacehamster87 self-assigned this Mar 26, 2024
@spacehamster87
Copy link
Contributor

Note: Infinite scroll implemented without changing to cursor based queries in the backend in linked branch.

@spacehamster87 spacehamster87 linked a pull request Mar 27, 2024 that will close this issue
@spacehamster87
Copy link
Contributor

spacehamster87 commented Mar 27, 2024

New config option in config.json: "job_list_usePaging": true

Implemented infinite scroll as optional job list handling - default value maintains classic paging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend API related issues enhancement New feature or request frontend Svelte UI related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants