Commit Graph

5704 Commits

Author SHA1 Message Date
c9b1591dba fix: update codes 2024-06-27 14:59:57 +08:00
0ffc4cb4eb fix: update codes 2024-06-27 14:26:36 +08:00
3b76ee9078 fix: update codes 2024-06-27 14:03:53 +08:00
e27dddef61 fix: update codes 2024-06-27 14:00:37 +08:00
3f05ac8f62 fix: update codes 2024-06-27 13:49:09 +08:00
a5cb427a8a fix: some style 2024-06-26 21:23:40 +08:00
dc910e46b2 fix: some style 2024-06-26 20:26:19 +08:00
303e2b30ac fix: some style 2024-06-26 19:47:24 +08:00
492b9fddb5 fix: some style 2024-06-26 19:08:10 +08:00
4cef37d9a7 fix: some style 2024-06-26 19:04:17 +08:00
990c149c75 fix: some style 2024-06-26 17:57:33 +08:00
b64514c7e4 fix: some style 2024-06-26 17:47:34 +08:00
971c0e1ea9 fix: some style 2024-06-26 17:47:25 +08:00
2557d90c0d fix: some style 2024-06-26 17:05:10 +08:00
431e03e3c1 fix: modified web server 2024-06-26 17:05:10 +08:00
1c90d935be fix: lint error 2024-06-26 17:05:09 +08:00
1309a94439 feat: support publish interfaces 2024-06-26 17:05:07 +08:00
02199e3a73 feat: fetch the publish info to show the publish status 2024-06-26 17:03:25 +08:00
9119e4a926 feat: integrate unpublish api 2024-06-26 17:03:25 +08:00
14ba35c728 feat: integrate publish api 2024-06-26 17:03:25 +08:00
e88423c83e feat: support publish view and unpublish views 2024-06-26 17:03:22 +08:00
95194930f9 feat: call the publish event 2024-06-26 17:01:10 +08:00
360f3df99e chore: refacotor share bloc 2024-06-26 17:01:10 +08:00
3edcc08543 feat: publish page to the web 2024-06-26 17:01:10 +08:00
1c8913eb79 feat: support publish view and unpublish views 2024-06-26 17:00:52 +08:00
4151c48180 feat: support a event for getting encoded collab of document 2024-06-26 16:59:23 +08:00
f812040f04 feat: support creating database at the first level (#5627)
* feat: support creating database at the first level

* chore: add loading indicator when importing file
2024-06-26 13:27:33 +08:00
7d96c2dfd4 feat: add key + as zoom-in key (#5628) 2024-06-26 13:27:13 +08:00
e4132ed217 chore: enable cloud search (#5624)
* chore: enable cloud search

* fix: filter received msgs by query
2024-06-25 21:56:58 +02:00
a7f40b2adc fix: paste in list (#5621)
* fix: support pasting in list

* test: add simple test

* chore: remove debugPrint
2024-06-25 20:08:01 +02:00
c996c9c28e fix: maximized window optimization (#5622) 2024-06-25 20:07:43 +02:00
f59b8a2e5c chore: update Polish translations (#5593)
* chore: update translations with Fink 🐦

* Revert "chore: update translations with Fink 🐦"

This reverts commit e3b7ca9e22.

* chore: update pl-PL translations

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-06-25 21:16:35 +08:00
f7480cba16 chore: update de-DE translations (#5588)
* chore: update translations with Fink 🐦

* Revert "chore: update translations with Fink 🐦"

This reverts commit f24a479b63.

* chore: update de-DE translations

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-06-25 21:09:02 +08:00
271b250eac fix: make theme uploads more tolerant (#5617) 2024-06-25 13:52:59 +02:00
6b1e7b6ac8 chore: set document id (#5585)
* chore: set document id

* feat: set document id to upload image api

* chore: fmt

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-06-25 17:36:41 +08:00
bf2a00b133 fix: prevent overfow of space name and view name (#5619)
* fix: space name overflow

* fix: space name overflow in space menu

* fix: view name overflow in favorite menu
2024-06-25 17:36:00 +08:00
a8ed93054c feat: support moving page across spaces (#5618)
* feat: support moving page across spaces

* feat: refacotor move api

* feat: filter the database views

* feat: support searching in move page menu
2024-06-25 16:43:58 +08:00
b9ad2768cf feat: duplicate space (#5612) 2024-06-25 10:03:02 +08:00
54c9d12171 feat: support switch model (#5575)
* feat: ai settings page

* chore: intergate client api

* chore: replace open ai calls

* chore: disable gen image from ai

* chore: clippy

* chore: remove learn about ai

* chore: fix wanrings

* chore: fix restart button title

* chore: remove await

* chore: remove loading indicator

---------

Co-authored-by: nathan <nathan@appflowy.io>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-06-25 07:59:38 +08:00
40312f4260 fix: infinite loading (#5613) 2024-06-24 20:14:22 +08:00
d2ca41c8f5 Remove deprecated add member (#5611)
* chore: remove deprecated add member directly

* chore: cargo clippy

* chore: cargo clippy

* chore: cargo clippy
2024-06-24 14:19:36 +08:00
7586a0ed48 fix: settings ui improvements (#5590)
* fix: settings ui improvements

* fix: replace placeholder + fix open folder

* fix: collapse sidebar button on windows

* test: fix tests after changes

* test: missed type cast
2024-06-20 21:01:20 +02:00
d8b32168a9 feat: hide application to dock macos (#5592)
* feat: hide application to tray macos

* chore: enable reopen the app after closing it

* fix: remove tray

* fix: remove asset

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-06-20 21:00:56 +02:00
8ca541bfa1 fix: reminder race condition (#5587) 2024-06-20 10:13:59 +02:00
b64da2c02f refactor: File upload (#5542)
* chore: rename service

* refactor: upload

* chore: save upload meta data

* chore: add sql test

* chore: uploader

* chore: fix upload

* chore: cache file and remove after finish

* chore: retry upload

* chore: pause when netowork unreachable

* chore: add event test

* chore: add test

* chore: clippy

* chore: update client-api commit id

* chore: fix flutter test
2024-06-20 07:44:57 +08:00
fdaca36b87 fix: automatically open page after switching space (#5580) 2024-06-19 21:28:49 +08:00
8557383a89 fix: cursor height is inconsistent after upgrading to Flutter 3.22 (#5574)
* fix: cursor height is inconsistent after upgrading to Flutter 3.22

* fix: cursor height is inconsistent after upgrading to Flutter 3.22

* fix: android toolbar height issue
0.6.0
2024-06-19 19:34:47 +08:00
fa86480458 feat: shortcuts page remake (#5567)
* feat: settings shortcuts page remake

* test: add shortcut test

* fix: physics on listview

* fix: menu icon
2024-06-19 10:24:34 +02:00
d75eb05707 chore: fix flutter test (#5572) 2024-06-19 13:26:18 +08:00
a2b32585a1 chore: bump version 0.6.0 (#5571) 2024-06-19 12:10:05 +08:00