m3e loading indicator

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-17 22:02:26 +08:00
parent d1497115da
commit 9b1ae39922
21 changed files with 275 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ class _FavPanelState extends State<FavPanel> {
Widget get _buildBody {
late final list = widget.ctr.favFolderData.value.list!;
return switch (loadingState) {
Loading() => circularLoading,
Loading() => m3eLoading,
Success() => ListView.builder(
controller: widget.scrollController,
itemCount: list.length,