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

[FEAT] Implementation of Custom List Item Loading Handling #444

Open
sonya0504 opened this issue Mar 22, 2024 · 0 comments
Open

[FEAT] Implementation of Custom List Item Loading Handling #444

sonya0504 opened this issue Mar 22, 2024 · 0 comments
Labels
a11y enhancement New feature or request

Comments

@sonya0504
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The current method of loading static lists of items from the backend using the Vue Recycle Scroller plugin has raised an issue flagged by the Wave extension.

Describe the solution you'd like

I would like to implement custom handling for dynamically fetching subsequent list items, thereby eliminating the need for the Vue Recycle Scroller plugin.

##Describe alternatives you've considered**
Implementing a different Vue plugin for handling list scrolling.
Manually managing the loading of list items without relying on any external plugins.

What are the acceptance criteria?

Custom handling successfully fetches subsequent list items.
The solution does not introduce any accessibility issues.

Additional context

By implementing custom handling for list item loading, we aim to improve the overall performance and accessibility of our application.

Screenshots

image
@sonya0504 sonya0504 added enhancement New feature or request a11y labels Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant