Skip to content

Make use of new List widget item refresh #99

@Jacalz

Description

@Jacalz

Checklist

  • I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
  • This issue only relates to a single feature. I will open new issues for any other features.

Is your feature request related to a problem?

We are currently refreshing the whole list (it probably only updates the visible items but anyhow) when we only have changed one item. Fyne v2.4.0 has a new API for refreshing an item at a specific ID. Using that would improve the performance for refreshing items.

Describe the solution you'd like to see.

We might want to keep track of the item id in the item struct and have it call refresh item. Deleting an item would have to update all of the item ids and keep some kind of lock to make sure that we don't refresh the wrong item (or crash).

Metadata

Metadata

Assignees

Labels

performanceImprove application performance

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions