Lucas.Xu
f96218820d
feat: disable publish in non-apppflowy-cloud user mode
2024-07-03 13:43:59 +08:00
Lucas.Xu
bec7227cff
chore: use beta.appflowy.com
2024-07-03 12:00:47 +08:00
Lucas.Xu
4ece2ff959
feat: show unpublish error
2024-07-03 11:05:15 +08:00
Lucas.Xu
5be41553be
feat: unpublish the page auto when moving it to another space
2024-07-03 10:21:17 +08:00
Lucas.Xu
81f0100e78
feat: add copy toast in publish tab
2024-07-02 22:15:12 +08:00
Lucas.Xu
cb2a7c9f98
feat: show a confirm deletion dialog if the deleted page contains published page
2024-07-02 21:40:52 +08:00
Lucas.Xu
0daabd2f3c
feat: use default publish name
2024-07-02 17:09:19 +08:00
Lucas.Xu
be4d60ca0d
Merge branch 'main' into feat/support-get-encoded-collab-event
2024-07-02 16:42:00 +08:00
Lucas.Xu
6d0c9f766b
fix: filter chat page when duplicating ( #5676 )
...
* fix: filter chat page when duplicating
* fix: don't clear selection if it has been disposed
2024-07-02 14:35:29 +08:00
Lucas.Xu
c78f23e1c0
fix: v0.6.2 issues ( #5654 )
...
* fix: remove create button in move to menu
* fix: add loading indicator when duplicating space
* fix: sidebar header expand icon status
* fix: text within select tag overflow
* fix: callout block icon align issue
* feat: sync the space icon when creating a space
* fix: duplicated hover views
* fix: cover image doesn't update
2024-07-01 14:43:57 +08:00
Mathias Mogensen
3bcadff152
fix: settings changes + ai layout improvements ( #5656 )
...
* fix: settings changes
* fix: improve chat layout
2024-06-28 22:54:54 +08:00
Lucas.Xu
6033e128f0
chore: refactor share menu colors
2024-06-28 13:33:39 +08:00
Lucas.Xu
7dd4a52c61
feat: refacotor export-as
2024-06-28 13:17:13 +08:00
Lucas.Xu
95c4da5e6f
feat: refacotor share menu UI
2024-06-28 11:51:07 +08:00
Lucas.Xu
701b55dc45
chore: change color
2024-06-28 10:34:52 +08:00
Lucas.Xu
2f9f2c1ba7
fix: the name is too long to publish
2024-06-28 10:24:03 +08:00
Lucas.Xu
e51b0f90de
Merge branch 'main' into feat/support-get-encoded-collab-event
2024-06-27 17:57:56 +08:00
Lucas.Xu
39f2789e13
chore: refactor publish bloc
2024-06-27 17:57:33 +08:00
Mathias Mogensen
bbb3f95a13
fix: billing+cleanup ( #5634 )
...
* fix: billing fixes
* chore: best practice and cleaning
* chore: dispose of unused resources
* chore: upgrade editor version
2024-06-27 02:00:21 +02:00
Lucas.Xu
02199e3a73
feat: fetch the publish info to show the publish status
2024-06-26 17:03:25 +08:00
Lucas.Xu
9119e4a926
feat: integrate unpublish api
2024-06-26 17:03:25 +08:00
Lucas.Xu
14ba35c728
feat: integrate publish api
2024-06-26 17:03:25 +08:00
Lucas.Xu
95194930f9
feat: call the publish event
2024-06-26 17:01:10 +08:00
Lucas.Xu
360f3df99e
chore: refacotor share bloc
2024-06-26 17:01:10 +08:00
Lucas.Xu
3edcc08543
feat: publish page to the web
2024-06-26 17:01:10 +08:00
Mathias Mogensen
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
Nathan.fooo
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
Lucas.Xu
b9ad2768cf
feat: duplicate space ( #5612 )
2024-06-25 10:03:02 +08:00
Mathias Mogensen
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
Lucas.Xu
40312f4260
fix: infinite loading ( #5613 )
2024-06-24 20:14:22 +08:00
Mathias Mogensen
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
Nathan.fooo
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
Lucas.Xu
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
2024-06-19 19:34:47 +08:00
Mathias Mogensen
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
Lucas.Xu
75cea400d2
fix: cursor jump randomly in check list item ( #5565 )
...
* chore: remove debug logs
* fix: cursor jump ramdomly in checklist item
2024-06-19 09:33:27 +08:00
Lucas.Xu
b6debd6c71
fix: remove media_kit ( #5563 )
...
Co-authored-by: Mathias Mogensen <mathiasrieckm@gmail.com>
2024-06-18 15:47:52 +08:00
Nathan.fooo
a05ed63a3e
chore: fix can't delete characters in card ( #5562 )
...
* chore: fix can't delete characters in card
* chore: i18n
2024-06-18 13:12:57 +08:00
Nathan.fooo
3e75f1f24a
chore: fix checklist potential panic ( #5561 )
...
* chore: fix checklist
* chore: fix checklist
2024-06-18 10:16:39 +08:00
Lucas.Xu
e607694729
chore: change slash menu hover color ( #5555 )
...
* feat: add a pinned icon after page name
* chore: change slack menu hover color
* Revert "feat: add a pinned icon after page name"
This reverts commit a668e0bd09
.
2024-06-18 09:55:43 +08:00
Nathan.fooo
21a497924c
chore: adjust height ( #5558 )
2024-06-17 21:38:05 +08:00
Mathias Mogensen
4a126e17ce
fix: settings improvements ( #5547 )
...
* fix: user workspace bloc changed
* fix: use translate card cell style
* fix: add getworkspacemember
* fix: billing launch review
* fix: disable time field
* fix: member tooltip
* fix: remove my account description
* fix: punctuation
* fix: filter workspace font
* fix: cloud toggle
* fix: minor adjustments
* chore: disable cloud document search
* fix: improve workspace name textfield
* test: move billing test to cloud
* fix: use cache over remote
* fix: clippy and tests
* chore: amend flowy tooltip
* test: add pump and settle
* test: integration test for local auth
2024-06-17 14:30:19 +02:00
Lucas.Xu
70a7b856a2
feat: improve space UX ( #5549 )
...
* fix: scroll bar hover color
* chore: replace board icon
* chore: remove close button in upgrade menu
* chore: add translation
* feat: switch to the next space by shortcut
* chore: replace space lock icon
* chore: remove arrow icon in change icon button
* feat: only show other favorites header if the other two is empty
* fix: create new page in current space
* feat: create a new page in a newly created space by default
* chore: update translations
* feat: open the first page after switching space by default
* chore: replace board icon
* fix: open the first page(non-space) after switching workspace
* chore: revert more icon
* chore: revert editor version
2024-06-17 16:23:17 +08:00
Nathan.fooo
ce1a6e4fca
chore: highlight code block ( #5540 )
2024-06-14 14:53:53 +08:00
Lucas.Xu
cbe452a73d
feat: improve page thumbnail on mobile ( #5535 )
...
* feat: improve view thumbnail
* chore: blur the bottom navigation bar
* feat: improve date format
* feat: support url avatar
* fix: remove duplicated divider
2024-06-14 13:15:41 +08:00
Nathan.fooo
27899ee993
chore: save workspace member info to disk ( #5536 )
...
* chore: save workspace member info to disk
* chore: fix clippy
2024-06-14 11:34:23 +08:00
Nathan.fooo
e2ce274718
chore: polish chat UI ( #5533 )
...
* chore: adjust chat ui
* chore: clippy
2024-06-14 09:02:06 +08:00
Mohammad Zolfaghari
aa621a8d84
feat: timer field ( #5349 )
...
* feat: wip timer field
* feat: timer field fixing errors
* feat: wip timer field frontend
* fix: parsing TimerCellDataPB
* feat: parse time string to minutes
* fix: don't allow none number input
* fix: timer filter
* style: cargo fmt
* fix: clippy errors
* refactor: rename field type timer to time
* refactor: missed some variable and files to rename
* style: cargo fmt fix
* feat: format time field type data in frontend
* style: fix cargo fmt
* fix: fixes after merge
---------
Co-authored-by: Mathias Mogensen <mathiasrieckm@gmail.com>
2024-06-13 08:52:13 +02:00
Lucas.Xu
15329b39d0
chore: update editor version ( #5513 )
2024-06-13 07:58:05 +08:00
Mohammad Zolfaghari
4f4be7eac7
feat: enable group condition ( #5248 )
...
* feat: enable group condition
* style: added i18n for date field group conditions
* fix: flutter analyze
* fix: test use i18n
* fix: more localization
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2024-06-13 00:02:16 +02:00
Nathan.fooo
f1a4deb459
chore: support more language ( #5522 )
...
* chore: support more language
* chore: adjust ui
2024-06-12 23:17:57 +08:00