AppFlowy/frontend/rust-lib
Nathan.fooo 27dd719aa8
feat: row document (#2792)
* chore: create orphan view handler

* feat: save icon url and cover url in view

* feat: implement emoji picker UI

* chore: config ui

* chore: config ui again

* chore: replace RowPB with RowMetaPB to exposing more row information

* fix: compile error

* feat: show emoji in row

* chore: update

* test: insert emoji test

* test: add update emoji test

* test: add remove emoji test

* test: add create field tests

* test: add create row and delete row integration tests

* test: add create row from row menu

* test: document in row detail page

* test: delete, duplicate row in row detail page

* test: check the row count displayed in grid page

* test: rename existing field in grid page

* test: update field type of exisiting field in grid page

* test: delete field test

* test: add duplicate field test

* test: add hide field test

* test: add edit text cell test

* test: add insert text to text cell test

* test: add edit number cell test

* test: add edit multiple number cells

* test: add edit checkbox cell test

* feat: integrate editor into database row

* test: add edit create time and last edit time cell test

* test: add edit date cell by selecting a date test

* chore: remove unused code

* chore: update checklist bg color

* test: add update database layout test

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-06-14 22:16:33 +08:00
..
dart-ffi chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
flowy-config feat: integrate postgres storage (#2604) 2023-05-23 23:55:21 +08:00
flowy-core chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
flowy-database2 feat: row document (#2792) 2023-06-14 22:16:33 +08:00
flowy-document2 chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
flowy-error chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
flowy-folder2 feat: row document (#2792) 2023-06-14 22:16:33 +08:00
flowy-net chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
flowy-notification Refactor: delete unused crates (#2543) 2023-05-17 09:49:39 +08:00
flowy-server chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
flowy-sqlite chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
flowy-task Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-test feat: row document (#2792) 2023-06-14 22:16:33 +08:00
flowy-user chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
lib-dispatch Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
lib-log refactor: group event (#2640) 2023-05-28 22:54:03 +08:00
.gitignore feat: Integrate supabase (#2551) 2023-05-21 18:53:59 +08:00
Cargo.lock feat: row document (#2792) 2023-06-14 22:16:33 +08:00
Cargo.toml feat: row document (#2792) 2023-06-14 22:16:33 +08:00
covtest.rs Code coverage for Rust (#1263) 2022-10-11 19:54:31 +08:00
rust-toolchain.toml chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
rustfmt.toml feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00