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
59b36f67c8
feat: improve confirm deletion dialog
2024-07-03 10:47:59 +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
be4d60ca0d
Merge branch 'main' into feat/support-get-encoded-collab-event
2024-07-02 16:42:00 +08:00
Lucas.Xu
8c1520b273
feat: sync the created view after duplicating ( #5674 )
...
* feat: sync the created view after duplicating
* chore: revert launch.json
* chore: refacotor code
2024-07-02 13:02:15 +08:00
Lucas.Xu
42dc6017c6
feat: support moving page to a space ( #5665 )
...
* feat: support moving page to a space
* chore: update collab repo
2024-07-02 10:29:46 +08:00
Lucas.Xu
2b8dca209e
feat: sync the documents and databases after batch importing documents and databases ( #5644 )
...
* feat: support batch import
* feat: support batch import database
* chore: revert launch.json
* chore: fix rust ci
* fix: rust ci
2024-07-01 14:44:08 +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
Nathan.fooo
e1c68c1b72
feat: Run Local AI model in AppFlowy ( #5655 )
...
* chore: load plugin
* chore: sidecar
* chore: fix test
* chore: clippy
* chore: save chat config
* chore: arc plugin
* chore: add plugins
* chore: clippy
* chore: test streaming
* chore: config chat
* chore: stream message
* chore: response with local ai
* chore: fix compile
* chore: config ui
* chore: fix load plugin
* chore: add docs
* chore: update docs
* chore: disable local ai
* chore: fix compile
* chore: clippy
2024-06-30 17:38:39 +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
14d62db688
Merge branch 'main' into feat/support-get-encoded-collab-event
2024-06-28 14:03:20 +08:00
Mathias Mogensen
b09ff040f1
fix: postpone fetching member ( #5648 )
2024-06-28 09:03:30 +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
605a53f2ae
feat: open the duplicated space by default ( #5638 )
2024-06-27 14:12:52 +08:00
Lucas.Xu
a1dec0f269
feat: add check workspace health button in settings page ( #5631 )
2024-06-27 09:57:06 +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
14ba35c728
feat: integrate publish api
2024-06-26 17:03:25 +08:00
Lucas.Xu
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
Lucas.Xu
7d96c2dfd4
feat: add key + as zoom-in key ( #5628 )
2024-06-26 13:27:13 +08:00
Mathias Mogensen
e4132ed217
chore: enable cloud search ( #5624 )
...
* chore: enable cloud search
* fix: filter received msgs by query
2024-06-25 21:56:58 +02:00
Mathias Mogensen
271b250eac
fix: make theme uploads more tolerant ( #5617 )
2024-06-25 13:52:59 +02:00
Lucas.Xu
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
Lucas.Xu
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
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
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
Mathias Mogensen
8ca541bfa1
fix: reminder race condition ( #5587 )
2024-06-20 10:13:59 +02:00
Lucas.Xu
fdaca36b87
fix: automatically open page after switching space ( #5580 )
2024-06-19 21:28:49 +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
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
8bf97ad5c6
feat: add a pinned icon after page name ( #5553 )
2024-06-17 19:18:06 +08:00
Lucas.Xu
a85d11fb6d
feat: collapse space and switch space by shortcuts ( #5554 )
...
* chore: improve delete popup style
* feat: support collapsing space and switching space by shortcuts
2024-06-17 18:59:08 +08: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
Lucas.Xu
49683e6079
fix: migrate the private views only if they are not empty ( #5544 )
2024-06-17 10:29:15 +08:00
Lucas.Xu
13107b63e9
feat: improve upgrade space toast ( #5543 )
...
* fix: divider color
* feat: improve upgrade space toast
2024-06-15 09:03:09 +08:00
Lucas.Xu
2a4d78b688
feat: improve hover color in dark mode ( #5538 )
2024-06-14 14:31:55 +08:00
Lucas.Xu
785597f53e
fix: space issues ( #5531 )
...
* fix: display the space icon in breadcrumb and disable the space entry
* fix: the icon and the title are not aligned center in more menu
* fix: incorrect space icon corner radius
* fix: missed tooltip for add new page button
* fix: disable space migration for local user
* chore: use general as default space name
* fix: space name overflow
* fix: only show arrow button when hovering on page
* fix: sidebar tooltip font size
* fix: use space name as hint text
* feat: support adding a new space from space menu
* fix: filter the space view
2024-06-14 09:32:02 +08:00
Lucas.Xu
dc12938ab6
feat: support switching space on mobile ( #5527 )
2024-06-13 14:14:18 +08:00
Lucas.Xu
2d674060c6
feat: introduce space to manage the pages ( #5517 )
...
* fix: resizing icon on mobile
* feat: add space feature
* feat: support creating space
* feat: support creating new space
* feat: support space expand status
* feat: support creating page in space
* feat: support customizing space icon
* feat: display the space icon on space menu
* feat: add space more action button
* fix: flutter analyze
* feat: support editing space icon on more menu
* chore: update translations
* feat: manage space
* feat: delete workspace
* feat: disable delete button if needed
* feat: add private lock
* chore: adjust the old version
* feat: display upgrade button
* feat: support migrating space
* feat: support migrating space
* feat: allow user to upgrade space maunally
* fix: dark mode issue
* fix: create space delay
* chore: translations
* chore: disable workspace test
2024-06-13 13:43:29 +08:00
Mathias Mogensen
bd5f5f8b9e
feat: integrate cloud document search ( #5523 )
2024-06-13 01:37:19 +02:00
Mathias Mogensen
4708c0f779
feat: plan+billing ( #5518 )
...
* feat: billing client
* feat: subscribe workspace default impl
* feat: added create subscription
* feat: add get workspace subs
* feat: added subscription cancellation
* feat: add workspace limits api
* fix: update client api
* feat: user billing portal
* feat: billing UI (#5455 )
* feat: plan ui
* feat: billing ui
* feat: settings plan comparison dialog
* feat: complete plan+billing ui
* feat: backend integration
* chore: cleaning
* chore: fixes after merge
* fix: dependency issue
* feat: added subscription plan cancellation information
* feat: subscription callback + canceled date
* feat: put behind feature flag
* feat: downgrade/upgrade dialogs
* feat: update limit error codes
* fix: billing refresh + downgrade dialog
* fix: some minor improvements to settings
* chore: use patch for client-api in tauri
* fix: add shared-entity to patch
* fix: compile
* ci: try to add back maximize build space step
* test: increase timeout in failing test
---------
Co-authored-by: Zack Fu Zi Xiang <speed2exe@live.com.sg>
2024-06-12 17:08:55 +02:00
Mathias Mogensen
815c99710e
feat: magic link sign-in as anonymous user ( #5520 )
...
* feat: magic link sign-in as anonymous user
* chore: remove commented code
* fix: custom sign-in dialog
* fix: bring back sign-out dialog
* fix: add minor space for sync indicator
2024-06-11 22:17:29 +02:00
Lucas.Xu
5012b99c9b
fix: remove member request on launch ( #5505 )
2024-06-11 10:16:32 +08:00
Mathias Mogensen
6b46372aa0
fix: custom font dropdown ( #5502 )
...
* fix: custom font dropdown
* fix: dart analyzer
2024-06-10 15:23:26 +02:00
Lucas.Xu
38d2bd7ee8
fix: board shortcuts conflict with textfield ( #5487 )
...
* fix: board shortcuts conflict with text field
* fix: typo
* fix: favorite icon issue in dark mode
2024-06-10 09:04:01 +08:00