Commit Graph

3755 Commits

Author SHA1 Message Date
ceb39a4fd9 chore: add tauri build config (#1717)
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 21:54:25 +08:00
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
ba653ff463 ci: support aarch64 (#1710) 2023-01-16 20:47:15 +08:00
834152dffc chore: Update ru-RU.json (#1701) 2023-01-13 21:43:21 +08:00
707ea4c8c8 chore: add calendar_view package (#1690)
* chore: add calendar_view package

* chore: improve calendar navigator

* style: improve readability

* chore: localization and moving constants
2023-01-13 21:35:20 +08:00
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
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
860c5d100b chore: rename class according to gitbook documentation (#1682) 2023-01-12 10:01:17 +08:00
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
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
92baa573e1 Merge pull request #1676 from LucasXu0/text_robot
feat: integrate OpenAI service
2023-01-10 19:47:04 +07:00
c46b09f182 feat: support scientific notation and decimal separator (#1688) 2023-01-10 10:28:35 +08:00
ab108e1dc1 chore: format dart code 2023-01-10 10:14:52 +08:00
fa0a334d6c feat: refactor the gpt3 api and support multi line completion 2023-01-10 10:14:52 +08:00
310236dca0 feat: add sample for open AI editing 2023-01-10 10:14:52 +08:00
fc1efeb70b feat: support prompt and suffix 2023-01-10 10:14:52 +08:00
494e31993b feat: add openAI plugin 2023-01-10 10:14:52 +08:00
34d4ea3e54 feat: text robot 2023-01-10 10:14:52 +08:00
91efcafd77 chore: potential fail on trash bloc test (#1686) 2023-01-09 12:17:37 +08:00
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
e479425297 chore: Removed unused PhantomSnapshotPersistence-import (#1680) 2023-01-08 13:00:15 +08:00
7572321813 chore: auto width GridFieldCellActionSheet (#1673) 2023-01-08 12:59:54 +08:00
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
a0b5f09b06 chore: save folder snapshot with custom config (#1670) 2023-01-06 14:11:35 +08:00
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
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
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
3ba3a8dc18 Merge pull request #1655 from LucasXu0/feat_1649
feat: #1649 [FR] Convert quill delta to appflowy document
2023-01-05 18:58:42 +08:00
50f9ac1657 feat: #1649 add document for importing data 2023-01-05 18:12:39 +08:00
2fb0e8da28 feat: #1649 [FR] Convert quill delta to appflowy document 2023-01-05 17:40:03 +08:00
b25db83bc0 ci: support linux dart_unit_test (#1653)
Co-authored-by: nathan <nathan@appflowy.io>
2023-01-05 15:25:30 +08:00
c181f91175 ci: enable docker build (#1654) 2023-01-05 14:50:37 +08:00
e52f59b8c1 Merge pull request #1648 from LucasXu0/feat_1624
#1624 Support Shift + Option + Left/Right Arrow
2023-01-05 10:19:06 +08:00
e08ab1fc10 fix: Presses shift + alt + arrow right to select a word 2023-01-05 09:15:18 +08:00
d7410cd6e8 feat: #1624 add shortcut for Shift + Option + Left/Right Arrow 2023-01-04 20:10:41 +08:00
06c5f6a790 Merge branch 'main' into feat_1624 2023-01-04 20:04:33 +08:00
35a72f701b feat: #1624 add shortcut for Shift + Option + Left/Right Arrow 2023-01-04 19:58:43 +08:00
1a2af1cf49 chore: add close button in select option tags for select option textfield (#1640)
* chore: remove unused isSelected flag

* chore: close popover when an option is deleted

* chore: allow unselecting an option by clicking on a close button
2023-01-04 19:43:49 +08:00
340f27cf87 fix: the settings view of path configuration is not displayed completely (#1647) 2023-01-04 19:41:31 +08:00
d8958e82c8 fix: menu section scrollcontroller not attached (#1631) 2023-01-04 17:19:54 +08:00
a07a180cc8 chore: remove duplicate command in flutter_ci.yaml 2023-01-04 17:16:09 +08:00
3eb1360324 test: add more cases for checkout_box_description_test (#1639) 2023-01-04 16:29:24 +08:00
e0a392db00 chore: update flutter_ci.yaml 2023-01-04 16:23:58 +08:00
2006d35a50 fix: the settings view of path configuration is not displayed completely 2023-01-04 15:10:11 +08:00
515cd50ac4 chore: grid/kanban toolbar UI improvements (#1634) 2023-01-04 10:21:00 +08:00
c5b15daac4 fix: don't delete the property if it shouldn't be allowed (#1633) 2023-01-04 10:20:18 +08:00
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
b8f9da6bc7 ci: flutter ci 2023-01-04 00:08:40 +08:00
2c244203fb ci: rust coverage 2023-01-04 00:02:13 +08:00
bfd2754bda chore: update rust-toolchain 2023-01-03 23:38:57 +08:00