* fix: improve writing not working
* fix: show insert below and discard buttons even in overflow
* fix: incorrect predefined format initialization
* fix: generate image
* chore: multi-line related questions
* fix: add to undo history
* fix: disable keyboard service when using ai writer
* fix: disable drag nodes
* fix: strikethrough text after accepting
* fix: undo
* feat: refactor databse styles
* feat: support compact mode for databse
* feat: support dynamic height for board
* fix: add reference icon for database view in document
* feat: support data sync for database node in document
* fix: add hover effect in compact mode switcher
* fix: title of document not align correctly with a large screen
* fix: some launch review issues
* fix: auto hide the Hidden Groups unless the user clicks it to show
* fix: testing error
* chore: update board version
* chore: update database menu buttons
* fix: some launch review issues
---------
Co-authored-by: Lucas <lucas.xu@appflowy.io>
* feat: ai writer block
* test: fix integration tests
* chore: add continue writing to slash menu
* chore: focus issues during insertion
* fix: explain button position
* fix: gesture detection
* fix: insert below
* fix: undo
* chore: improve writing toolbar item
* chore: pass predefined format when using quick commands
* fix: continue writing in an empty document or at the beginning of a document
* fix: don't allow selecting text not in content
* fix: related question not following predefined format
* feat: support upload svg as icon
* feat: support upload icon by pasting a link
* feat: delete remote images when remove custon icons
* chore: add testing for pasting image link as custon icon
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* feat: lock page
* feat: add pageLockStatus bloc
* feat: add lock status and unlock status in title bar
* feat: add loading lock status
* feat: disable moveTo, delete, rename, updateIcon operations if the page is locked
* fix: lock toast issue
* feat: support locked database
* feat: support locked grid
* feat: support locked title
* feat: support locked board
* feat: support locked calendar
* fix: improve the document diff function to prevent partial ordering issues
* fix: improve the document diff function to prevent partial ordering issues
* fix: nested block padding issues
* fix: improve the document diff function to prevent partial ordering issues
* chore: update editor version
* test: add no diff test and update text diff test
* test: delete and insert text diff with different id
* test: insert single text / delete single text tests
* test: multiple delete and update diff
* test: multiple insert and update diff
* chore: revert cargo changes
* chore: remove unused code
* chore: optimize the code logic
* chore: update to latest client api
* chore: merge with main
* chore: remove unneeded code
* fix: sqlite migration
* fix: cargo fmt
* feat: use new api to get the member role
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* feat: select sources for ai prompt
* feat: mobile
* chore: disable mention page
* chore: disable select sources when on local ai
* chore: code cleanup