refactor(queue): split _QueueTabState method clusters into part files

queue_tab.dart was 7,567 lines with a single 7,300-line State class.
Continue the existing part-file split by moving six cohesive method
clusters into private extensions on _QueueTabState (same library, so
private state access is unchanged): selection mode, navigation/open
actions, collection item builders, filter UI, batch actions, and
queue/library item builders. setState calls in the parts go through a
_setState forwarder since @protected members cannot be called from
extensions. queue_tab.dart is now 2,462 lines.

# Conflicts:
#	lib/screens/queue_tab.dart
This commit is contained in:
zarzet
2026-07-10 10:15:56 +07:00
parent 2e7e2b1964
commit 860649e3ac
7 changed files with 5150 additions and 5116 deletions
+10 -5116
View File
File diff suppressed because it is too large Load Diff