✨ Editable channel
This commit is contained in:
@ -200,7 +200,16 @@ class _ChatRoomScreenState extends State<ChatRoomScreen> {
|
||||
),
|
||||
IconButton(
|
||||
icon: const Icon(Symbols.more_vert),
|
||||
onPressed: () {},
|
||||
onPressed: () {
|
||||
GoRouter.of(context).pushNamed('channelDetail', pathParameters: {
|
||||
'scope': widget.scope,
|
||||
'alias': widget.alias,
|
||||
}).then((value) {
|
||||
if (value != null) {
|
||||
_fetchChannel();
|
||||
}
|
||||
});
|
||||
},
|
||||
),
|
||||
const Gap(8),
|
||||
],
|
||||
|
Reference in New Issue
Block a user