Jayaprakash
15c9a67028
feat: implement outline block component depth control ( #4642 )
...
* feat: add support to control the depth of outline block component
* feat: update localization keys
* feat: add depth option to `BlockOptionButton`
* feat: retrive outline block heading components upto the depth level
* feat: add depth option config to editor configuration
* test: outline block depth control
* feat: add outline block placeholder
* refactor: remove redundant codes
* ci: trigger github actions
* chore: refactor `OptionDepthType` enum
* fix: flutter ci error
* refactor: removed `finalHeadingLevel` from outline keys
* fix: flutter ci error
2024-02-20 10:52:06 +08:00
Lucas.Xu
0b7ae734a1
fix: potential dependency conflict ( #4550 )
...
* fix: potential dependency conflict
* fix: ci issues
2024-01-30 16:05:56 +08:00
Richard Shiue
05a06980b9
chore: add unwaited futures to analysis options ( #4485 )
2024-01-29 10:26:45 +08:00
Mathias Mogensen
acc03b8cc4
chore: code cleanup according to unintroduced lints ( #4488 )
...
* chore: remove redundant arguments
* chore: remove unused constructor params
* chore: reorganize constructors
* chore: remove unnecessary awaits in returns
* chore: remove unnecessary paranthesis
* chore: add lints
* chore: clean up after merge
* chore: add sort constructors first
* chore: organize constructors in blocs
* chore: use sizedbox.shrink over empty container
2024-01-25 23:37:36 +08:00
Richard Shiue
6591d5de52
chore: dart code cleanup ( #4484 )
...
* chore: use when instead of map in bloc event dispatch
* chore: dart code formatting, remove white space
* chore: remove unneeded hashmap for cell context
* fix: rebuild card content
2024-01-25 12:26:18 +08:00
Richard Shiue
a1abcd7626
refactor: database cell controller and builder ( #4398 )
...
* refactor: get row/field data from row cache and field controller in cell controller
* refactor: reorganize cell controller tasks and builder
* refactor: rename cell_builder.dart
* refactor: database editable cell builder
* refactor: database card cell builder
* fix: make it work
* fix: start cell listener and adjust cell style on desktop
* fix: build card cell
* fix: remove unnecessary await in tests
* fix: cell cache validation
* fix: row detail banner bugs
* fix: row detail field doesn't update
* fix: calendar event card
* test: fix integration tests
* fix: adjust cell builders to fix cell controller getting disposed
* chore: code review
* fix: bugs on mobile
* test: add grid header integration tests
* test: suppress warnings, reduce flaky test and group tests
2024-01-24 23:59:45 +08:00
Zack
0a0f2adf76
feat: support uploading image to cloud storage ( #4413 )
...
* feat: add object ext
* feat: integrate upload image api
* feat: support uploading local file to cloud
* feat: abstact the CachedNetworkImage as FlowyNetworkImage
* ci: fix tauri ci
* fix: integration test
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: nathan <nathan@appflowy.io>
2024-01-20 23:16:18 +08:00
Jayaprakash
347698f68f
feat: support aligning the text block using shortcuts ( #4319 )
2024-01-09 20:27:08 +07:00
Mathias Mogensen
332a677d20
feat: improve reference menus ( #4301 )
...
* feat: improve reference menus
* fix: limit page results in reference menus
* fix: custom title for specific type refs
* fix: insert pages
* fix: enable scrolling on item focus change
* fix: enable shift+tab to navigate
* fix: properly offset menu
* fix: review comments
* fix: remove bottom padding on last group
2024-01-08 15:28:36 +01:00
Richard Shiue
1eeb812a1c
refactor: rename database code path from database_view to database ( #4310 )
2024-01-05 17:30:54 +08:00
Nathan.fooo
5facb61e23
refactor: crates ( #4258 )
...
* chore: rename flowy-folder2 to flowy-folder
* chore: rename flowy-document2 to flowy-document
* chore: fix test
* chore: move lib-infra crate
* chore: remove shared-lib
* chore: fix clippy
2023-12-31 07:29:40 +08:00
Nathan.fooo
df8409178b
refactor: remove singleton db ( #4208 )
...
* refactor: remove singleton db
* chore: fix warning
* chore: fix warning
* chore: update test
* chore: only resotre or backup when init call
* test: fix
* test: fix
* test: fix
* fix: timeout notification
* chore: rename
* chore: rename
* chore: disable test
* chore: remove log
* chore: remove log
* chore: add log
* chore: rename test functions
* chore: add test asset
* chore: bump client api
* chore: disable some tests
2023-12-27 11:42:39 +08:00
Nathan.fooo
6ecc3c9076
test: add document sync test on appflowy cloud ( #4163 )
...
* test: add document sync test on appflowy cloud
* chore: add runner
* test: Stream has already been listened to.
* fix: using singleton subscription
* fix: using singleton subscription
2023-12-21 08:12:40 +08:00
Lucas.Xu
3f9b598493
feat: add link preview block ( #4137 )
...
* feat: add link preview block
* test: add integration test
2023-12-13 15:21:38 +08:00
Lucas.Xu
ef49cb6577
feat: upgrade to flutter 3.16 ( #4119 )
...
* feat: upgrade to flutter 3.16
* chore: adjust flutter 3.16 new api
* chore: code format
* fix: ci lint
* chore: code format
* chore: dart format
2023-12-08 21:01:54 +08:00
Nathan.fooo
3e17613f54
tests: AppFlowy Cloud integration test ( #4015 )
...
* chore: save cloud ofnig
* chore: fix .a link warnings
* chore: add cloud test runner
* refactor: test folder
* ci: add test
* ci: add test
* ci: fix
* ci: fix
2023-11-28 10:54:31 +08:00
Lucas.Xu
31e9a0b4ea
feat: adjust code block, outline block on mobile ( #3940 )
...
* fix: missing delete cover button on mobile
* fix: ensure last node is an empty paragraph
* feat: adjust code block
* feat: adjust code block on mobile
* feat: adjust outline on mobile
* fix: appimage builder issues
* fix: view title issues
* fix: integration tests
2023-11-15 16:04:18 +08:00
Lucas.Xu
6a9866b9d2
chore: upgrade flutter to 3.13.9 ( #3936 )
2023-11-14 22:33:07 +08:00
Lucas.Xu
251c6d22b2
fix: 0.3.8 known issues ( #3912 )
...
* fix: add a left padding to align the document and grid field
* fix: emoji picker in the slash menu is too small
* fix: replace the delete icon color with black
* fix: improve snackbar background color
* fix: cannot add new line after toggle list
* feat: set ⭐ as the default icon of getting started
* fix: the titlebar overflows when the title level is too deep
* fix: integration test
* fix: openAI hint text overflow
* fix: integration tests
2023-11-13 12:00:03 +08:00
Lucas.Xu
9586ea0e6f
feat: display the titles of a view's ancestors and the view's title on the title bar. ( #3898 )
...
* feat: add no pages inside tips
* feat: show view's ancestors (include itself) title on bar
* feat: show view's ancestors (include itself) title on bar
* test: add integration tests
* fix: integration tests
2023-11-09 13:11:13 +08:00
Lucas.Xu
afc6473582
feat: adjust toggle list, callout, quote and divider on mobile ( #3894 )
...
* feat: adjust toggle list block
* feat: show block actions when tapping divider
* feat: add toggle list and callout to toolbar
* feat: refactor the emoji picker button
* fix: toggle list integration tests
2023-11-08 21:10:29 +08:00
Mathias Mogensen
b35d6131d4
feat: inline page reference ( #3859 )
...
* feat: more methods of inserting page reference
* test: add tests for inserting document reference
* chore: remove unused import
* chore: update editor ref
* tests: fix test with an interim solution
2023-11-03 21:30:24 +01:00
Lucas.Xu
c34a7a92fb
feat: support customizing page icon ( #3849 )
...
* chore: don't use cache when building release package
* feat: refactor icon widget design
* feat: sync the emoji between page and view
* feat: use cache to store the emoji data to prevent reloading
* feat: customize the emoji item builder
* feat: add i18n and shuffle emoji button
* fix: integration test
* feat: replace emoji picker in Grid and slash menu
* feat: support adding icon on mobile platform
* feat: support adding and removing icon on mobile
* test: add integration tests
2023-11-02 15:24:17 +08:00
Lucas.Xu
11daa15b89
feat: auto pop up the menu after inserting image block ( #3698 )
2023-10-15 13:04:24 +08:00
Mathias Mogensen
ebe112581d
feat: toggle notifications on/off ( #3672 )
2023-10-12 12:54:08 +08:00
Lucas.Xu
8e10cba8e5
feat: support toggling the markdown style by shortcuts ( #3674 )
2023-10-11 23:12:23 +08:00
Lucas.Xu
d4bc575c03
fix: image block issues ( #3637 )
2023-10-07 13:45:38 +08:00
Lucas.Xu
32c06cf1bf
fix: clear selection when editing inline database view
2023-09-26 16:55:49 +08:00
Lucas.Xu
938953d7b3
fix: unable to parse html text which contains <mark> tag ( #3529 )
2023-09-26 14:37:10 +08:00
Lucas.Xu
89face4f02
test: add integration test for ltr/rtl mode
2023-09-23 11:31:08 +08:00
Lucas.Xu
5f4e3ecc76
fix: unable to paste texts contains section or font tag ( #3379 )
2023-09-12 15:53:39 +08:00
Lucas.Xu
f73d59fb57
feat: support text align and block align ( #3292 )
...
* feat: support text align and block align
* test: add test
2023-08-30 17:21:32 +08:00
Mayur Mahajan
b88aed887a
fix: paste multiple lines in codeblock ( #3151 )
...
* fix: paste multiple lines in codeblock
* fix: works with non collapsed selection
* chore: localize code block
* test: multiline paste in codeblock
* chore: remove unused import
* fix: only hanlde code block paste command if all the selected nodes are code block
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-08-30 09:58:56 +08:00
Lucas.Xu
255f30590f
feat: add custom context menu items for copy, cut, and paste commands
2023-08-24 22:23:50 +08:00
Lucas.Xu
a0481e8020
chore: bump version 0.3.0 ( #3252 )
2023-08-23 10:43:18 +07:00
Lucas.Xu
724fc895e1
feat: format the selected text to url if available ( #3245 )
2023-08-22 14:46:27 +07:00
Lucas.Xu
bd30e31f6c
feat: improve copy paste plugins, and support in-app copy-paste ( #3233 )
2023-08-21 13:54:26 +08:00
Lucas.Xu
de4f47b2a1
chore: migrate to the latest api
2023-08-17 17:43:05 +08:00
Lucas.Xu
c9ee82ec75
chore: update editor version to 1.2.3 ( #3153 )
2023-08-10 18:35:27 +08:00
Mathias Mogensen
35a47bfe5d
feat: tabs shortcuts ( #3112 )
2023-08-08 13:09:17 +08:00
Lucas.Xu
f0d2cf7da3
fix: insert reference page in nested page
2023-08-01 21:47:20 +08:00
Lucas.Xu
266209caeb
feat: implement draggable folder ( #3083 )
2023-07-31 20:06:01 +08:00
Lucas.Xu
0fb004aee0
chore: bump version 0.2.7 ( #3022 )
...
* chore: bump version 0.2.7
* chore: update language files using inlang machine translation
2023-07-18 19:59:35 +08:00
Lucas.Xu
706a5e784f
fix: cannot click on links ( #3017 )
2023-07-18 15:59:41 +08:00
Mayur Mahajan
1f720efc8a
chore: clean unnecessary todos ( #3018 )
2023-07-18 10:47:55 +08:00
Lucas.Xu
2da37122e4
feat: support toggle list ( #3016 )
2023-07-18 10:45:20 +08:00
Lucas.Xu
098c085d96
chore: upgrade editor to 1.2.1 ( #2997 )
2023-07-14 17:08:40 +08:00
Lucas.Xu
b9976b072e
fix: unable to cancel the inline math equation format ( #2974 )
...
* fix: unable to cancel the inline math equation format
* fix: bold font style used in the document is not suitable
* chore: add flutter clean before executing the release task
* fix: integration test
2023-07-11 19:49:29 +08:00
Lucas.Xu
ff9b3c56c5
feat:IInline math equation ( #2949 )
2023-07-09 11:03:22 +08:00
Nathan.fooo
f0d5f51703
fix: windows integration test ( #2917 )
...
* fix:windows integration test
* fix: load asset
* fix: windows test
* fix: test
* test: refactor the folder test
---------
Co-authored-by: vedon <vedon.fu@gmail.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-07-02 23:37:30 +08:00