feat: adjust code block, outline block on mobile (#3940)

* fix: missing delete cover button on mobile

* fix: ensure last node is an empty paragraph

* feat: adjust code block

* feat: adjust code block on mobile

* feat: adjust outline on mobile

* fix: appimage builder issues

* fix: view title issues

* fix: integration tests
This commit is contained in:
Lucas.Xu
2023-11-15 16:04:18 +08:00
committed by GitHub
parent 6a9866b9d2
commit 31e9a0b4ea
13 changed files with 381 additions and 183 deletions

View File

@ -21,7 +21,7 @@ void main() {
// create a new document
await tester.createNewPageWithName(
name: LocaleKeys.document_plugins_createInlineMathEquation.tr(),
name: 'math equation',
layout: ViewLayoutPB.Document,
);
@ -67,7 +67,7 @@ void main() {
// create a new document
await tester.createNewPageWithName(
name: LocaleKeys.document_plugins_createInlineMathEquation.tr(),
name: 'math equation',
layout: ViewLayoutPB.Document,
);