Lucas.Xu
aa58c79dbb
feat: support markdown export and customize save path ( #1339 )
2022-10-23 15:05:51 +08:00
Nathan.fooo
87247ccd9d
fix: hide field & add field tests ( #1340 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2022-10-23 15:05:06 +08:00
Åke Engelbrektson
aa8addf4a3
feat: Add Swedish translation ( #1333 )
...
* Create sv.json
* Update app_widget.dart
* Update language.dart
2022-10-23 13:14:08 +08:00
nathan
1af6c5eadc
fix: bloc test errors
2022-10-23 11:52:15 +08:00
nathan
54826da701
chore: update wait response time
2022-10-23 10:59:53 +08:00
nathan
299e771877
fix: create a new property from grid
2022-10-23 10:32:37 +08:00
Lucas.Xu
ad9a4b7d71
Integrate appflowy editor ( #1040 )
2022-10-22 21:57:44 +08:00
Nathan.fooo
8dff9dc67c
chore: disable log in bloc test ( #1336 )
2022-10-22 20:58:33 +08:00
Richard Shiue
80f034beee
feat: alter some select option editor bloc events and add tests ( #1264 )
...
* chore: separate select and unselect events
* style: improve readability
* chore: don't send empty payloads if we can help it
* test: add select option text field test
* test: complete bloc test for select option
* test: delete all options between each test
* fix: keep insert order
* test: combine select and unselect tests
* chore: remove duplicate wait
Co-authored-by: appflowy <annie@appflowy.io>
2022-10-22 19:55:18 +08:00
Lucas.Xu
bf1d4b923a
Merge pull request #1322 from ChiragKr04/fix/grid-half-hidden-textfield
...
fix: half hidden textfield in name field
2022-10-21 09:48:54 +08:00
chiragkr04
9064b9f7ad
fix: half hidden textfield in name field
2022-10-20 16:19:23 +05:30
Nathan.fooo
7dbd9fe8cd
chore: implement document editor trait ( #1321 )
2022-10-20 15:33:18 +08:00
Nathan.fooo
f1a5726fcb
Feat: add appflowy editor in backend ( #1320 )
...
* chore: remove update attributes
* chore: format code
* chore: extension for transaction
* refactor: add document editor trait
* chore: add appflowy_document editor
* chore: add document serde
* chore: add new document editor
* chore: add tests
* chore: add more test
* chore: add test
Co-authored-by: nathan <nathan@appflowy.io>
2022-10-20 11:35:11 +08:00
Lucas.Xu
2d66dfabe8
fix: the old context menu didn't dismiss after double-tap the other place
2022-10-19 16:49:41 +08:00
Lucas.Xu
585e71aa9d
feat: update image builder to support board selection style
2022-10-19 16:35:52 +08:00
Lucas.Xu
833a6cd95f
Merge pull request #1314 from LucasXu0/feature/context_menu
...
feat: implement context menu
2022-10-19 08:14:00 +07:00
Lucas.Xu
31ed88364a
Merge pull request #1317 from alemoreau/grid-incomplete_display_of_the_property_names
...
fix: add overflow ellipsis in FieldCellButton
2022-10-19 08:13:43 +07:00
Alexandre Moreau
3ee703cd6d
style: align code and add comment
2022-10-18 19:03:26 +02:00
Alexandre Moreau
0e278ddf3f
fix: add overflow ellipsis in FieldCellButton
2022-10-18 13:44:23 +02:00
Lucas.Xu
c793eb67fc
test: skip the secondary tap test on Windows
2022-10-18 19:26:50 +08:00
Lucas.Xu
d90414a8c1
fix: could not copy and paste the plain text
2022-10-18 19:23:04 +08:00
Lucas.Xu
1eaeb2c4c1
feat: implement new shortcut: press Escape to exit editing mode
2022-10-18 17:22:12 +08:00
Lucas.Xu
793d3808ec
test: add context menu test
2022-10-18 16:58:09 +08:00
Lucas.Xu
9e40b7f992
Merge remote-tracking branch 'origin/main' into feature/context_menu
2022-10-18 16:17:29 +08:00
Lucas.Xu
30700cd513
feat: implement context menu
2022-10-18 15:44:32 +08:00
Nathan.fooo
825725df7d
Refactor/selection option transform ( #1294 )
...
* chore: support unnamed struct in AST parser progress
* chore: handle select option type option data transform in one place
2022-10-17 14:14:10 +08:00
He Linming
aead4dd068
feat: transform checkbox to select value ( #1274 )
...
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
2022-10-17 13:10:44 +08:00
Nathan.fooo
7edc4fd76e
chore: add select option bloc test ( #1291 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2022-10-17 10:31:56 +08:00
Chirag Bargoojar
df91e00985
feat: horizontal scroll on multiselect options ( #1282 )
2022-10-16 20:49:47 +08:00
Nathan.fooo
6a8c15899c
chore: add grid bloc test ( #1289 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2022-10-16 16:51:21 +08:00
David
cbd84dfaad
chore: Update es-VE.json ( #1287 )
...
Corrected some errors of the spanish translation file.
2022-10-16 11:17:46 +07:00
Nathan.fooo
230eb5fd55
fix: run bloc_test ( #1286 )
...
* fix: run bloc_test
* fix: dart_test ci workflow
Co-authored-by: nathan <nathan@appflowy.io>
2022-10-15 23:34:56 +08:00
Nathan.fooo
eb970a6b7a
fix: FieldEditor not refresh its type-option data after switching to a new field ( #1285 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2022-10-15 19:06:34 +08:00
Nathan.fooo
63111927cc
chore: remove events files when run clean + rebuild all ( #1284 )
...
Co-authored-by: nathan <nathan@appflowy.io>
2022-10-15 17:15:11 +08:00
Jed Aureus Gonzales
8a94bbd602
feat: added support for markdown to link an image ( #1277 )
...
* feat: added support for markdown to link an image
#1064
* fix: fixed failing FlowyEditor test
#1064
* chore: add documentation
* chore: add documentation
* chore: update locale
* Refactor/rename crate (#1275 )
* chore: addressed review comments
#1064
* chore: removed unused import
* fix: compile error and wrong image attributes
Co-authored-by: appflowy <annie@appflowy.io>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
2022-10-15 17:04:02 +08:00
Chirag Bargoojar
f53c2567fc
fix: grid cell abnormal on click behaviour ( #1278 )
2022-10-14 16:09:40 +08:00
Lucas.Xu
c7bdd4bcc2
Merge pull request #1273 from LucasXu0/transform
...
feat: notify transaction instead of operations
2022-10-14 11:36:28 +08:00
Nathan.fooo
cf4a2920f8
Refactor/rename crate ( #1275 )
2022-10-13 23:29:37 +08:00
Lucas.Xu
f3eeb471e7
refactor: abstract the common transaction to commands
2022-10-13 19:46:22 +08:00
Lucas.Xu
48bb80b1d0
Merge pull request #1272 from LucasXu0/locale
...
chore: update locale
2022-10-13 11:56:25 +08:00
Lucas.Xu
71b1769eee
feat: notify transaction instead of operations
2022-10-13 11:55:16 +08:00
Lucas.Xu
8895430d9e
chore: update locale
2022-10-13 11:30:02 +08:00
appflowy
3a7660108c
chore: add documentation
2022-10-12 22:16:14 +08:00
appflowy
a0d0a13030
chore: add documentation
2022-10-12 21:52:17 +08:00
appflowy
3511737bb3
fix: edit no status card
2022-10-12 15:41:34 +08:00
appflowy
d2933bdb04
chore: add documentation
2022-10-12 12:11:33 +08:00
Nathan.fooo
00f7256e70
Merge pull request #1267 from AppFlowy-IO/fix/no_status_group_order
...
fix: no status groups order
2022-10-12 11:45:55 +08:00
appflowy
da20d5c221
fix: can not keep the noo status groups order. Refactor the default index of no status group is 0
2022-10-12 11:16:59 +08:00
Nathan.fooo
a516ec82bc
fix: row disappear when update the row in checkbox board ( #1266 )
2022-10-12 10:20:26 +08:00
Nathan.fooo
1adf6530fe
Refactor/update type options ( #1265 )
...
* chore: add documentation
* chore: update type option data after switching to a new field type
* chore: insert yes/no option when switch from checkbox to single/multi select
Co-authored-by: nathan <nathan@appflowy.io>
2022-10-11 21:51:02 +08:00
Swapnil Kumbhar
0bc0a72d8a
Code coverage for Rust ( #1263 )
...
* feat: Bumped Rust to stable-2022-04-07 (1.60.0)
* feat: Added coverage tests and report generation
* feat: Added workflow for Rust Coverage
* feat: Bumped Rust to 1.60.0 in Workflows
* test: Testing for CI
* ci: Added name and fixed path for Rust Coverage
* revert: "test: Testing for CI"
This reverts commit 049a7b1088
.
* fix: Added .pub-cache to PATH, change incremental builds to zero
* test: Testing for CI
* ci: Installing protobuf compiler in CI
* revert: "test: Testing for CI"
This reverts commit 049a7b1088
.
* ci: Added environment setup for dart
* test: Testing for CI
* feat: Added task to check if 'grcov' is installed
* ci: Added steps to install grcov
* test: Testing for CI
* ci: Fixed name for grcov installation step
* feat: Added cargo binaries to PATH in tests
* revert: "test: Testing for CI"
This reverts commit 24e425db66
.
* revert: "test: Testing for CI"
This reverts commit a5de816bce
.
* ci: Fixed a very silly failing case
* test: Created a test rust file for cov test
2022-10-11 19:54:31 +08:00
Richard Shiue
295b887cf1
feat: use commas to select a tag in multi-select grid cells ( #1158 )
...
* fix: comma to select tags
* chore: support passing multiple option ids
* chore: add more unit tests for single select and multi select
* chore: move to select multiple options using a single payload
* chore: do not unselect the option if insert option ids contain that option
Co-authored-by: appflowy <annie@appflowy.io>
2022-10-11 13:43:29 +08:00
Lucas.Xu
d80a67bdda
refactor: implement appflowy editor core
2022-10-11 12:02:46 +08:00
Lucas.Xu
f469253916
chore: update README.MD
2022-10-11 09:36:04 +08:00
Lucas.Xu
06173195c5
chore: dart fix
2022-10-11 09:33:16 +08:00
Minho Yi
68344ef718
Feat: Translation for Korean ko_KR ( #1262 )
...
* feat: add translation ko_KR.json
* feat: add ko Locale
2022-10-11 09:27:20 +08:00
Nathan.fooo
6b528733fa
Merge pull request #1261 from sahej-dev/main
...
fix: Extra spacing in multiselect cell
2022-10-11 08:21:42 +08:00
Nathan.fooo
a20e92f08a
Merge pull request #1260 from AppFlowy-IO/refactor/switch_to_field
2022-10-11 07:58:59 +08:00
sahej-dev
820d2548b6
fix: Extra spacing in multiselect cell
2022-10-10 23:08:35 +05:30
nathan
b8895ce787
chore: remove unuse code
2022-10-11 01:04:13 +08:00
Linchengyi
396d310d22
test: cover all Enum NumberFormat ( #1257 )
2022-10-11 00:02:44 +08:00
Lucas.Xu
b5e9bf6ee3
test: operation.dart
2022-10-10 23:33:58 +08:00
appflowy
1f94d9d496
chore: fix test
2022-10-10 21:21:29 +08:00
Lucas.Xu
19bf8e3b7a
refactor: move transaction.dart to core/transform
2022-10-10 20:07:52 +08:00
appflowy
a2d27657dc
refactor: remove insertField function in dart
2022-10-10 20:02:52 +08:00
Nathan.fooo
4e122a9452
chore: add group documentation ( #1258 )
2022-10-10 19:44:41 +08:00
Lucas.Xu
319875529f
refactor: move operation.dart to core/transform
2022-10-10 16:31:28 +08:00
Lucas.Xu
805bdc9d32
refactor: move document.dart to core/document
2022-10-10 14:58:28 +08:00
Lucas.Xu
b10ff5e68e
refactor: move built_in_attributes_key to core/legacy
2022-10-10 14:53:36 +08:00
Lucas.Xu
5e7507c8e7
refactor: rename state_tree to document and move document to core/state
2022-10-10 12:08:13 +08:00
Nathan.fooo
4549ed20e7
Refactor/rename delta ( #1256 )
...
* chore: rename delta
* chore: renanme delta
2022-10-10 11:56:48 +08:00
Lucas.Xu
d02c29426e
refactor: move selection to core/location
2022-10-10 10:39:42 +08:00
Lucas.Xu
b0257a626d
refactor: move position to core/selection
2022-10-10 09:59:12 +08:00
Lucas.Xu
e095fd4181
refactor: move text_delta to core/document
2022-10-10 09:41:54 +08:00
Lucas.Xu
b9788bce09
refactor: move path to core/document
2022-10-09 23:53:18 +08:00
Lucas.Xu
7f92f8988f
refactor: move node_iterator to core/document
2022-10-09 23:25:47 +08:00
Richard Shiue
9758fe51f8
fix: regression on hover effect persisting after closing menu ( #1253 )
...
* fix: regression on hover effect persisting after closing menu
* chore: reset onhover when FlowyHover get rebuild
Co-authored-by: appflowy <annie@appflowy.io>
2022-10-09 22:50:35 +08:00
Ishan Pandhare
78b7027343
added new translation (hi_IN) to appflowy-editor ( #1237 )
...
feat: added new translation (hi_IN) to appflowy-editor
2022-10-09 16:11:46 +08:00
Ishan Pandhare
6c39b5b321
added translation for ru-RU ( #1234 )
...
feat: added translation for ru-RU
2022-10-09 16:11:05 +08:00
Lucas.Xu
a015c28e5a
Merge pull request #1232 from Ishanned/branch1
...
feat: added translation for de_DE
2022-10-09 16:09:15 +08:00
Lucas.Xu
cbb6b2d9b0
refactor: move attributes to core/document
2022-10-09 15:54:39 +08:00
Lucas.Xu
11eca2b3d9
refactor: move node to core/document
2022-10-09 14:30:55 +08:00
Nathan.fooo
89d036158b
chore: update view state when close the popover ( #1251 )
2022-10-08 20:48:14 +08:00
Nathan.fooo
ca8be6ab10
chore: replace overlay with popover ( #1250 )
2022-10-08 17:10:04 +08:00
Lucas.Xu
1841fb293e
chore: temporarily remove the code that automatically formats when inserting text
2022-10-08 11:25:26 +08:00
Lucas.Xu
e9c0956c51
Merge remote-tracking branch 'origin/main' into tekdel/main
...
# Conflicts:
# frontend/app_flowy/packages/appflowy_editor/test/infra/test_raw_key_event.dart
2022-10-08 11:11:42 +08:00
Lucas.Xu
228a41d7ea
Merge remote-tracking branch 'origin/main' into enzoftware/main
...
# Conflicts:
# frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/tex_block_node_widget.dart
2022-10-08 10:24:51 +08:00
Ayush
238af3ed0e
Added flatpak files ( #208 )
2022-10-08 09:29:29 +08:00
vortixhead
fa9e32d86a
feat: limit max character length on select/multiselect options ( #1246 )
...
* Add maxLength of 30 characters and truncation to text fields
* Add dynamic height
* Add maxLength param
* Add maxLength in Rounded Field
2022-10-08 09:24:05 +08:00
Sarang S
2537a04fef
feat: Translation for Malayalam (ml_IN) ( #1245 )
2022-10-07 21:33:09 +08:00
Lucas.Xu
b9f6b62053
Merge pull request #1242 from LucasXu0/0.0.6
...
chore: flutter analyze and flutter format
2022-10-07 16:27:36 +08:00
appflowy
dff5e84ca5
chore: update appflowy_board version
2022-10-07 15:33:54 +08:00
Lucas.Xu
2d61581eb3
chore: flutter analyze and flutter format
2022-10-07 15:25:33 +08:00
Lucas.Xu
4abd74ed4b
Merge pull request #1240 from LucasXu0/0.0.6
...
chore: bump version to 0.0.6 (appflowy_editor)
2022-10-07 15:17:20 +08:00
Nathan.fooo
591d8a3872
Merge pull request #1241 from AppFlowy-IO/fix/1193
...
Fix/1193
2022-10-07 15:15:05 +08:00
appflowy
fa3f9c21fc
fix: state of AppFlowyBoard is wrong after reordering the group
2022-10-07 14:42:40 +08:00
Lucas.Xu
323b56982b
chore: bump version to 0.0.6 (appflowy_editor)
2022-10-07 12:24:10 +08:00
Lucas.Xu
e27e8e43e1
chore: update the menu item size for code_block, horizaontal_rule and tex_block
2022-10-07 11:39:49 +08:00
Lucas.Xu
e6d4f9e3f7
feat: implement horizontal rule
2022-10-07 11:24:39 +08:00
appflowy
73e81da356
fix: select card text
2022-10-06 22:26:18 +08:00
Lucas.Xu
d146bb6481
chore: fix compile error
2022-10-06 22:02:56 +08:00
Richard Shiue
5860d35d1a
fix: improve look of calendar ( #1226 )
2022-10-06 21:36:39 +08:00
Richard Shiue
a4a88959fd
fix: make sidebar resizing follow cursor more closely ( #1202 )
...
* fix: make sidebar resizing follow cursor more closely
* fix: don't animate sidebar size changes when dragging
2022-10-06 21:31:52 +08:00
Richard Shiue
5a5f5eceb5
fix: improve look of share button dropdown menu ( #1224 )
2022-10-06 19:33:02 +08:00
Enzo Lizama
73a97fdbea
fix: conflict merge
2022-10-05 23:55:01 -05:00
Enzo Lizama Paredes
d2121ed2b9
Merge branch 'main' into main
2022-10-05 23:53:58 -05:00
Enzo Lizama
90ac7970bd
chore: remove dynamic methods
2022-10-05 23:49:41 -05:00
Enzo Lizama
bfe61ea09d
test: node tests
2022-10-05 23:46:34 -05:00
Ishan Pandhare
454f33e0fb
added translation for de_DE
2022-10-06 09:59:09 +05:30
Enzo Lizama
eaf396630c
chore: url launcher test
2022-10-05 23:06:48 -05:00
Lucas.Xu
c9fc9e7497
Merge branch 'main' into latex
2022-10-06 10:32:38 +08:00
Lucas.Xu
09bf373e92
Merge branch 'main' into double_tilde_to_strikethrough
...
# Conflicts:
# frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart
# frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart
2022-10-06 10:08:50 +08:00
Lucas.Xu
d7d6729241
Merge pull request #1211 from citricacid2/main
...
feat: added markdown links
2022-10-06 09:59:16 +08:00
Lucas.Xu
562da32586
Merge pull request #1220 from citricacid2/num-list
...
feat: added numbered list to the slash menu
2022-10-05 22:31:22 +08:00
Ishan Pandhare
8ee5c6ed25
added translation for pt_PT ( #1219 )
2022-10-05 21:26:55 +08:00
Lucas.Xu
2501c15a8f
chore: update l10n and fix selection_menu_widget_test
2022-10-05 21:07:45 +08:00
Enzo Lizama
fe524736ec
test: add url launcher test
2022-10-04 22:40:15 -05:00
Enzo Lizama
b4aceec346
test: add mockito
2022-10-04 22:40:07 -05:00
Enzo Lizama
4acce447f2
test: add node extension test
2022-10-04 22:39:55 -05:00
Enzo Lizama
c0aa90b0b3
test: text style tests
2022-10-04 22:19:38 -05:00
Enzo Lizama
50ebaa3ab8
test: object tests
2022-10-04 17:59:30 -05:00
Enzo Lizama
7914949613
test: color tests
2022-10-04 17:59:20 -05:00
Enzo Lizama
dd15a49d76
test: add unit tests for attributes extensions
2022-10-04 11:38:34 -05:00
Enzo Lizama
bf9f6ac13f
chore: small code improvements
2022-10-04 11:37:59 -05:00
Enzo Lizama
6ea3ea189e
chore: remove unused imports
2022-10-04 11:37:40 -05:00
Ankur
176668049c
feat: Added fr_CA translation ( #1212 )
...
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
2022-10-04 20:30:45 +08:00
Ankur
069a23c96b
feat: Added hu-HU translation ( #1214 )
...
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
2022-10-04 20:30:06 +08:00
Ankur
c403e083cc
feat: Added id-ID translation ( #1217 )
...
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
2022-10-04 20:29:38 +08:00
Alexandre Moreau
d6cae56d74
test: add tests for double tilde to strikethrough
2022-10-04 01:01:24 +02:00
Alexandre Moreau
b52dfe12c2
feat: add doubleTildeToStrikethrough ShortcutEventHandler to built-in ShortcutEvents
2022-10-04 01:01:17 +02:00
Alexandre Moreau
be5123ca21
feat: implement doubleTildeToStrikethrough ShortcutEventHandler
2022-10-04 01:01:10 +02:00
citricacid2
3e620ed335
feat: added numbered list to the slash menu
2022-10-03 17:00:17 -04:00
citricacid2
6f4ab9a55d
feat: added markdown links
2022-10-03 00:00:32 -04:00
Richard Shiue
2331b328d8
feat: elide sidebar text ( #1026 )
2022-10-03 09:58:13 +08:00
Richard Shiue
cff24581a4
feat: use appflowy styled toggle widget in date settings ( #1192 )
...
* feat: use appflowy styled toggle widgets in date settings
* feat: some date cell UI improvements
2022-10-03 09:56:45 +08:00
Mehdi Bertul
285231a845
fix : added French translations ( #1203 )
...
* fix : added French translations
As usually, I worked on translating the new English UI strings to French.
* fix : "fixed the translation"
Co-authored-by: Noé Landré <68849024+DevNono@users.noreply.github.com>
* fix : "fixed the translation"
Co-authored-by: Noé Landré <68849024+DevNono@users.noreply.github.com>
Co-authored-by: Noé Landré <68849024+DevNono@users.noreply.github.com>
2022-10-03 09:46:45 +08:00
PapuleX
1eaf97b669
feat: Add Czech language ( #1207 )
2022-10-03 09:45:45 +08:00
Alessio Marinelli
35fbf99fb1
feat: Added it_IT translation ( #1200 )
2022-10-02 20:25:06 +08:00
Alessio Marinelli
7b8aa78e95
feat: Added fr_FR AppFlowy editor translation ( #1201 )
2022-10-02 20:21:00 +08:00
Luke Greenwood
2d1793c5ff
fix: Theme toggle not updating UI ( #1205 )
2022-10-02 20:19:17 +08:00
Victor Szabo
04a7c8dc6d
fix(scripts): add libkeybinder3 to Dockerfile ( #1204 )
2022-10-02 20:15:53 +08:00
Richard Shiue
3dc64f3d50
fix: improve look of select option list ( #1168 )
2022-10-01 21:13:56 +08:00
Lucas.Xu
b8cbbf7454
Merge branch 'main' into main
2022-10-01 21:11:08 +08:00
Lucas.Xu
5e7a54183a
Merge pull request #1133 from flappyBug/fix/click-selection-menu-item-delete-text
...
fix: remove keyword when click selection menu item
2022-10-01 21:09:54 +08:00
Lucas.Xu
c0df0badec
Merge pull request #1143 from MrHeer/feat/markdown_syntax_to_code_text
...
feat: backquote to code text
2022-10-01 21:08:37 +08:00
Lucas.Xu
d115a8a79e
Merge pull request #1196 from yabamiah/feat_pt-BR_translate
...
feat: translate AppFlowy Editor to pt_BR
2022-10-01 21:07:35 +08:00
Lucas.Xu
3156568594
Merge branch 'main' into feat/markdown_syntax_to_code_text
2022-10-01 19:35:08 +08:00
Lucas.Xu
570eb40c7a
Merge pull request #1199 from MBlokhuijzen/feature/dutch_translations
...
Feature: Add Dutch Translation
2022-10-01 19:33:38 +08:00
Melvin Blokhuijzen
9206e2cdff
feat: Add translation for Embed code
2022-10-01 11:56:36 +02:00
Melvin Blokhuijzen
b20aaecc01
feat: Translate into dutch language
2022-10-01 11:53:48 +02:00
Syeerzy
c11a00a380
locale fix ( #1195 )
2022-10-01 17:50:19 +08:00
Nathan.fooo
f355ff01e4
Merge pull request #1197 from AppFlowy-IO/feat/support_drag_group
...
Feat/support drag group
2022-10-01 17:19:07 +08:00
appflowy
4894361076
fix: conflict in fr-FR file
2022-10-01 17:04:49 +08:00
appflowy
62d0a31a76
refactor: save default group order
2022-10-01 16:50:54 +08:00
Yaba
adda0218fa
feat: translate AppFlowy Editor to pt_BR
2022-10-01 00:06:29 -03:00
appflowy
5763e289ef
feat: support moving group
2022-09-30 20:44:41 +08:00
Lucas.Xu
3df31c43f8
Merge pull request #1188 from LucasXu0/commands
...
feat: add commands and update checkbox logic
2022-09-30 20:09:19 +08:00
Lucas.Xu
8d39dac145
chore: disable IME support for the Web platform
2022-09-29 11:33:27 +08:00
Nathan.fooo
6c3978c3ba
Merge pull request #578 from MidouWebDev/main
...
feature: Translate new words to French
2022-09-29 08:58:50 +08:00
Lucas.Xu
0a49a18280
fix: could not insert space sometimes on the web
2022-09-28 23:36:44 +08:00
Lucas.Xu
6ec93d49c2
feat: set link menu as auto focus
2022-09-28 23:03:02 +08:00
Lucas.Xu
99cb2430f7
fix: could not insert link on the Web
2022-09-28 23:01:22 +08:00
Mehdi Bertul
5a4af5a983
Fix translation of the color "Purple"
2022-09-28 14:17:39 +08:00
MidouWebDev
96ad14e891
Translate new words to French
...
Closes #462
2022-09-28 14:17:37 +08:00
Lucas.Xu
ab0131c19c
feat: disable apply operation when setting editable = false
2022-09-28 11:49:31 +08:00
appflowy
908d005737
refactor: add setting documentation and support save key/value in setting
2022-09-28 11:44:44 +08:00
Lucas.Xu
6230d0ad9f
feat: add commands and update checkbox logic
2022-09-28 11:21:42 +08:00
Andrei Dolgov
a8cb58cb4a
fix: address a minor isssue when there is content after last asterisk/underscore
2022-09-27 16:38:18 -04:00
Andrei Dolgov
6a902a2b21
fix: workaround infinity formatting
2022-09-27 11:09:16 -04:00
appflowy
155cf3dca5
fix: display cell data after switching to text field
2022-09-27 18:22:11 +08:00
Lucas.Xu
9df11256cc
feat: implement TeX plugin
2022-09-27 17:52:32 +08:00
Lucas.Xu
b578067092
Merge pull request #1166 from LucasXu0/code_block
...
Implement code block feature for appflowy editor
2022-09-27 15:58:46 +08:00
Nathan.fooo
e44b0a4bb8
Merge pull request #1180 from AppFlowy-IO/refactor/text_type_option_test
...
refactor: text type option test
2022-09-27 15:49:11 +08:00
Lucas.Xu
af877913d7
feat: add auto detect language and remove the unused package
2022-09-27 14:36:40 +08:00
Lucas.Xu
86a6f5827d
chore: revert the example.json
2022-09-27 14:24:59 +08:00
appflowy
84aa156885
refactor: text type option test
2022-09-27 14:20:18 +08:00
appflowy
d1f80b15a0
fix: update the group when the corresponding field changed
2022-09-27 11:21:06 +08:00
Lucas.Xu
31ba12d289
fix: disable built-in toolbar items for non-built-in widget
2022-09-27 11:14:58 +08:00
appflowy
602f7e7b6c
fix: format number in percent format
2022-09-27 09:52:50 +08:00
Andrei Dolgov
c0964fad5d
feat: double asterisks/underscores to bold text
2022-09-26 15:04:25 -04:00
Lucas.Xu
5421c156c3
fix: tab & enter test
2022-09-26 18:13:45 +08:00
appflowy
e3a1384f7f
fix: open latest after deleting current view
2022-09-26 17:17:46 +08:00
Lucas.Xu
ff9cf905fa
feat: implement simple code block
2022-09-26 16:55:49 +08:00
Lucas.Xu
2d32e02dba
feat: tab for 4 spaces
2022-09-26 16:55:32 +08:00
Lucas.Xu
ec97735e94
fix: prevent to copy the style in some cases when pressing the enter key in the front of the text
2022-09-26 16:55:06 +08:00
Lucas.Xu
49fb0470ab
fix: should not notify the parent node when the subtype is not changed
2022-09-26 16:54:13 +08:00
appflowy
81ecbd8ae2
fix: open latest view
2022-09-26 15:25:33 +08:00
Nathan.fooo
02fd2bc427
Merge pull request #1161 from Poly-Pixel/trash-resize-fix
...
fix: only open the last opened view if plugin is blank
2022-09-26 15:01:33 +08:00
Nathan.fooo
7037378947
Merge pull request #1162 from AppFlowy-IO/fix/1156
...
fix: calculate overlap
2022-09-26 11:40:02 +08:00
nathan
ee463037e3
fix: calculate overlap
2022-09-26 11:26:17 +08:00
He Linming
9604bc06bb
test: add unit test for backquote to code
2022-09-26 10:40:45 +08:00
He Linming
39bbfe109d
feat: backquote to code text
2022-09-26 09:48:00 +08:00
Nathan.fooo
882043ef96
Merge pull request #1160 from AppFlowy-IO/fix/view_action_auto_width
...
fix: auto width for view action
2022-09-26 08:53:35 +08:00
Poly-Pixel
510fd11680
fix: only open the last opened view if plugin is blank
2022-09-25 11:36:34 -04:00
nathan
b2d2e071bd
fix: auto width for view action
2022-09-25 22:05:22 +08:00
Nathan.fooo
bc5f0c206b
Merge pull request #1147 from huyz/main
...
feat: make Rust installation prompt default to No
2022-09-25 20:00:17 +08:00
Lucas.Xu
d1d5b37c14
Merge remote-tracking branch 'origin/main' into fix/click-selection-menu-item-delete-text
2022-09-25 16:28:22 +08:00
Lucas.Xu
e8f5b1ade3
Merge pull request #1157 from LucasXu0/remove_selection_menu_widget_test
...
chore: remove the selection_menu_widget_test.dart
2022-09-25 16:13:22 +08:00
Lucas.Xu
62c2da06d4
chore: remove the selection_menu_widget_test.dart
2022-09-25 15:55:28 +08:00
nathan
42995b6baf
fix: auto resize Action list
2022-09-25 15:01:39 +08:00
Richard Shiue
edd9128046
fix: press enter to create or select option in text field
2022-09-25 12:32:40 +08:00
nathan
d6d8b4da5a
fix: duplicate time format str
2022-09-25 10:57:40 +08:00
Nathan.fooo
a1b54e0646
Merge pull request #1132 from richardshiue/fix-blue-tint
...
Fix blue tint
2022-09-25 09:32:04 +08:00
nathan
dfb7ed1053
fix: switch field type in board
2022-09-24 22:36:35 +08:00
nathan
e66b3b07db
fix: duplicate board
2022-09-24 21:49:47 +08:00
appflowy
fa0a485c85
fix: move checkbox card fail
2022-09-24 17:25:59 +08:00
Lucas.Xu
55be554cc7
Merge pull request #1144 from LucasXu0/web_support
...
Support web platform for AppFlowy Editor
2022-09-24 15:50:38 +08:00
huyz
69ae3cba04
feat: make Rust installation prompt default to N
2022-09-23 21:59:32 -07:00
Lucas.Xu
6bda1fd2ea
fix: delete the nested bulleted list will lost the children nodes
2022-09-24 12:01:23 +08:00
weidong fu
91469df126
chore: fix typo in install_macos.sh
2022-09-24 10:39:00 +08:00
Lucas.Xu
d648f2b5b9
fix: merge current text node's children to previous text node
2022-09-23 23:08:48 +08:00
Lucas.Xu
ab353551d1
feat: implement find the forward nearest text node
2022-09-23 22:59:56 +08:00
Lucas.Xu
c5af7db2cd
fix: could not input space in editor
2022-09-23 19:57:00 +08:00
appflowy
f990e3cabb
chore: set icon color of the app ation panel
2022-09-23 18:00:11 +08:00
appflowy
77d1dbedd6
chore: adjust insets of some popup
2022-09-23 17:50:32 +08:00
appflowy
9730069ec1
chore: rounded button hover
2022-09-23 17:40:17 +08:00
appflowy
0218f4e8b9
fix: create view panel icon color
2022-09-23 17:27:30 +08:00
appflowy
ee7cb0cb42
chore: delete button ui
2022-09-23 16:24:01 +08:00
Nathan.fooo
a352adf0d7
Merge pull request #1138 from AppFlowy-IO/fix/context_not_found
...
fix: can't find context after popover disappear
2022-09-23 16:22:29 +08:00
Nathan.fooo
7de6a21331
Merge pull request #1137 from AppFlowy-IO/fix/format_date_fail
...
fix: switch format style of the date after creating
2022-09-23 16:22:17 +08:00
appflowy
8da2d24d4e
fix: unit test
2022-09-23 15:22:22 +08:00
appflowy
af98febcb0
fix: can't find context after popover disappear
2022-09-23 15:10:20 +08:00
appflowy
082b0d2f5d
fix: switch format style of the date after creating
2022-09-23 13:43:48 +08:00
appflowy
44ad0a2623
fix: create the default group for grid
2022-09-23 11:23:35 +08:00
Nathan.fooo
6a1b84a098
Merge pull request #1130 from AppFlowy-IO/fix/open_card_error
...
fix: open card error
2022-09-23 09:15:56 +08:00
Haoran Lin
5782dec45c
fix: remove keyword when click selection menu item
2022-09-23 01:38:33 +08:00
Richard Shiue
e5f5169a39
style: code auto-format
2022-09-23 01:21:04 +08:00
Richard Shiue
fc1535696b
fix: color code for tint 9
2022-09-23 01:20:01 +08:00
appflowy
5464f1851b
fix: UI layout issue when date select panel popup
2022-09-22 21:12:41 +08:00
appflowy
c790b698f2
fix: open card error
2022-09-22 21:02:10 +08:00
Nathan.fooo
206b06f023
Merge pull request #1114 from andercard0/main
...
chore: Update 2: Brazilian Portuguese Localization
2022-09-22 14:43:50 +08:00
Nathan.fooo
f84e0548a8
Merge pull request #1121 from AppFlowy-IO/fix/black_page_after_delete_doc
...
chore: open next page when current page get deleted
2022-09-22 14:39:48 +08:00
appflowy
37f85cebde
chore: open next page when current page get deleted
2022-09-22 13:43:37 +08:00
appflowy
ca50e61762
chore: add install gitlint script & ignore body length
2022-09-22 10:50:04 +08:00
Anderson Cardoso
bb80a34123
chore: Update Brazilian Portuguese Localization
...
- Added missings strings;
- Clean up my latest changes;
- Fixed some indentations and spaces
Translation 100% completed!
2022-09-21 22:29:33 -03:00
Annie
a5e0e97df5
Merge pull request #1080 from richardshiue/fix-include-time
...
fix: some improvements for when including time in a date cell
2022-09-21 20:08:35 +08:00
Poly-Pixel
4e0b9c87e2
feat: show menu as overlapping drawer on small screens ( #1088 )
...
* feat: show menu as overlapping drawer on small screens
* refactor: simplify home page left offset ternary expression
2022-09-21 20:06:48 +08:00
Nathan.fooo
811dc46bc6
Merge pull request #1111 from AppFlowy-IO/fix/create_grid_row
...
fix: insert grid row
2022-09-21 20:03:50 +08:00
Annie
22d7ade18b
Merge pull request #1101 from LucasXu0/translation
...
docs: add translation.md
2022-09-21 18:24:19 +08:00
appflowy
ccc1d91896
fix: insert grid row
2022-09-21 18:23:05 +08:00
Nathan.fooo
2258e3468d
Merge pull request #1109 from AppFlowy-IO/fix/drag_grid_header_cell
...
fix: tap event conflict when dragging grid header cell
2022-09-21 16:15:32 +08:00
appflowy
437228d4cf
ci: fix warnings
2022-09-21 15:54:34 +08:00
Nathan.fooo
03e3c2efe4
Merge pull request #1110 from AppFlowy-IO/feat/highlight_trash_button
...
Feat/highlight trash button
2022-09-21 15:49:04 +08:00
appflowy
7e972c3ccd
chore: display highlight color in delete/restore button
2022-09-21 11:46:32 +08:00
appflowy
ece29b95f5
refactor: separate the trash page widget from trash.dart file
2022-09-21 11:37:42 +08:00
appflowy
0ff08ff8d2
fix: tap event conflict when dragging grid header cell
2022-09-21 11:24:37 +08:00
Nathan.fooo
488882c96b
Merge pull request #1105 from andercard0/main
...
chore: Update Brazilian Portuguese Localization
2022-09-21 11:06:27 +08:00
Nathan.fooo
1967913db6
Merge branch 'main' into main
2022-09-21 10:31:38 +08:00
Anderson Cardoso
283de97c90
Update pt-BR.json
2022-09-20 21:48:13 -03:00
Anderson Cardoso
459a949e76
Update pt-BR.json
2022-09-20 17:59:35 -03:00
Anderson Cardoso
6d11ab6078
Update pt-BR.json
2022-09-20 17:59:01 -03:00
Anderson Cardoso
4d2ca4f27f
Update Brazilian Portuguese
...
- Updated a missing string in English;
- Removed some anglicism to proper Portuguese;
- Fixed some terms, typo in general for Brazilian Portuguese language.
2022-09-20 17:56:17 -03:00
appflowy
e178c7c4f4
fix: set the leader size when attach get called
2022-09-20 21:14:57 +08:00
appflowy
ca89fd93f3
fix: notify state changed after set state
2022-09-20 16:57:51 +08:00
appflowy
ba3f2f3c02
fix: focus when SelectOptionCellEditor show
2022-09-20 16:49:19 +08:00
appflowy
5191b6af93
chore: remove field type option widget one by one
2022-09-20 16:37:14 +08:00
Lucas.Xu
595405f2cc
docs: add translation.md
2022-09-20 16:24:20 +08:00
appflowy
370db4f71b
fix: center left the date cell of the grid
2022-09-20 16:23:35 +08:00
appflowy
2544aeb290
fix: button width in trash page
2022-09-20 16:20:40 +08:00
appflowy
893b6e041d
fix: show multi-line in row detail page
2022-09-20 16:15:05 +08:00
appflowy
1f2b30abfb
fix: show delete field dialog
2022-09-20 16:08:24 +08:00
Nathan.fooo
56e68d1346
Merge pull request #1097 from AppFlowy-IO/refactor/appflowy_overlay
...
Refactor/appflowy overlay
2022-09-20 11:57:56 +08:00
appflowy
d35727b93c
chore: make some overlay as barrier
2022-09-20 11:09:25 +08:00
appflowy
723b34a736
feat: enable remove one layer when click the empty space
2022-09-20 10:53:47 +08:00
Lucas.Xu
6018200946
docs: fix link error
2022-09-19 20:18:43 +08:00
Lucas.Xu
12fc952026
docs: update appflowy_editor example gif
2022-09-19 19:48:55 +08:00
Richard Shiue
05975e55f0
test: fix includeTime-related tests
2022-09-19 18:50:31 +08:00
Richard Shiue
c3033bd6e8
fix: few UI/usability issues with the time input field
2022-09-19 18:50:31 +08:00
Richard Shiue
a413746c05
fix: immediately show or hide time when includeTime changes
2022-09-19 18:50:31 +08:00
Richard Shiue
2e60459878
chore: rewrite UI strings for time format hints
2022-09-19 18:50:21 +08:00
appflowy
d1737d35fe
chore: add src folder
2022-09-19 18:12:41 +08:00
Lucas.Xu
3e75b1ac92
fix: convert markdown symbol to styled text fails ( #1090 )
...
* fix: convert markdown symbol to styled text fails
* docs: update customzing.md
* chore: disable macOS titlebar
* chore: specify the built-in language as en_US
* docs: update documentation
* docs: update documentation
2022-09-19 18:10:48 +08:00
Nathan.fooo
5896855dda
Merge pull request #1091 from AppFlowy-IO/fix/appflowy_overlay_bugs
...
Fix/appflowy overlay bugs
2022-09-19 17:46:21 +08:00
appflowy
d26d620db8
fix: typo
2022-09-19 15:49:27 +08:00
appflowy
53cc0fff9d
fix: open GridRowActionSheet with appflowy overlay
2022-09-19 15:46:06 +08:00
appflowy
4d835757d2
fix: select option pannel didn't disappear
2022-09-19 12:04:06 +08:00
sunny7dusk
9274444bde
fix: fixed bug - if case before stopped AppearanceSettingModel to load locale
2022-09-18 13:55:47 -04:00
Nathan.fooo
39b0fe69b5
Merge pull request #1085 from AppFlowy-IO/fix/popover_bugs
...
Fix/popover bugs
2022-09-18 22:20:16 +08:00
nathan
bda16b136b
chore: replace Popover with Appflowy style popover and fix some bugs
2022-09-18 20:57:28 +08:00
nathan
c493ba79e0
chore: unfocus the textField after switching to another popover
2022-09-18 20:56:43 +08:00
nathan
c2cc08928d
fix: fix macOS build on intel chip
2022-09-18 17:08:33 +08:00
nathan
6c27b5455e
refactor: replace FlowyOverlay with AppFlowyPopover in select option
2022-09-18 11:46:04 +08:00
nathan
3a1148d11a
refactor: add documentation to card.dart
2022-09-18 11:10:32 +08:00
nathan
27f4cf2d12
chore: add vendored_openssl feature
2022-09-18 09:30:59 +08:00
Daniil
3d8fd6fe8d
feature: update russian translations
2022-09-17 10:11:37 +03:00
appflowy
589acd9e2b
fix: can not delete row from no status group
2022-09-16 21:19:04 +08:00
appflowy
2b451fa06d
chore: fix delete card issue
2022-09-16 21:09:26 +08:00
appflowy
a204af9783
chore: enable create card from no status column
2022-09-16 21:08:52 +08:00
appflowy
4961236012
chore: update version to 0.0.5.2
2022-09-16 21:08:44 +08:00
appflowy
f792283e70
chore: fix open application error when upgrade to 0.0.5.1
2022-09-16 21:08:25 +08:00
Lucas.Xu
5b482248ec
fix: analyze problem
2022-09-16 15:03:11 +08:00
Lucas.Xu
5bb5337de8
feat: 0.0.5 release preparation
2022-09-16 14:07:38 +08:00
Lucas.Xu
a371cf3a7c
test: add single/double/triple tap test
2022-09-16 11:11:13 +08:00
Lucas.Xu
5c13b324ec
Merge remote-tracking branch 'origin/main' into feature/theme
2022-09-16 10:37:26 +08:00
Lucas.Xu
8137769edd
fix: add simple test for l10n
2022-09-16 10:26:17 +08:00
Nathan.fooo
b0ab4eff11
Merge pull request #1052 from AppFlowy-IO/feat/node_transform
2022-09-15 22:34:25 +08:00
Nathan.fooo
4f34068f51
Merge pull request #1045 from AppFlowy-IO/feat/wrap-appflowy-style-popover
2022-09-15 22:34:13 +08:00
appflowy
520d5c2cb0
chore: replace popover with appflowy popover
2022-09-15 21:51:18 +08:00
Sean Riley Hawkins
8856b9abb7
Flowy editor keyboard fix ( #1044 )
...
* fix: fix linux build
* Merge pull request #599 from AppFlowy-IO/refactor/grid_decode_cell_data
Refactor/grid decode cell data
* fix: 🔧 fixed keyboard shortcut bugs
* test: 🧪 updated keyboard layout tests
* fix: included macOS for tests
* fix: macOS test
* fix: add linux in test
* fix: redefine move cursor end command error on macOS
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-09-15 21:44:24 +08:00
appflowy
499ee29c3d
chore: remove unused ref
2022-09-15 21:44:07 +08:00
appflowy
5294d7700e
Merge branch 'main' into feat/wrap-appflowy-style-popover
2022-09-15 21:42:31 +08:00
Lucas.Xu
68997a9c93
feat: implement theme customizer
2022-09-15 21:40:12 +08:00
appflowy
01589c6f94
chore: compose operation
2022-09-15 20:59:19 +08:00
Nathan.fooo
733b7e1a45
Merge pull request #1046 from richardshiue/fix-grid-cell-context-menus
...
fix: add missing padding between number format list and filter bar
2022-09-15 19:14:39 +08:00
appflowy
1de3999e3a
chore: fix bugs
2022-09-15 16:05:55 +08:00
appflowy
97eab3b648
chore: merge release 0.0.5.1
2022-09-15 11:12:06 +08:00
appflowy
cb293e9e51
chore: update version number
2022-09-14 17:04:03 +08:00
appflowy
34275664b2
feat: enable delete field in edit row detail page
2022-09-14 17:03:46 +08:00
Richard Shiue
33b72c8f6a
fix: add padding to number format list
2022-09-14 16:40:53 +08:00
Vincent Chan
41b85510bf
fix: lint issues
2022-09-14 12:18:44 +08:00
Vincent Chan
7bde75ee2f
feat: wrap appflowy style popover
2022-09-14 11:59:12 +08:00
Vincent Chan
286781f5cc
refactor: PopoverContainerState -> PopoverContainer
2022-09-14 11:11:57 +08:00
Nathan.fooo
988e8db798
Merge pull request #1041 from ChiragKr04/fix/set-icon-theme-for-setting-add-icon
...
fix: Icon theme on setting and new column icon
2022-09-14 11:03:23 +08:00
Vincent Chan
cc0d408775
fix: popover container
2022-09-14 10:54:21 +08:00
Lucas.Xu
84a71674f6
Merge pull request #991 from AppFlowy-IO/feat/number-list
...
Feat: number list
2022-09-14 09:42:01 +08:00
appflowy
fa2cfd7c20
chore: node transform path test
2022-09-13 20:23:56 +08:00
Vincent Chan
ee0f3d3227
feat: handle number list on delete event
2022-09-13 19:36:22 +08:00
Vincent Chan
cfdd891991
fix: redo/undo error
2022-09-13 18:35:29 +08:00
chiragkr04
1e2017cdd0
fix: Icon theme on setting and new column icon
2022-09-13 15:27:57 +05:30
Vincent Chan
9b3701dd88
feat: back delete to previous line
2022-09-13 14:47:29 +08:00
Nathan.fooo
9ff0975f7c
Merge pull request #1039 from AppFlowy-IO/refactor/lib_ot_attribute
...
Refactor/lib ot attribute
2022-09-13 12:14:32 +08:00
Vincent Chan
06bd6064ac
fix: cancel number list style after enter in empty line
2022-09-13 11:51:10 +08:00
appflowy
c991473259
refactor: refactor delta attributes
2022-09-13 11:38:19 +08:00
Sean Riley Hawkins
1f9686dc66
Tests for toolbar ( #1006 )
...
* fix: fix linux build
* Merge pull request #599 from AppFlowy-IO/refactor/grid_decode_cell_data
Refactor/grid decode cell data
* test: 🧪 tests for toolbar widget
* fix: removed multiText & replaced with single line
* refactor: cleaned up code & removed unused imports
* fix: fix some tests about the toolbar service
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-09-12 20:11:23 +08:00
Sean Riley Hawkins
f4cf5d0808
Feat embed code ( #985 )
...
* fix: fix linux build
* Merge pull request #599 from AppFlowy-IO/refactor/grid_decode_cell_data
Refactor/grid decode cell data
* refactor: cleaned up and added bold, italic styles
* refactor: remove bold & italic styles
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
2022-09-12 20:10:48 +08:00
chiragkr04
7b06b4c427
fix: splited shortcut event functions
2022-09-12 20:04:36 +08:00
appflowy
c552e958ce
chore: create attribute
2022-09-12 11:30:02 +08:00
Nathan.fooo
944b2d97cd
Merge pull request #1033 from AppFlowy-IO/feat/lib_ot_directory
...
Feat/lib ot directory
2022-09-12 11:06:54 +08:00
appflowy
822263529c
refactor: rename structs
2022-09-12 10:44:33 +08:00
appflowy
2039cc00b5
refactor: move operation to delta folder
2022-09-12 10:27:34 +08:00
Richard Shiue
a6130a27c2
fix: prevent grid header from creating identical options
2022-09-12 00:33:46 +08:00
Nathan.fooo
4becc2eb75
Merge pull request #1012 from richardshiue/fix-disabled-icon-color
...
fix: disabled icon color in grid header menu
2022-09-10 17:34:24 +08:00
Richard Shiue
0ef3247076
style: if-else block
2022-09-10 12:26:51 +08:00
Richard Shiue
a4d1c614ac
fix: making selection in grid/kanban sometimes results in a create option
2022-09-10 12:26:51 +08:00
Richard Shiue
3b6c6e92d6
fix: disabled icon color in grid header menu
2022-09-10 12:26:20 +08:00
appflowy
1faf959e1e
chore: fix rename errors
2022-09-10 10:17:00 +08:00
Vincent Chan
4402f4dec9
feat: use const num
2022-09-09 15:43:56 +08:00
Vincent Chan
2775737260
feat: refresh number list when delete multiple lines
2022-09-09 15:20:53 +08:00
Vincent Chan
0310b92723
fix: dynamic width of the number
2022-09-09 14:38:25 +08:00
Vincent Chan
002eac63f7
feat: handle paste number list
2022-09-09 14:24:57 +08:00
Vincent Chan
c9b6e02167
feat: add return value for copy paste handler
2022-09-08 17:58:17 +08:00
Vincent Chan
880669c0e5
feat: handle paste multi lines
2022-09-08 17:56:51 +08:00
Vincent Chan
e223eecf32
fix: selection after pasting nodes
2022-09-08 16:37:55 +08:00
Vincent Chan
1736fb794d
fix: unit test on number list
2022-09-08 15:49:58 +08:00
Vincent Chan
875c109b14
feat: check previous node's number
2022-09-08 15:35:24 +08:00
Vincent Chan
2810097b95
feat: backspace
2022-09-08 15:35:24 +08:00
Vincent Chan
69f04d0958
feat: make following lines incremental
2022-09-08 15:35:24 +08:00
Vincent Chan
565617d1f0
feat: recognize number
2022-09-08 15:35:24 +08:00
Nathan.fooo
5bb52ba77e
Merge pull request #1010 from AppFlowy-IO/fix/merge_release_005
...
Fix/merge release 005
2022-09-08 11:52:53 +08:00
Nathan.fooo
8371efd3e6
Merge pull request #1007 from LucasXu0/windows_relesae_action
...
feat: integrate github action for windows x86_64 release
2022-09-08 11:31:42 +08:00
appflowy
81a7b7f3eb
chore: fallback to en localization if the key is not found in the locale file
2022-09-08 11:30:36 +08:00
appflowy
2202c28534
fix: refactor grid row count UI layout
2022-09-08 11:21:39 +08:00
Lucas.Xu
fc0fb1c3df
feat: integrate github action for windows x86_64 release
2022-09-07 22:49:57 +08:00
Nathan.fooo
ea271c7342
Merge pull request #1005 from AppFlowy-IO/fix/board_dark_mode
...
Fix/board dark mode
2022-09-07 22:11:13 +08:00
appflowy
8632b141ad
fix: adjust board dark mode UI
2022-09-07 20:57:34 +08:00
appflowy
c5963bc765
fix: default name when create a new field
2022-09-07 20:56:23 +08:00
appflowy
9a57593690
feat: auto scroll to bottom after crating a new field
2022-09-07 20:06:49 +08:00
appflowy
56fdc99990
feat: enable select checkbox directly
2022-09-07 19:08:08 +08:00
appflowy
c7db59c99b
fix: autofocus after creating a new option
2022-09-07 19:08:05 +08:00
appflowy
af813806f1
fix: duplicate key
2022-09-07 19:07:52 +08:00
appflowy
e826d68b16
chore: remove unuse code
2022-09-07 14:25:40 +08:00
appflowy
4f97133183
Merge branch 'release/0.0.5' into merge/release_005
2022-09-07 14:22:23 +08:00
appflowy
9bc2bc82be
chore: make select option cell selectable
2022-09-07 14:03:28 +08:00
appflowy
8894e9c784
chore: update create board template
2022-09-07 12:42:27 +08:00
appflowy
0c45e3ce95
fix: remove default group for checkbox
2022-09-07 12:29:26 +08:00
appflowy
29e7e01146
chore: hide edit button when start editing
2022-09-07 11:33:42 +08:00
Nathan.fooo
3d10d46e6a
Merge pull request #989 from LucasXu0/imporve_keyboard_service
...
#964 Support the shortcut keys customization
2022-09-07 11:11:30 +08:00
Lucas.Xu
759c10faca
chore: fix analysis problems
2022-09-07 11:10:15 +08:00
appflowy
951206db71
chore: handle edit state
2022-09-07 10:33:43 +08:00
appflowy
164cde50d3
chore: upgarde dart sdk version to 2.17.0
2022-09-07 10:15:32 +08:00
appflowy
86e2091ccf
fix: reduce rebuild while editing text field
2022-09-06 20:43:49 +08:00
appflowy
3ae28186e8
fix: rebuild card when create new field from row detail page
2022-09-06 17:52:05 +08:00
Nathan.fooo
05b9bc50f6
Merge pull request #903 from AppFlowy-IO/feat/flowy-overlay
...
Feat: appflowy_popover
2022-09-06 16:25:54 +08:00
Lucas.Xu
930ad26155
docs: update customizing.md
2022-09-06 15:34:19 +08:00
appflowy
a21050b594
chore: update appflowy_baord documentation
2022-09-06 14:38:18 +08:00
appflowy
b5321319cc
chore: fix dart doc warnings
2022-09-06 14:13:39 +08:00
Lucas.Xu
5d2160b0bb
chore: rename keyEventHandlers to shortcutEvents
2022-09-06 13:15:50 +08:00
Lucas.Xu
2571c6b1bf
test: add shortcut_event / keybinding test
2022-09-06 13:15:50 +08:00
Lucas.Xu
73cfe39e41
feat: refactor copy / paste / redo / undo / select all / format event handler
2022-09-06 13:15:50 +08:00
Lucas.Xu
804b2b27c1
feat: refactor arrow key handler
2022-09-06 13:15:50 +08:00
Lucas.Xu
43a0a02328
feat: keyboard service improvement
2022-09-06 13:15:50 +08:00
appflowy
8f5569a012
chore: update doc
2022-09-06 13:15:12 +08:00
appflowy
c7fdfb4090
chore: update documentation
2022-09-06 13:15:10 +08:00
Nathan.fooo
f54f90b647
Merge branch 'main' into feat/flowy-overlay
2022-09-06 09:46:10 +08:00
Nathan.fooo
f9235491fe
Merge pull request #988 from AppFlowy-IO/feat/edit_multi_text_cell
2022-09-05 22:20:57 +08:00
appflowy
4a21a10b94
fix: editing cell height when editing row contains multi text cell
2022-09-05 21:20:10 +08:00
Nathan.fooo
dbcddc464f
Merge pull request #987 from AppFlowy-IO/feat/fix_delete_card_bugs
...
fix: add new created row
2022-09-05 21:17:06 +08:00
Nathan.fooo
c97cb7c194
Merge pull request #983 from AppFlowy-IO/feat/disable_unsupport_group_field
...
chore: disable group field that does not support grouping
2022-09-05 20:26:46 +08:00
appflowy
bfebea7b31
fix: add new created row
2022-09-05 20:25:57 +08:00
annie
e3d0e7c871
docs: readme for appflowy_board
2022-09-05 17:58:53 +08:00
appflowy
4de0008e44
chore: disable group field that does not support grouping
2022-09-05 17:13:52 +08:00
Vincent Chan
caa6f0446b
feat(doc): add doc about how to use popover
2022-09-05 16:14:02 +08:00
Vincent Chan
21e90ffac0
fix: lint of board_setting
2022-09-05 13:49:57 +08:00
Vincent Chan
bd40768c6a
Merge branch 'main' into feat/flowy-overlay
2022-09-05 12:06:28 +08:00
appflowy
5b92805e93
chore: config checkbox ui
2022-09-05 11:44:04 +08:00
appflowy
6384edf0e6
chore: support group by checkbox field
2022-09-04 23:15:49 +08:00
Nathan.fooo
60c8ec13eb
Merge pull request #977 from AppFlowy-IO/feat/support_switch_field
...
Feat/support grouping by different field
2022-09-04 16:13:58 +08:00
appflowy
4f8e012d54
chore: fix bugs when switch group field
2022-09-04 15:49:25 +08:00
appflowy
54d6f3709e
chore: replace FieldPB with GridField
2022-09-03 21:18:52 +08:00
appflowy
f57ba8b9a8
chore: read setting
2022-09-03 16:47:58 +08:00
appflowy
b3e5bb00ac
chore: config switch group field UI
2022-09-03 15:20:40 +08:00
appflowy
e73f1438f7
chore: config switch group field UI
2022-09-02 22:13:38 +08:00
appflowy
bb7cddc7f7
chore: reload group when group by new field
2022-09-02 21:34:00 +08:00
Lucas.Xu
118891923f
chore: appflowy_editor 0.0.4
2022-09-02 21:33:12 +08:00
Lucas.Xu
fa22c63ac1
feat: support codecov ( #970 )
...
* feat: support codecov
2022-09-02 16:58:05 +08:00
Lucas.Xu
454c7b61c9
chore: fix link error in readme
2022-09-02 15:23:10 +08:00
Eric Phillips
9a01f90aee
doc: Editorial updates to the ReadMe for AppFlowyEditor ( #900 )
...
docs: Editorial updates to the ReadMe for AppFlowyEditor
2022-09-02 15:18:57 +08:00
Vincent Chan
6296367efc
refactor: use Popover in URL cell
2022-09-02 14:25:06 +08:00
appflowy
e75d8f22c8
chore: add edit field type option helper
2022-09-02 13:24:10 +08:00
appflowy
f192f89ebb
chore: refactor group gen process
2022-09-02 13:24:09 +08:00
appflowy
1931cdd4c0
chore: support switch to multi select field
2022-09-02 13:23:45 +08:00
Lucas.Xu
110dc8c239
chore: upgrade the editor example gif
2022-09-02 11:08:09 +08:00
Lucas.Xu
54a6b863eb
chore: fix analysis issue on flutter 3.3.0
2022-09-02 10:44:33 +08:00
Lucas.Xu
15ff2efcc2
Fix analysis issues ( #966 )
...
* chore: rename Selectable to SelectableMixin
* chore: add platforms to pubspec.yaml
2022-09-02 10:17:36 +08:00
Vincent Chan
a43259bddb
fix: lints for popover
2022-09-01 18:21:47 +08:00
Vincent Chan
0cd384802e
feat: use popoer for select widget
2022-09-01 16:03:57 +08:00
Vincent Chan
9574f282e7
fix: example of popover
2022-09-01 15:28:16 +08:00
Vincent Chan
ac91b25219
feat: use popover on overlay
2022-09-01 15:00:40 +08:00
Vincent Chan
9b5184cd72
Merge branch 'main' into feat/flowy-overlay
2022-09-01 14:37:16 +08:00
Vincent Chan
2bbba547ee
fix: key issue of ReorderableRow
2022-09-01 13:15:48 +08:00
Sean Riley Hawkins
69e3aed6b5
Android vscode workflow ( #912 )
...
* fix: fix linux build
* Merge pull request #599 from AppFlowy-IO/refactor/grid_decode_cell_data
Refactor/grid decode cell data
* feat: ⭐ configured android vscode workflow
* chore: clean up android vscode
* fix: fixed typo
* chore: remove unused code
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-09-01 12:27:09 +08:00
gabrielztk
70f9a289a4
Resolve rust clippy warnings ( #946 )
...
* refactor: avoid using `collect()` when not needed
and cascade notation
* refactor: The user might expect to be able
to use Default as the type can be
constructed without arguments.
* refactor: using `clone` on type `indextree::NodeId`
which implements the `Copy` trait
* refactor: remove intermediary
variables and use cascade notation
* refactor: using `clone` on type `indextree::NodeId`
which implements the `Copy` trait
* refactor: unneeded `return` statement
* refactor: ok_or_else avoids executing a
function when it's not needed
* refactor: dereferenced by the compiler
* refactor: user enumeration for index
* refactor: using `clone` on type `usize`
which implements the `Copy` trait
* refactor: useless conversion to the
same type: `&str`
* refactor: The user might expect to be able use Default
as type can be constructed without arguments
* refactor: The user might expect to be able use Default
as type can be constructed without arguments
* fix: rust formating with fmt
* fix: conflict default implementation
Co-authored-by: appflowy <annie@appflowy.io>
2022-09-01 12:26:51 +08:00
Nathan.fooo
bc69cb5aa9
Merge pull request #960 from AppFlowy-IO/fix/docker_build
...
chore: run command in sudo mode
2022-08-31 23:27:26 +08:00
appflowy
c8ce8ef5c2
chore: run command in sudo mode
2022-08-31 23:00:58 +08:00
Nathan.fooo
083a06fc65
Merge pull request #954 from LucasXu0/feat/arrow
...
feat: #953 improve arrow keys handler
2022-08-31 22:47:01 +08:00
appflowy
349f599a43
chore: fix edit bugs
2022-08-31 20:57:34 +08:00
appflowy
a9f5f8d508
chore: support create new field when editing the row
2022-08-31 20:21:06 +08:00
Vincent Chan
8229371f63
feat: add mutex to property list
2022-08-31 20:10:56 +08:00
Vincent Chan
4c31c0dcf0
feat: remove legacy alignment
2022-08-31 18:57:46 +08:00
Nathan.fooo
942e966a25
Merge pull request #958 from AppFlowy-IO/feat/click_to_edit_card
2022-08-31 18:06:56 +08:00
Vincent Chan
14c1959d63
feat: use custom follower
2022-08-31 17:53:28 +08:00
appflowy
c9d575301f
chore: edit card directly by clicking edit button
2022-08-31 16:48:34 +08:00
appflowy
a7cbb3d31a
chore: show board setting
2022-08-31 16:25:00 +08:00
Nathan.fooo
cb06722cdc
Merge pull request #956 from LucasXu0/fix/955
...
fix : #955 upgrade build_resolvers to 2.0.9
2022-08-31 16:23:46 +08:00
Nathan.fooo
0225f0aa4d
Merge pull request #951 from AppFlowy-IO/feat/create_card_from_header
...
chore: enable create card from header button
2022-08-31 15:54:10 +08:00
Lucas.Xu
b5c3b61158
fix : #955 upgrade build_resolvers to 2.0.9
2022-08-31 15:53:12 +08:00
Nathan.fooo
565f6cb153
Merge pull request #952 from AppFlowy-IO/fix/docker_build
...
fix: fix docker build again
2022-08-31 15:44:09 +08:00
Lucas.Xu
f098c543e6
feat: #953 improve arrow keys handler
2022-08-31 15:27:44 +08:00
appflowy
6de77d5a5b
fix: fix docker build again
2022-08-31 15:05:16 +08:00
Nathan.fooo
462a0e4c01
Merge pull request #949 from LucasXu0/fix/948
...
test: add more test cases to toolbar_service
2022-08-31 14:58:56 +08:00
appflowy
cde8ad9084
chore: enable create card from header button
2022-08-31 14:56:03 +08:00
appflowy
506af26b6d
chore: save move to no status card
2022-08-31 11:58:28 +08:00
Nathan.fooo
7b53b2c523
Merge pull request #945 from AppFlowy-IO/feat/update_flutter_packages
...
Feat/update flutter packages
2022-08-31 11:57:24 +08:00
appflowy
28f39488f4
chore: fix packages warnings
2022-08-31 11:34:38 +08:00
Vincent Chan
d79a7cb194
feat: use popover in property field
2022-08-31 11:28:06 +08:00
appflowy
c19b7cf856
chore: update packages's flutter_lint version
2022-08-31 11:15:35 +08:00
Lucas.Xu
25a43c288c
fix: in the case of multiple selections, the highlighted state does not meet expectations. #948
2022-08-31 09:48:31 +08:00
appflowy
3b6117fa9f
chore: udpate textstyle_extensions version
2022-08-31 09:44:46 +08:00
appflowy
fb9ddff574
chore: install keybinder
2022-08-31 09:41:45 +08:00
appflowy
410d150360
chore: adjust flutter lint 2.0
2022-08-31 09:28:08 +08:00
appflowy
a2d8fe9e80
chore: run dart fix --apply
2022-08-31 09:19:31 +08:00
appflowy
94a440f773
chore: update flutter packages
2022-08-31 09:00:57 +08:00
Nathan.fooo
b61e3f4601
Merge pull request #944 from AppFlowy-IO/feat/edit_card_button
...
chore: add edit card button
2022-08-30 23:08:31 +08:00
Nathan.fooo
d068370f6e
Merge pull request #939 from LucasXu0/feat/936
...
feat: "/" supports inserting Quote #936
2022-08-30 22:05:14 +08:00
Nathan.fooo
62965634a2
Merge pull request #938 from LucasXu0/fix/937
...
fix: # doesn't work #937
2022-08-30 22:04:52 +08:00
Nathan.fooo
439690f3eb
Merge pull request #932 from LucasXu0/feat/931
...
feat: #931 highlight the status of the currently selected style in toolbar
2022-08-30 22:03:27 +08:00
appflowy
a7349f43aa
chore: add edit card button
2022-08-30 20:54:11 +08:00
Vincent Chan
8bab4cce61
feat: use pop over for date selector
2022-08-30 20:13:55 +08:00
Vincent Chan
1718d03884
feat: use stateless widget
2022-08-30 19:19:52 +08:00
Vincent Chan
27557c52a3
feat: add flags to popover
2022-08-30 19:06:40 +08:00
Vincent Chan
33e45a86c4
refactor: select option cell
2022-08-30 18:04:27 +08:00
Lucas.Xu
071ff06d47
feat: / supports inserting Quote #936
2022-08-30 17:42:28 +08:00
Lucas.Xu
8afa48ca16
fix: # doesn't work #937
2022-08-30 17:22:33 +08:00
Vincent Chan
6ef7b6cf68
feat: use popover in date cell
2022-08-30 16:53:30 +08:00
appflowy
6e71d6d325
chore: fix warnings
2022-08-30 16:45:48 +08:00
Lucas.Xu
0f334962ce
test: add more test cases to toolbar_service
2022-08-30 16:25:32 +08:00
appflowy
c6d3fd4b68
chore: support localize
2022-08-30 15:26:15 +08:00
appflowy
940289c6e3
chore: add board no status column
2022-08-30 15:21:53 +08:00
Vincent Chan
01a79c69c3
feat: use popover in detail page
2022-08-30 14:51:25 +08:00
Lucas.Xu
3eaa31c68c
feat: #931 highlight the status of the currently selected style in toolbar
2022-08-30 14:28:17 +08:00
Vincent Chan
a7f02ec7df
refactor: number field to use popover
2022-08-30 14:13:47 +08:00
Vincent Chan
bfb60dcaec
feat: refactor multi select
2022-08-30 14:06:03 +08:00
Vincent Chan
e9535201a4
refactor: rename popover
2022-08-30 12:53:51 +08:00
appflowy
4b7713d7b8
chore: reduce rebuild when end dragging
2022-08-30 09:39:20 +08:00
Nathan.fooo
236fcedcd3
Merge pull request #924 from ChiragKr04/feat/grid-row-button-tooltip
...
fix: added tooltip for grid row action buttons
2022-08-30 08:03:45 +08:00
Lucas.Xu
fd12b860e4
chore: appflowy_editor 0.0.3
2022-08-29 20:11:42 +08:00
appflowy
78dcd8eebf
chore: update board gif
2022-08-29 19:42:33 +08:00
appflowy
16d4c1ef8e
chore: update appflowy_board_version
2022-08-29 19:33:32 +08:00
Nathan.fooo
624de03897
Merge pull request #925 from AppFlowy-IO/feat/edit_card_directly
...
Feat/edit card directly
2022-08-29 19:31:26 +08:00
Lucas.Xu
a7f8c99710
Merge pull request #926 from LucasXu0/test/image
...
#918
2022-08-29 19:29:55 +08:00
appflowy
32a1bbb6b9
chore: optimize cell cache
2022-08-29 18:15:17 +08:00
appflowy
af3bfebb64
chore: become editing when creating a new card
2022-08-29 17:52:36 +08:00
Vincent Chan
406f185ab7
feat: field action sheet use popover
2022-08-29 17:45:08 +08:00
Vincent Chan
99a3a386a3
feat: add popover removal
2022-08-29 16:36:01 +08:00
Lucas.Xu
3f38e246ea
feat: support customizing editor edges
2022-08-29 16:14:08 +08:00
appflowy
4e8308b834
chore: disable moving column
2022-08-29 15:42:08 +08:00
Vincent Chan
defef552ed
feat: add exclusive
2022-08-29 15:32:59 +08:00
Vincent Chan
072d94ebe6
feat: add secondary button
2022-08-29 15:30:10 +08:00
Vincent Chan
fe549e8d67
feat: add example
2022-08-29 15:30:02 +08:00
chiragkr04
0eac23be6a
fix: .tr() missing in side bar tooltip text
2022-08-29 12:23:06 +05:30
appflowy
e42bfe0b1e
chore: ignore dragtarget event when performing insert animation
2022-08-29 14:37:38 +08:00
chiragkr04
32bce890f5
fix: added tooltip for grid row leading buttons
2022-08-29 11:54:59 +05:30
Vincent Chan
2fb11519d2
feat: add popover package
2022-08-29 13:56:16 +08:00
Lucas.Xu
e567158cee
fix: The click area of the linked text is too large.
2022-08-29 13:41:20 +08:00
Lucas.Xu
42866e1057
fix: The cursor will not disappear after clicking in an area outside the editor.
2022-08-29 12:10:57 +08:00
Lucas.Xu
dd9cac9c1d
feat: highlight selection when tap on the link menu
2022-08-29 12:02:47 +08:00
Lucas.Xu
c07af9007c
fix: Should not add a new line below after pressing enter at the front of the first line of text.
2022-08-29 11:40:34 +08:00
Lucas.Xu
cde48926e2
feat: add copy link to link menu
2022-08-29 11:23:08 +08:00
Nathan.fooo
fcb144e514
Merge pull request #920 from AppFlowy-IO/feat/edit_create_card
...
Feat/edit create card
2022-08-29 10:34:50 +08:00
Lucas.Xu
3686351592
fix : #918 could not update the link sometimes
2022-08-29 10:08:44 +08:00
appflowy
61fb13eba6
ci: fix warnings
2022-08-29 10:06:29 +08:00
Nathan.fooo
11d5c9d53a
Merge branch 'main' into #692
2022-08-29 09:46:15 +08:00
appflowy
60cf97969c
fix: optimize insert card
2022-08-29 09:41:40 +08:00
appflowy
4ead583f6d
chore: save scroll pos
2022-08-27 21:22:26 +08:00
appflowy
82c0006868
chore: scroll to bottom after post frame
2022-08-27 09:52:08 +08:00
Nathan.fooo
fce30af7a7
Merge pull request #734 from Xonline-Tech/main
...
Supplementary translations in Simplified Chinese
2022-08-27 08:47:54 +08:00
Nathan.fooo
63bf86df81
Merge pull request #892 from LucasXu0/feat/link
...
[FR] Implement link feature in AppFlowyEditor #886
2022-08-27 08:46:41 +08:00
appflowy
d6162159aa
chore: scroll to bottom when create new card
2022-08-26 21:42:59 +08:00
appflowy
aba0f946dd
chore: do not build the cell if its fieldId equal to the corresponding group field id
2022-08-26 16:07:51 +08:00
Lucas.Xu
01328442a0
fix: could not delete the image when the selection is multiple
2022-08-26 16:00:20 +08:00
Vincent Chan
5cdd1d38c4
feat: aciton sheet
2022-08-26 15:39:44 +08:00
Vincent Chan
e9b215ebbd
feat: poover anchor on the object
2022-08-26 15:15:29 +08:00
Lucas.Xu
b52f618b1a
test: add more test cases for image
2022-08-26 14:06:11 +08:00
Vincent Chan
4fb760e44c
feat: add popover overlay
2022-08-26 13:47:49 +08:00
appflowy
6e0a191be1
chore: optimize rebuild column
2022-08-26 11:51:42 +08:00
Lucas.Xu
192438fc20
Merge pull request #917 from LucasXu0/feat/export
...
Update example project
2022-08-26 11:37:53 +08:00
Lucas.Xu
2b2bae80ef
chore: update example project and example.json
2022-08-26 10:56:44 +08:00
appflowy
9ce7fcb704
chore: edit create card
2022-08-26 10:05:31 +08:00
appflowy
d3c13d325e
chore: fix card animation issue
2022-08-26 09:11:30 +08:00
appflowy
2b725f8f71
chore: add remove out of bound guard
2022-08-26 08:32:25 +08:00
Lucas.Xu
b7c21df3b2
feat: implement simple export function
2022-08-25 20:21:33 +08:00
Nathan.fooo
7b551277b2
Merge pull request #908 from LucasXu0/feat/image
...
Integrate image plugin into appflowy_editor
2022-08-25 17:04:53 +08:00
Vincent Chan
ddc394fcd7
feat: introduce popover widget
2022-08-25 16:58:03 +08:00
appflowy
8cf1fee81a
chore: update version
2022-08-25 16:50:29 +08:00
appflowy
02283038d5
chore: hide cell
2022-08-25 16:17:19 +08:00
appflowy
c43d0790dc
chore: enable create board
2022-08-25 15:46:21 +08:00
Nathan.fooo
9fe7c9128d
Merge pull request #906 from AppFlowy-IO/feat/board_text_cell_max_height
...
chore: add max height constraint for board text cell
2022-08-25 14:55:32 +08:00
appflowy
d0f476dc72
chore: add max height constraint for board text cell
2022-08-25 14:39:20 +08:00
appflowy
90db76811c
chore: update board template
2022-08-25 14:11:05 +08:00
appflowy
14874772b1
chore: insert default group at index 0
2022-08-25 13:44:58 +08:00
appflowy
c827f9b156
chore: fix card refresh issue
2022-08-25 12:36:56 +08:00
Vincent Chan
84b5762017
feat: unify styles
2022-08-25 11:45:51 +08:00
Vincent Chan
58ad84b7df
feat: flowy overlay
2022-08-25 11:30:00 +08:00
appflowy
311c6ae94a
chore: hide more button on card title
2022-08-25 11:12:58 +08:00
Nathan.fooo
3507bbc35c
Merge pull request #902 from AppFlowy-IO/fix/clip_select_option_text
...
fix: clip the text when out of bound
2022-08-25 10:17:42 +08:00
appflowy
befc40ba71
fix: clip the text when out of bound
2022-08-25 10:00:54 +08:00
appflowy
50e772edff
chore: adjust header, card padding ui
2022-08-25 09:51:33 +08:00
appflowy
8a8791b880
chore: adjust ui
2022-08-24 23:09:35 +08:00
Nathan.fooo
0d39afca2f
Merge pull request #898 from AppFlowy-IO/feat/board_update_when_field_change
...
Feat/board update when field change
2022-08-24 22:05:27 +08:00
Lucas.Xu
778b55d44e
feat: implemnt export editor state
2022-08-24 21:08:22 +08:00
appflowy
a896637eab
fix: reload card content
2022-08-24 21:06:42 +08:00
Lucas.Xu
ba5c1804ce
fix: the text enterd after link doesn't need to be linked
2022-08-24 18:02:00 +08:00
Lucas.Xu
2c37bf806e
feat: add error tips when loading image fail
2022-08-24 17:23:45 +08:00
appflowy
82b44c2c98
chore: update board column name
2022-08-24 16:57:53 +08:00
Lucas.Xu
d3194de9e6
fix: could not delete text when insert image
2022-08-24 15:53:30 +08:00
Lucas.Xu
6af85fbe56
feat: add image entry into selection menu
2022-08-24 15:45:19 +08:00
Nathan.fooo
cebee48248
Merge pull request #859 from AppFlowy-IO/feat/document-model-in-rust
...
Feat: document model in rust
2022-08-24 14:40:27 +08:00
Vincent Chan
a309a9c82c
fix: minor issues
2022-08-24 12:21:24 +08:00
Lucas.Xu
3832af5fa8
test: add test for image_node_widget and image_node_builder
2022-08-24 12:02:50 +08:00
appflowy
f5f3f51cca
chore: update column name when field was changed
2022-08-24 08:27:34 +08:00
Lucas.Xu
012c3a851a
test: interge network_image_mock and add image node widget test
2022-08-23 22:54:47 +08:00
Nathan.fooo
c7b671ca07
Merge pull request #895 from AppFlowy-IO/feat/board_move_card_animation
...
Feat/board move card animation
2022-08-23 20:34:40 +08:00
Lucas.Xu
8855822fd1
chore: rename compare to test
2022-08-23 20:34:15 +08:00
Lucas.Xu
82f1f0e3e3
feat: support resize, copy, align, delete in image ndoe widget
2022-08-23 20:30:19 +08:00
appflowy
2152bb7188
chore: disable log and try to fix some weird bugs
2022-08-23 20:02:14 +08:00
appflowy
02e10301bf
chore: update appflowy_board version
2022-08-23 19:59:39 +08:00
appflowy
7be510fa22
chore: delay overlap dragtarget event
2022-08-23 17:44:53 +08:00
appflowy
d941db29a1
chore: disable children receive events under fake drag target
2022-08-23 17:21:08 +08:00
appflowy
aec5c3e807
chore: fix insert animation
2022-08-23 16:44:15 +08:00
Lucas.Xu
a2c4f73e7d
feat: add clear icon into link menu
2022-08-23 13:44:01 +08:00
Lucas.Xu
104b4cca9d
test: test the toolbar_service, toolbar_*.dart
2022-08-23 13:25:05 +08:00
appflowy
b762151d44
fix: create document errors
2022-08-23 13:13:01 +08:00
Lucas.Xu
1262457755
feat: add link menu test
2022-08-23 11:29:05 +08:00
Lucas.Xu
60a7557520
fix: link text is only displayed if all selected text satisfy linked style
2022-08-23 10:30:56 +08:00
Lucas.Xu
44b4ef4ad7
feat: filter the toolbar item should not be displayed
2022-08-23 09:59:14 +08:00
Nathan.fooo
f224bf8087
Merge pull request #885 from LucasXu0/improve_cursor_display_style
...
chore: improve cursor display style
2022-08-22 22:14:07 +08:00
Lucas.Xu
70ea80878a
feat: single tap to edit link and double tap to open the link
2022-08-22 21:35:46 +08:00
Vincent Chan
b0bafff22c
feat: introduce error to apply method
2022-08-22 19:42:43 +08:00
Vincent Chan
0def48d0ca
feat: transform patht
2022-08-22 19:42:43 +08:00
appflowy
6ded9aafd9
fix: disable flowyoverly focusNode
2022-08-22 18:23:06 +08:00
Lucas.Xu
6517adece7
fix: show remove link and copy link entry when there is not linkd text
2022-08-22 18:19:21 +08:00
Lucas.Xu
1cd9a77e00
fix: could not open link without scheme
2022-08-22 18:16:15 +08:00
Nathan.fooo
5e6b9496fc
Merge pull request #882 from AppFlowy-IO/feat/board_configuration
...
Feat/board configuration
2022-08-22 18:14:02 +08:00
Nathan.fooo
3564d65470
Merge pull request #874 from yodatak/patch-1
...
Update fr-FR transation to support grid
2022-08-22 18:13:46 +08:00
Lucas.Xu
886c1f00e5
feat: implement command + K to trigger link menu
2022-08-22 17:51:47 +08:00
appflowy
074c497d57
fix: fix some bugs
2022-08-22 17:45:15 +08:00
Lucas.Xu
1f90f30274
feat: implement link menu
2022-08-22 17:34:16 +08:00
Lucas.Xu
f943aeacd7
chore: improve cursor display style
2022-08-22 11:15:44 +08:00
Naughtz
6dca0fddf9
Merge branch 'main' into #692
2022-08-22 11:06:44 +08:00
Naughtz
1a59bd75e2
Merge branch ' #692 ' of https://github.com/naughtz/appflowy into #692
2022-08-22 11:04:51 +08:00
Naughtz
22f544a910
feat: add translation
2022-08-22 11:03:36 +08:00
Lucas.Xu
7ae25f49fd
chore: improve cursor display style
2022-08-22 10:34:45 +08:00
appflowy
ffc6f141fa
chore: fix GroupConfigurationRevision deserialize error
2022-08-22 10:06:08 +08:00
yodatak
54dab3b1af
Update fr-FR.json
2022-08-21 22:39:43 +02:00
appflowy
93f5b5d754
fix: save group rev without apply change
2022-08-21 23:18:42 +08:00
appflowy
23efbc00c1
ci: fix unit test
2022-08-21 13:58:03 +08:00
appflowy
6e6a812243
chore: save group revision and fix warnings
2022-08-20 23:57:51 +08:00
appflowy
3c022d4de5
chore: save group configuration
2022-08-20 17:10:34 +08:00
appflowy
49601b66ef
chore: save group configuration
2022-08-20 16:44:44 +08:00
appflowy
91b2917d60
chore: reader and writter for group configuration
2022-08-20 15:40:13 +08:00
appflowy
5fac1f044a
chore: move some structs
2022-08-19 23:11:05 +08:00
Nathan.fooo
e4c039eef5
Merge pull request #880 from LucasXu0/selection_menu_refactor
...
[Improvement] Refactor selection menu
2022-08-19 21:08:13 +08:00
Nathan.fooo
1d2dd15142
Merge pull request #878 from LucasXu0/logger_refactor
...
feat: [improvements] integrate logging library in AppFlowyEditor
2022-08-19 21:07:35 +08:00
Lucas.Xu
ad7e408046
feat: [Improvement] Refactor selection menu #879
2022-08-19 20:28:04 +08:00
appflowy
c81b6f10fa
refactor: baord configuration
2022-08-19 19:59:09 +08:00
Lucas.Xu
a404a96099
docs: improve log.dart documentation
2022-08-19 14:56:38 +08:00
Lucas.Xu
c36ccc39ce
feat: [improvements] integrate logging library in AppFlowyEditor
2022-08-19 14:02:34 +08:00
appflowy
659ae5d523
chore: fix some bugs and add more tests
2022-08-19 11:58:34 +08:00
appflowy
da485c6df9
chore: add more test
2022-08-19 09:10:12 +08:00
yodatak
5d022eb369
Update fr-FR transation to support grid
2022-08-18 16:39:25 +02:00
appflowy
3a7c3815b0
chore: fix test error
2022-08-18 21:52:47 +08:00
appflowy
0680b20579
chore: add group unit test
2022-08-18 21:44:22 +08:00
appflowy
af23e3e803
refactor: replace plugin type with layout type
2022-08-18 21:44:22 +08:00
appflowy
d3cd60e527
refactor: rename structs
2022-08-18 21:44:22 +08:00
appflowy
3e4e8679ce
fix: debounce causes save cell data fail
2022-08-18 21:44:22 +08:00
appflowy
4856a024a2
chore: Update row when moving row caused cell data changed
2022-08-18 21:44:22 +08:00
appflowy
c4514e421a
chore: move card from one column to another
2022-08-18 21:44:22 +08:00
appflowy
f32068d64b
refactor: move row params
2022-08-18 21:44:21 +08:00
appflowy
3a27413dfc
fix: row is not added into group when create a new row
2022-08-18 21:44:21 +08:00
Lucas.Xu
45a120fe88
fix: selection is wrong after pressing arrow left / right
2022-08-18 21:09:30 +08:00
Lucas.Xu
28d9b8ee3a
docs: minor updates to documentation.
2022-08-18 20:59:47 +08:00
Lucas.Xu
b1bf93662e
docs: readme
2022-08-18 20:13:58 +08:00
Lucas.Xu
b8434cc5f4
chore: disbale appflowy_editor analyze
2022-08-18 19:38:01 +08:00
Lucas.Xu
1fc48155da
chore: update example main.dart
2022-08-18 19:17:17 +08:00
Lucas.Xu
bbc9b5e902
chore: update flutter svg
2022-08-18 18:59:59 +08:00
Lucas.Xu
78ce606daf
chore: add appflowy_editor as appflowy's dependency
2022-08-18 18:03:39 +08:00
Lucas.Xu
6f3435aa5b
chore: update placeholder image
2022-08-18 17:38:04 +08:00
Lucas.Xu
003100f0e5
chore: add LICENSE
2022-08-18 17:38:04 +08:00
Lucas.Xu
57b07bb5e2
chore: update documentation
2022-08-18 17:38:04 +08:00
Lucas.Xu
66275ca232
chore: rename flowy_x to appflowy_x
2022-08-18 17:38:04 +08:00
Lucas.Xu
51f100ca4b
fix: flutter analyze
2022-08-18 17:38:04 +08:00
appflowy
eb13a252ac
fix: require write lock to make sure exclusive accest to sync_seq
2022-08-18 17:38:04 +08:00
Annie
ca0229102e
docs: Update README.md
2022-08-18 17:38:04 +08:00
Annie
a2d1b10765
docs: Update README.md
2022-08-18 17:38:04 +08:00
Annie
01653be0e0
docs: Update README.md
2022-08-18 17:37:57 +08:00
appflowy
0b9417a151
chore: add shortcut to exit the FlowyOverlay
2022-08-18 17:35:55 +08:00
appflowy
c8a74c4ec0
chore: fix some bugs
2022-08-18 17:35:55 +08:00
appflowy
892ba16cdb
chore: group the row after updated the row
2022-08-18 17:35:55 +08:00
appflowy
99e408e2d7
chore: fix some bugs
2022-08-18 17:35:55 +08:00
Vincent Chan
c5e24cc346
feat: place holder
2022-08-18 17:35:55 +08:00
Lucas.Xu
48a81d41ea
feat: add h1~h3 to toolbar widget
2022-08-18 17:35:55 +08:00
Lucas.Xu
95879111f9
chore: format checkbox_text
2022-08-18 17:35:55 +08:00
Annie
0b2355abae
Update testing.md
2022-08-18 17:35:55 +08:00
Annie
119e19eb99
Update customizing.md
2022-08-18 17:35:55 +08:00
Lucas.Xu
31572d82f2
Update testing.md
2022-08-18 17:35:55 +08:00
Lucas.Xu
ef9e0d1fd1
Update README.md
2022-08-18 17:35:55 +08:00
Annie
2324be2532
Update README.md
2022-08-17 20:16:39 +08:00
Lucas.Xu
555beed47b
feat: update tooltips in toolbar
2022-08-17 20:10:20 +08:00
Lucas.Xu
3e2dc161f8
feat: implement highlight in toolbar
2022-08-17 19:37:33 +08:00
Lucas.Xu
862265037a
chore: rename flowy_editor to appflowy_editor
2022-08-17 17:23:20 +08:00
Lucas.Xu
71c84568d8
docs: fix testing.md
2022-08-17 17:02:54 +08:00
Lucas.Xu
8e1f2e3e02
docs: fix markdown link error
2022-08-17 16:46:05 +08:00
Lucas.Xu
2adde7c173
chore: rename flowy_editor to appflowy_editor
2022-08-17 16:40:21 +08:00
Lucas.Xu
68f983ed2a
docs: rename extending.md
2022-08-17 16:30:41 +08:00
Lucas.Xu
93565269f0
docs: extending.md
2022-08-17 16:16:22 +08:00
Lucas.Xu
2c1b82a916
docs: extending.md
2022-08-17 14:27:37 +08:00
Lucas.Xu
2224aa271e
docs: add documentation for selectable
2022-08-16 20:52:58 +08:00
Lucas.Xu
713e6abaa6
Merge branch 'AppFlowy-IO:main' into documentation/flowy_editor
2022-08-16 19:46:47 +08:00
Lucas.Xu
2c2127e84a
docs: add documentation for selectable
2022-08-16 18:34:37 +08:00
appflowy
5ee6875d7b
chore: open card detail
2022-08-16 18:19:54 +08:00