mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: adjust toggle list, callout, quote and divider on mobile (#3894)
* feat: adjust toggle list block * feat: show block actions when tapping divider * feat: add toggle list and callout to toolbar * feat: refactor the emoji picker button * fix: toggle list integration tests
This commit is contained in:
@ -209,11 +209,8 @@ GoRoute _mobileEmojiPickerPageRoute() {
|
||||
parentNavigatorKey: AppGlobals.rootNavKey,
|
||||
path: MobileEmojiPickerScreen.routeName,
|
||||
pageBuilder: (context, state) {
|
||||
final id = state.uri.queryParameters[MobileEmojiPickerScreen.viewId]!;
|
||||
return MaterialPage(
|
||||
child: MobileEmojiPickerScreen(
|
||||
id: id,
|
||||
),
|
||||
return const MaterialPage(
|
||||
child: MobileEmojiPickerScreen(),
|
||||
);
|
||||
},
|
||||
);
|
||||
|
Reference in New Issue
Block a user