Frontmatter
| id | 2797 |
| title | list.plugin.Animate: support for dynamically adding and removing items |
| state | Closed |
| labels | enhancementstale |
| assignees | tobiu |
| createdAt | Jan 3, 2022, 7:59 AM |
| updatedAt | Sep 15, 2024, 4:36 AM |
| githubUrl | https://github.com/neomjs/neo/issues/2797 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 15, 2024, 4:36 AM |
We could use the
collection.Base:mutateevent, which includes moving and inserting items as well.Most of the logic is already inside
onStoreFilter(), so we can re-use it in a smart way.