mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: Add new page icon and refactor (#1449)
* refactor: port to popover action list for add new page * feat: add icons to menu items for add new page * chore: change translation for Doc to Document Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
@ -22,6 +22,9 @@ class GridPluginBuilder implements PluginBuilder {
|
||||
@override
|
||||
String get menuName => LocaleKeys.grid_menuName.tr();
|
||||
|
||||
@override
|
||||
String get menuIcon => "editor/grid";
|
||||
|
||||
@override
|
||||
PluginType get pluginType => PluginType.grid;
|
||||
|
||||
|
Reference in New Issue
Block a user