feat: support incremental updates for textblock's delta. (#3216)

* feat: support incremental to update textblock's delta

* fix: update test code

* fix: remove console

* fix: update test

* feat: integrate increamental delta in Flutter

* fix: delete quill editor

* fix: delete quill editor

* feat: add csharp in codeblock (#3371)

* chore: pt-PT & pt-BR translation updated  (#3353)

* chore: Ensure Cargo.lock Is Updated Alongside Changes to Cargo.toml (#3361)

* ci: add cargo check workflow

* ci: test cargo.toml

* fix: update test

* fix: code review

* fix: update cargo.toml and cargo.lock

* fix: code review

* fix: rust format

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Mayur Mahajan <47064215+MayurSMahajan@users.noreply.github.com>
Co-authored-by: Carlos Silva <mtbf99@gmail.com>
This commit is contained in:
Kilu.He
2023-09-12 20:49:03 +08:00
committed by GitHub
parent 9565173baf
commit c7af04b317
81 changed files with 3343 additions and 1875 deletions

View File

@ -238,6 +238,8 @@ pub enum ErrorCode {
#[error("Parse url failed")]
InvalidURL = 78,
#[error("Text id is empty")]
TextIdIsEmpty = 79,
}
impl ErrorCode {