AppFlowy/frontend/rust-lib
Nathan.fooo 90da54d12f
feat: integrate database controller (tauri)
* feat: using controllers in react hooks WIP (#1915)

* chore: add edit / create field test

* chore: add delete field test

* chore: change log class arguments

* chore: delete/create row

* chore: set tracing log to debug level

* fix: filter notification with id

* chore: add get single select type option data

* fix: high cpu usage

* chore: format code

* chore: update tokio version

* chore: config tokio runtime subscriber

* chore: add profiling feature

* chore: setup auto login

* chore: fix tauri build

* chore: (unstable) using controllers

* fix: initially authenticated and serializable fix

* fix: ci warning

* ci: compile error

* fix: new folder trash overflow

* fix: min width for nav panel

* fix: nav panel and main panel animation on hide menu

* fix: highlight active page

* fix: post merge fixes

* fix: post merge fix

* fix: remove warnings

* fix: change IDatabaseField fix eslint errors

* chore: create cell component for each field type

* chore: move cell hook into custom cell component

* chore: refactor row hook

* chore: add tauri clean

---------

Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>

* ci: fix wanrings

---------

Co-authored-by: Askarbek Zadauly <ascarbek@gmail.com>
2023-03-08 10:59:52 +08:00
..
dart-ffi Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-ast Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-client-sync Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-codegen Feat/tauri folder (#1921) 2023-03-04 16:15:24 +08:00
flowy-core feat: integrate database controller (tauri) 2023-03-08 10:59:52 +08:00
flowy-database chore: add tauri database group test (#1924) 2023-03-05 16:26:27 +08:00
flowy-derive Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-document Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-error Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-folder Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-net Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-notification Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-revision Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-revision-persistence feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00
flowy-sqlite Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-task Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-test Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-user Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
lib-dispatch Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
lib-log Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
.gitignore chore: ignore proto files 2022-06-17 16:51:18 +08:00
Cargo.lock Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +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