You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: