AppFlowy/frontend/rust-lib
Nathan.fooo f6957fb160
Feat/appflowy tauri 2 (#1902)
* chore: rename classes to models

* refactor: add effects and reducers folder

* chore: update user data storage path

* chore: subscribe callback

* chore: nav items persist, board layout (#1879)

* chore: load workspace items, load folders and pages from workspace, load raw document data, load raw grid data

* chore: clear folders and pages before load, new folder event

* chore: update folder name backend call

* chore: folder expand animation

* chore: hide arrow on empty folder

* chore: Board page layout, board store, board sample data

* chore: board block item

* chore: test db id

* chore: persist new page, persist page rename, create workspace on read error

* chore: boardblockitem details btn

* chore: boardblockitem multiselect data and colors

* chore: board item drag

* chore: drag start on move

* chore: remove databaseId

* chore: remove databaseId

* chore: import service classes into auth hook

* chore: sign out option

* chore: login page event

* chore: signup event

* chore: make workspace hook to use service

* chore: page and folder hooks use backend services

* chore: new folder use backend service

* chore: error handler page

* chore: try catch hooks to show error page

* chore: install i18n package and use flutters i18n files

* fix: signin signup margin

* chore: fix compile errors

* chore: remove unused codes

* chore: open workspace after user register

* chore: open workspace after user register

* chore: add create grid demo

* chore: load the cell data

* chore: print the cell data

* chore: fix project errors

* fix: tauri UI issues (#1899)

* chore: load workspace items, load folders and pages from workspace, load raw document data, load raw grid data

* chore: clear folders and pages before load, new folder event

* chore: update folder name backend call

* chore: folder expand animation

* chore: hide arrow on empty folder

* chore: Board page layout, board store, board sample data

* chore: board block item

* chore: test db id

* chore: persist new page, persist page rename, create workspace on read error

* chore: boardblockitem details btn

* chore: boardblockitem multiselect data and colors

* chore: board item drag

* chore: drag start on move

* chore: remove databaseId

* chore: remove databaseId

* chore: import service classes into auth hook

* chore: sign out option

* chore: login page event

* chore: signup event

* chore: make workspace hook to use service

* chore: page and folder hooks use backend services

* chore: new folder use backend service

* chore: error handler page

* chore: try catch hooks to show error page

* chore: install i18n package and use flutters i18n files

* fix: signin signup margin

* fix: new page overflow with folder

* fix: sign out button

* fix: sign out icon

* chore: floating navigation panel

* refactor: notify with error

* chore: config window size

* fix: test demo error

* chore: update tests

---------

Co-authored-by: Askarbek Zadauly <ascarbek@gmail.com>
2023-02-28 22:42:41 +08:00
..
.cargo Android vscode workflow (#912) 2022-09-01 12:27:09 +08:00
dart-ffi feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00
flowy-ast feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00
flowy-client-sync fix: group with not support field test (#1890) 2023-02-27 19:00:00 +08:00
flowy-codegen CI: Appflowy tauri ci (#1851) 2023-02-13 19:24:16 +08:00
flowy-core Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00
flowy-database fix: group with not support field test (#1890) 2023-02-27 19:00:00 +08:00
flowy-derive feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00
flowy-document Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00
flowy-error Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00
flowy-folder Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00
flowy-net Feat/database view (#1875) 2023-02-21 15:47:51 +08:00
flowy-notification feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00
flowy-revision Feat/appflowy tauri 2 (#1902) 2023-02-28 22:42:41 +08:00
flowy-revision-persistence feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00
flowy-sqlite fix: group with not support field test (#1890) 2023-02-27 19:00:00 +08:00
flowy-task feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00
flowy-test Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00
flowy-user Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00
lib-dispatch Feat/view map database (#1885) 2023-02-26 16:27:17 +08:00
lib-log feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00
.gitignore chore: ignore proto files 2022-06-17 16:51:18 +08:00
Cargo.lock chore(deps): bump openssl-src in /frontend/rust-lib (#1886) 2023-02-27 15:40:36 +08:00
Cargo.toml Feat/database view (#1765) 2023-01-31 08:28:31 +08:00
covtest.rs Code coverage for Rust (#1263) 2022-10-11 19:54:31 +08:00
rust-toolchain.toml chore: update rust-toolchain 2023-01-03 23:38:57 +08:00
rustfmt.toml feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00