HellAholic 48b449b32e Rewrite experiment
- Removed the version 2.x
- Rewrite onTextChanged -> add logic to not execute if text is unchanged
- Rewrite currentIndex & onActivated -> use findIndex instead of for loop
- Add reuseItems: true -> recycle items instead of instantiating from the delegate
- Remove cacheBuffer -> memory overhead (2GB for the entire list to load in one go)
- Rewrite delegate -> wrap loader as a component (based on documentation), remove switch case and replace with condition check, set asynchronous to false (introduces a bit of stutter but items are loaded when viewed).
2025-03-13 22:32:10 +01:00
..
2023-09-05 16:05:18 +02:00
2025-02-19 15:09:12 +01:00
2025-03-13 22:32:10 +01:00
2024-04-05 13:32:28 -04:00
2024-01-10 10:36:48 +01:00
2025-03-05 09:10:52 +01:00
2024-03-30 16:16:27 +01:00
2024-04-05 13:32:28 -04:00
2022-04-05 15:04:35 +02:00
2021-09-07 11:33:54 -04:00
2022-05-11 17:23:54 +02:00