♻️ Move the data part out of the chat list UI

This commit is contained in:
2025-12-04 22:20:03 +08:00
parent 31b83b2d27
commit 84bca9601a
14 changed files with 444 additions and 443 deletions

View File

@@ -10,8 +10,8 @@ import 'package:image_picker/image_picker.dart';
import 'package:island/models/chat.dart';
import 'package:island/models/file.dart';
import 'package:island/models/realm.dart';
import 'package:island/pods/chat/chat_room.dart';
import 'package:island/pods/network.dart';
import 'package:island/screens/chat/chat.dart';
import 'package:island/screens/realm/realms.dart';
import 'package:island/services/file.dart';
import 'package:island/services/file_uploader.dart';