1
0
Fork 0
forked from Nexus/nexus

rename chat box to composer

This commit is contained in:
Henry Hiles 2026-05-23 20:21:44 -04:00
commit b47e61e005
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ import "package:nexus/widgets/composer/mention_overlay.dart";
import "package:nexus/widgets/composer/relation_preview.dart";
import "package:nexus/widgets/emoji_picker_button.dart";
class ChatBox extends HookConsumerWidget {
class Composer extends HookConsumerWidget {
final String roomId;
final Event? relatedEvent;
final RelationType relationType;
@ -24,7 +24,7 @@ class ChatBox extends HookConsumerWidget {
required IList<Tag> tags,
})
onSend;
const ChatBox(
const Composer(
this.roomId, {
required this.relatedEvent,
required this.relationType,