Open ZanderCowboy opened 8 months ago
96-bug-ui-does-not-rerender-by-deleting-tabs-from-menu
This was a bug issue where the UI code was rewritten to make there is a solid understanding of BLoC
and state management
tabs_repository_test.dart
Equal Unmodifiable Lists
//List.from<inty>(ab?.entryIds)
//[...tab?.entryIds ?? []];
This ticket is to fix a bug that was picked up with the Dialog Flow ticket #11. Whenever there are two or more tabs present and the user deletes any first tabs, no the last tab from the
menu
options, the UI does not rerender and show the correct tabs data.After deleting the middle option with title 'tttt', the UI rerenders as follows.
Hence, this is wrong since the correct tabs item should be 'bbbb'.