mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-29 03:51:45 +00:00

* feat: support cover title * feat: support arrow down and arrow right key on cover title * feat: support arrow up and arrow left key on editor * test: add integration test * chore: update frontend/appflowy_flutter/integration_test/desktop/document/document_title_test.dart Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com> * feat: use shared document context to save title focus node * fix: the backspace key doesn't work after pressing Enter in the title * feat: support pressing arrow left key to focus on title * fix: integration test * test: edit title and insert new line * test: arrow key in title test * test: check if the title is saved * fix: flutter analyze * test: add cover title command tests * fix: integration tests * test: change the title via sidebar, check the title is updated * test: set default name when pasting content * fix: field visibility test * fix: 'create a new workspace, open it and then delete it' test * fix: create a new document and move it to Getting started test * test: fix integration tests * fix: 'create a new document and edit title' failed on linux * fix: shortcut and create a new page test --------- Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>