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(neon_framework): Add ResultListBuilder widget #1623

Closed
wants to merge 3 commits into from

Conversation

provokateurin
Copy link
Member

Fixes #890

This reduces a lot of flickering because the data, error and loading states updates are rendered separately.
If the data is updated it will still cause images to reload as they are not optimized yet.

While submitting this PR I realized that now the images (only seems to affect Image.memory) stay incorrectly if an image in between is removed. I remember we already had this problem at some point, but I forgot what the fix was. I will try to dig up the fix...

@provokateurin provokateurin force-pushed the feat/neon_framework/result-list-builder branch from 2983473 to 9ed1b41 Compare February 19, 2024 20:54
@provokateurin provokateurin force-pushed the refactor/neon_framework/unified-search-decouple-nested-data branch from 3712bf5 to e251b14 Compare February 22, 2024 12:13
Base automatically changed from refactor/neon_framework/unified-search-decouple-nested-data to main February 22, 2024 12:25
@provokateurin provokateurin force-pushed the feat/neon_framework/result-list-builder branch 2 times, most recently from 545454e to 5ce8791 Compare February 23, 2024 12:55
@provokateurin
Copy link
Member Author

@Leptopoda can you review the implementation? I haven't yet found a solution to the problem with the "stuck" images.

@provokateurin provokateurin force-pushed the feat/neon_framework/result-list-builder branch from 5ce8791 to 6569693 Compare February 23, 2024 12:57
Copy link
Member

@Leptopoda Leptopoda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The approach looks good (I still think this is just trying to patch our loading bar issue and does not tackle the root cause).

@provokateurin provokateurin force-pushed the feat/neon_framework/result-list-builder branch 3 times, most recently from f221894 to ffcc778 Compare March 1, 2024 19:39
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
@provokateurin provokateurin force-pushed the feat/neon_framework/result-list-builder branch from ffcc778 to cc593f0 Compare March 7, 2024 16:14
@provokateurin provokateurin deleted the feat/neon_framework/result-list-builder branch May 22, 2024 06:32
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 this pull request may close these issues.

Images flicker when reloading in list view
2 participants