AppFlowy/frontend/appflowy_flutter/lib/plugins/document/application
Lucas 17c116a53b
feat: support table block on mobile (#7001)
* feat: support inserting table from + menu

* feat: support row/column action sheet

* feat: highlight reorder button

* feat: support table action mobile

* feat: support insert row / insert column

* feat: add more actions in the table bottom sheet

* feat: implement the action logic for table action menu

* feat: support clear content

* feat: enable header column / header row

* fix: unable to cancel highlight status after closing table action menu

* fix: table cell parse error

* feat: support insert left/insert right

* feat: add delete in table action menu

* feat: support copy a table row/column

* feat: support copy paste in table cell

* feat: support cut in table

* feat: disable cut if no content in clipboard

* chore: refactor table action bottom sheet

* feat: use ISimpleTableBottomSheetActions to manage the mobile action bottom sheet

* feat: add bold/text color/text background color in table bottom sheet

* feat: add align in table bottom sheet

* feat: support bold/text color/text background color update command

* feat: add align action to table action menu

* feat: integrate bold command in table bottom sheet

* feat: integrate text color and cell background color command in table bottom sheet

* feat: integrate text color command and cell background color command in table action menu

* chore: remove unused code

* fix: page style json parse error

* feat: support copy link to block / duplicate in table action menu

* feat: support align in table action menu

* feat: add quick actions in table action menu

* chore: update translations

* feat: integrate copy paste in table action menu

* feat: integrate align in table action menu

* fix: flutter ci

* test: add copy/paste/cut test

* fix: align the table with the document title

* fix: flutter tests

* fix: flutter ci
2024-12-23 10:29:41 +08:00
..
doc_sync_state_listener.dart feat: database sync indicator (#5005) 2024-03-29 17:37:02 +08:00
document_appearance_cubit.dart feat: support adjusting document width (#6327) 2024-09-18 10:43:23 +08:00
document_awareness_metadata.dart feat: doc auto refresh (#5088) 2024-04-08 18:01:20 +08:00
document_bloc.dart feat: support skipping in-memory update transaction (#6856) 2024-11-25 17:55:15 +08:00
document_collab_adapter.dart chore: update appflowy_editor version (#6282) 2024-09-12 14:40:19 +08:00
document_collaborators_bloc.dart feat: open the row page on mobile (#5975) 2024-08-15 20:12:09 +08:00
document_data_pb_extension.dart feat: simple table redesign (#6831) 2024-11-28 13:58:00 +08:00
document_listener.dart feat: doc auto refresh (#5088) 2024-04-08 18:01:20 +08:00
document_service.dart feat: copy link to block (#6523) 2024-10-14 14:04:42 +08:00
document_sync_bloc.dart feat: doc auto refresh (#5088) 2024-04-08 18:01:20 +08:00
document_validator.dart feat: support table block on mobile (#7001) 2024-12-23 10:29:41 +08:00
editor_transaction_adapter.dart feat: support markdown syntax in ai writer block (#6864) 2024-11-27 21:19:24 +08:00
prelude.dart feat: publish databse to Web (#5709) 2024-07-22 13:35:42 +08:00