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:
Richard Shiue
2022-11-15 11:45:23 +08:00
committed by GitHub
parent 92de27eae8
commit 66ed712952
11 changed files with 59 additions and 86 deletions

View File

@ -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;