Add maximize support and some other stuff
This commit is contained in:
parent
0d80c93bc7
commit
baf26d0ec9
4 changed files with 50 additions and 15 deletions
|
|
@ -45,6 +45,7 @@ class ChatBox extends HookConsumerWidget {
|
|||
}
|
||||
|
||||
void send() {
|
||||
if (controller.value.text.isEmpty) return;
|
||||
ref
|
||||
.watch(RoomChatController.provider(room).notifier)
|
||||
.send(
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@ class MentionOverlay extends ConsumerWidget {
|
|||
super.key,
|
||||
});
|
||||
|
||||
// TODO: Don't embed mentions
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) => Padding(
|
||||
padding: EdgeInsets.all(8),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue