Commit Graph

5151 Commits

Author SHA1 Message Date
e73870e6e2 fix: auto generator bugs (#1934) 2023-03-08 08:58:28 +08:00
0a3231cd9a chore: add tauri clean 2023-03-07 13:28:49 +06:00
aab62f4048 Merge branch 'upstream-main' into feat/appflowy_tauri_3
# Conflicts:
#	frontend/appflowy_tauri/src/appflowy_app/components/TestApiButton/TestGrid.tsx
#	frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/database_controller.ts
2023-03-07 13:25:56 +06:00
9e235c578e chore: Update 3: Brazilian Portuguese Localization (#1907)
- Fix typos;
- Fix inconsistencies;
- Removed duplicated block strings.

Note: There are some word by word texts that I still need to figure out how to adapt properly; though, do believe most of strings are good to go!

Please review!
2023-03-07 09:35:04 +08:00
7ff4cecd09 feat: add cover migration for document (#1929)
* feat: add cover migration for document

* fix: should not delete the cover when selecting all

* fix: chinese characters for openai
2023-03-07 09:33:59 +08:00
675c833f07 feat: add test for appflowy_editor attributes (#1931) 2023-03-07 09:33:35 +08:00
79c1568295 chore: refactor row hook 2023-03-06 20:01:41 +06:00
c8569d3c62 chore: move cell hook into custom cell component 2023-03-06 17:47:37 +06:00
3635b6b63e chore: create cell component for each field type 2023-03-06 17:39:11 +06:00
7ca4da0966 fix: change IDatabaseField fix eslint errors 2023-03-06 16:13:43 +06:00
d3ee346cb7 docs(appflowy_flutter) : Update Documentation (#1910)
* docs(appflowy_flutter): Update Documentation

- Added basic information so that new contributors can easily get started with contributions.

* docs(appflowy_flutter): Fix doc issues

- Fixed the wrong Flutter version chip
- Added contributions types
2023-03-06 14:10:10 +08:00
557a524648 fix: remove warnings 2023-03-06 11:35:23 +06:00
99f0fad74c feat: add test for appflowy_editor path (#1926) 2023-03-06 10:37:10 +08:00
88eeb6bd36 fix: post merge fix 2023-03-06 00:01:59 +06:00
d1c29ec3e7 fix: post merge fixes 2023-03-05 23:43:59 +06:00
fb8a81eca5 Merge remote-tracking branch 'origin/feat/appflowy_tauri_3' into feat/appflowy_tauri_3
# Conflicts:
#	frontend/appflowy_tauri/src/appflowy_app/components/layout/NavigationPanel/NavigationPanel.tsx
2023-03-05 23:38:19 +06:00
e297769ac2 fix: highlight active page 2023-03-05 23:34:46 +06:00
543846c241 fix: nav panel and main panel animation on hide menu 2023-03-05 23:22:43 +06:00
84f41cec76 fix: min width for nav panel 2023-03-05 22:28:33 +06:00
3afca2b482 fix: new folder trash overflow 2023-03-05 22:19:46 +06:00
45045beeb9 chore: rename document test (#1925) 2023-03-05 19:19:40 +08:00
7e7cee4bf4 chore: add tauri database group test (#1924)
* chore: add tauri database group test

* chore: add more tests

* chore: enable run all tests

* chore: rename test folder
2023-03-05 16:26:27 +08:00
8e22ef2230 chore: observer app change (#1922) 2023-03-05 16:13:06 +08:00
b417fb5fdf ci: compile error 2023-03-04 19:27:18 +08:00
0b2dc415af Merge branch 'feat/appflowy_tauri_3' into feat/appflowy_tauri_3 2023-03-04 19:18:17 +08:00
6aa9ba28d6 Feat/tauri folder (#1921)
* refactor: folders item

* fix: show get stared page if it's not login

* chore: expose debug pages
2023-03-04 16:15:24 +08:00
205b0fc4a5 Fix/tauri login state (#1919)
* fix: redux serializableCheck

* chore: read login state

* fix: show loading page while checking user state

* chore: cell data parser
2023-03-04 11:03:16 +08:00
3f0d3d802a fix: dart test (#1920) 2023-03-04 08:59:40 +08:00
d0558e4da1 fix: ci warning 2023-03-03 19:18:15 +06:00
0f3c6d6a04 Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
7839ad26c4 fix: initially authenticated and serializable fix 2023-03-03 18:37:50 +06:00
075bf8f2fc Merge branch 'upstream-feat/appflowy_tauri_3' into feat/appflowy_tauri_3
# Conflicts:
#	frontend/appflowy_tauri/src/appflowy_app/components/TestApiButton/TestGrid.tsx
2023-03-03 17:17:11 +06:00
11649ef16d chore: (unstable) using controllers 2023-03-03 17:14:58 +06:00
24340f3091 chore: fix tauri build 2023-03-03 19:06:57 +08:00
59a1910b3c Refactor/database classes (#1913) 2023-03-03 18:31:30 +08:00
a2bdb08a84 chore: setup auto login 2023-03-03 17:58:45 +08:00
47ccfbf4ed chore: add profiling feature 2023-03-03 12:05:52 +08:00
24bf1c1893 chore: config tokio runtime subscriber 2023-03-03 10:05:19 +08:00
9b0fccbdda chore: update tokio version 2023-03-03 10:04:53 +08:00
dcf8fd538d chore: format code 2023-03-02 20:28:46 +08:00
c35db5c2a2 fix: high cpu usage 2023-03-02 19:47:37 +08:00
f1316acfcc Implement cover plugin 1868 (#1897)
* implement_cover_plugin_#1868

* code cleanup

* fix: CI issue fix

* fix: cover plugin implementation finalized

* fix: localization fixes

* fix: added add cover button

* chore: optimize the cover plugin code

* feat: auto hide the add button and cover buttons when leaving

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-03-02 19:34:22 +08:00
fd41459a30 fix: smart edit bugs (#1911) 2023-03-02 19:34:08 +08:00
08bb4e4116 Merge remote-tracking branch 'origin/feat/appflowy_tauri_3' into feat/appflowy_tauri_3 2023-03-01 18:41:32 +06:00
2e4df44c29 chore: add get single select type option data 2023-03-01 20:16:25 +08:00
f58c91fb3f fix: filter notification with id 2023-03-01 19:05:56 +08:00
fd135fb664 chore: set tracing log to debug level 2023-03-01 18:45:52 +08:00
c74308999d chore: delete/create row 2023-03-01 18:23:39 +08:00
e5a1bd2c52 chore: change log class arguments 2023-03-01 16:04:51 +06:00
a1a5675875 fix: openai for summarize doesn't work when mutliple selecting (#1904) 2023-03-01 17:38:14 +08:00