Nathan.fooo
5b07656295
Feat/database view ( #1765 )
...
* chore: rename flowy-database to flowy-sqlite
* refactor: rename flowy-grid to flowy-database
* refactor: rename grid to database
* refactor: rename GridEvent to DatabaseEvent
* refactor: rename grid_id to database_id
* refactor: rename dart code
2023-01-31 08:28:31 +08:00
Nathan.fooo
0d8adaa921
Feat/http server adapt ( #1754 )
2023-01-30 11:11:19 +08:00
Nathan.fooo
4fb2afe82e
chore: notification parser ( #1745 )
2023-01-27 22:57:23 +08:00
Nathan.fooo
7a750e5255
chore: listen backend notification from Tauri ( #1743 )
2023-01-27 17:17:51 +08:00
Nathan.fooo
347245aaa1
Refactor/dart notification ( #1740 )
...
* refactor: notification send
* refactor: rename dart-notify to flowy-notification
* ci: fix clippy wanrings
* ci: fix rust code converage
2023-01-26 15:40:23 +08:00
Nathan.fooo
67f07463f0
refactor: tauri folder ( #1738 )
2023-01-24 14:01:30 +08:00
nathan
d2db49efab
chore: refactor tauri gen files path
2023-01-22 17:08:56 +08:00
Mohammad Zolfaghari
5d125091d9
feat: support group by url in kanban board ( #1687 )
...
* feat: WIP on url controller
* fix: logging correct field
* chore: generate groups
* chore: revert change on URLTypeOptionPB
* chore: add tests + fix move row in group by url
* chore: rename test function
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-19 17:56:55 +08:00
Nathan.fooo
aeb29d2e42
ci: fix potential test fail ( #1722 )
2023-01-19 14:10:57 +08:00
abichinger
d36aea648c
feat: save menu appearance ( #1707 )
...
* feat: save menu offset and menu visibility
* refactor: remove collapsedNotifier
2023-01-18 14:30:39 +08:00
Nathan.fooo
d77c41013f
chore: build tauri from vscode launch ( #1720 )
...
* chore: build tauri from vscode launch
* fix: unit test
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-18 11:22:13 +08:00
Nathan.fooo
ceb39a4fd9
chore: add tauri build config ( #1717 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 21:54:25 +08:00
Nathan.fooo
f64346c955
Feat/tauri ( #1716 )
...
* feat: support tauri desktop
* chore: support call flowy sdk command
* chore: switch to svelte
* chore: gen js protobuf
* chore: import js protobuf
* chore: call flowy sdk handler
* chore: update scipts
* chore: create index.ts
* chore: track files
* chore: gen ts event
* chore: replace application icon
* chore: migrate to react
* chore: fix wanrings
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 16:27:17 +08:00
vedon
ba653ff463
ci: support aarch64 ( #1710 )
2023-01-16 20:47:15 +08:00
Nathan.fooo
9215f5188c
Feat/restore from snapshot ( #1699 )
...
* feat: snapshot for folder
* feat: snapshot for document
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-12 22:31:39 +08:00
Nathan.fooo
6a36bcd31d
chore: add sqlite feature flag ( #1683 )
...
* chore: add sqlite feature flag
* chore: fix clippy warings
* ci: fix clippy
* chore: add rev file persistence
* ci: fix clippy
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-12 13:09:08 +08:00
Nathan.fooo
fe4e28b576
Feat/read cell data for field ( #1695 )
...
* chore: read cells for field
* feat: enable read cells for specific field
* ci: fix tests
Co-authored-by: vedon <vedon.fu@gmail.com>
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-12 07:56:46 +08:00
Nathan.fooo
b7ba189642
Feat/sort UI ( #1642 )
...
* feat: implement sort UI
* chore: config sort listener
* chore: config sort ui
* chore: config sort ui
* feat: support ascending & descending
* fix: reorder rows bugs
* chore: add tests
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-11 17:48:53 +08:00
Kelvin
c46b09f182
feat: support scientific notation and decimal separator ( #1688 )
2023-01-10 10:28:35 +08:00
Richard Shiue
e8b21955f8
chore: add calendar view plugin along with backend data ( #1611 )
...
* chore: create build-in calendar data
* feat: add new calendar view to plugins
* chore: add create calendar page test
* chore: disable for creation for now
* fix: rebase regression
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-08 20:51:19 +08:00
Nathan.fooo
37f269b08b
Chore/rename flowy sdk ( #1679 )
...
* chore: run flutter create on flowy_sdk
* chore: rename flowy-sdk to flowy-core
* chore: rename flowy_sdk to appflowy_backend
* chore: fix windows build
* chore: replace bloctest with test
Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: vedon <vedon.fu@gmail.com>
2023-01-08 12:10:53 +08:00
Nathan.fooo
a0b5f09b06
chore: save folder snapshot with custom config ( #1670 )
2023-01-06 14:11:35 +08:00
Nathan.fooo
d4946f1194
chore: cell data operation ( #1656 )
...
* chore: get all cells for specific field
* chore: auto format clippy wanrings
* chore: get cells for specific field type
2023-01-05 21:27:21 +08:00
Kelvin
7949d3fe4a
feat: handling same as Notion when user fills in the mixing of number and text ( #1650 )
...
* feat: handling same as Notion when user fills in the mixing of number and text
* feat: remove debug log
* feat: using lazy_static to initialized lazily the regex
2023-01-05 20:59:12 +08:00
Nathan.fooo
e9f8796809
fix: update the cell content if input is not valid data ( #1652 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-05 19:29:19 +07:00
Nathan.fooo
b25db83bc0
ci: support linux dart_unit_test ( #1653 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-05 15:25:30 +08:00
Kelvin
3eb1360324
test: add more cases for checkout_box_description_test ( #1639 )
2023-01-04 16:29:24 +08:00
Kelvin
ddc99d646c
test: switching_from_text_to_checkbox ( #1632 )
...
* feat: switching from text type to checkbox type
* feat: change to use Err(_)
* test: switch from text to checkbox (still need to cover more cases)
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-04 10:19:07 +08:00
nathan
bfd2754bda
chore: update rust-toolchain
2023-01-03 23:38:57 +08:00
Kelvin
273aaeec75
feat: switching from text type to checkbox type ( #1626 )
2023-01-02 14:47:21 +08:00
Nathan.fooo
17def1ffab
chore: enable rust_unit_test on windows ( #1630 )
2023-01-02 12:31:31 +08:00
Lucas.Xu
c05c1e191c
chore: upgrade minimum support flutter version, >= 3.3.0 ( #1551 )
...
* feat: upgrade flutter version to 3.3.0 for appflowy_editor and appflowy_editor_plugin
* feat: upgrade flutter version to 3.3.0 for appflowy
* feat: upgrade flutter version to 3.3.0 for CI
* chore: update flutter version in ci workflows
* chore: fix warnings
* chore: fix unuse import
* chore: support cargo make dart_unit_test on windows platform
* fix: copy to sandbox errors
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-01 23:26:27 +08:00
nathan
9cd83d02a9
fix: send dart notification
2023-01-01 22:48:28 +08:00
Nathan.fooo
35a93939fe
fix: send dart notification ( #1629 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-01 22:34:38 +08:00
Nathan.fooo
436291c01a
fix: update build.rs with cfg flag control ( #1627 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-01 17:21:19 +08:00
Nathan.fooo
a2b5d6fa99
fix: number cell format ( #1623 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2022-12-31 08:06:10 +08:00
Nathan.fooo
aa5f052ecf
Refactor/crate directory ( #1621 )
...
* chore: fix wanrings
* chore: remove protobuf ref in flowy-error-code
* chore: remove protobuf ref in lib-ws
* refactor: remove protobuf trait in flowy http model
* refactor: remove flowy-error-code crate
Co-authored-by: nathan <nathan@appflowy.io>
2022-12-30 11:16:47 +08:00
Kelvin
aae8259f63
test: grid switch from date to text test ( #1616 )
...
* test: grid switch from date to text test
* test: change back the DateTime format to US
2022-12-30 10:47:32 +08:00
Iñigo Iparragirre
8139856d6d
Feat/integrate thiserror anyhow ( #1599 )
...
* feat: add thiserror and anyhow dependencies
* feat: add thiserror derive to ErrorCode
* feat: add thiserror derive to FlowyStruct
* feat: update error field
* feat: update lock files
* Revert "feat: update lock files"
This reverts commit df9736b843
.
* fix: cargo fmt
2022-12-28 21:49:38 +08:00
Kelvin
b83b18274f
test: grid switch from number to text test ( #1615 )
...
* test: grid switch from number to text test
* chore: update test
* chore: fix tests
* chore: cargo fmt
Co-authored-by: nathan <nathan@appflowy.io>
2022-12-28 17:22:26 +08:00
Nathan.fooo
05f99ee4a4
fix: potential test fail because of async channel message ( #1613 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2022-12-28 10:18:17 +08:00
Kelvin
e5717b834d
test: grid switch from checkbox to text test ( #1612 )
2022-12-28 08:25:26 +08:00
Kelvin
faf8f73206
test: grid switch from multi select to text test ( #1608 )
2022-12-27 20:08:32 +08:00
Nathan.fooo
f5b7d3951f
Feat/sort after change ( #1607 )
...
* chore: generate task after row was changed
* chore: config task
* chore: add task test
Co-authored-by: nathan <nathan@appflowy.io>
2022-12-26 20:28:18 +08:00
Nathan.fooo
5a30f46b85
feat: sort cell ( #1593 )
...
* chore: call cell decode data
* chore: cache cell decoded data
* chore: update cache cell data
* chore: cache cell data
* refactor: separate cell type option functionalities
* refactor: add TypeOptionCellDataFilter trait
* chore: remove unused codes
* chore: fix wanrings
* chore: add sort tests
* chore: sort single select and multi select
Co-authored-by: nathan <nathan@appflowy.io>
2022-12-24 23:19:11 +08:00
nathan
b6ce7aff9f
fix: rename function in test call
2022-12-21 11:03:10 +08:00
Nathan.fooo
eee3dcf43a
Create test template ( #1594 )
...
* refactor: rename functions
* chore: create test templagte
Co-authored-by: nathan <nathan@appflowy.io>
2022-12-21 11:00:08 +08:00
Kelvin
45c73a20c2
test: UnitTest Switching from Multi to text ( #1585 )
2022-12-20 20:33:17 +08:00
nathan
ce86227da3
chore: delete log
2022-12-20 14:45:51 +08:00
Nathan.fooo
4643851b3f
refactor: apply cell change set ( #1589 )
...
* refactor: update cell changeset trait
* refactor: update cell changeset documentation
Co-authored-by: nathan <nathan@appflowy.io>
2022-12-20 14:40:40 +08:00