AppFlowy/frontend/appflowy_flutter/lib/plugins/document/presentation
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
..
editor_plugins feat: support table block on mobile (#7001) 2024-12-23 10:29:41 +08:00
banner.dart fix: hide breadcrumbs for deleted pages and show trash (#6512) 2024-10-10 11:57:42 +02:00
collaborator_avater_stack.dart feat: improve page thumbnail on mobile (#5535) 2024-06-14 13:15:41 +08:00
document_collaborators.dart feat: refactor space icon picker (#5878) 2024-08-06 11:47:38 +08:00
editor_configuration.dart feat: support table block on mobile (#7001) 2024-12-23 10:29:41 +08:00
editor_drop_handler.dart feat: files media improvements (#6632) 2024-11-05 00:13:19 +01:00
editor_drop_manager.dart feat: upload file in document (#5843) 2024-07-31 15:49:35 +02:00
editor_notification.dart feat: turn into page (sub page block) (#6685) 2024-11-01 05:14:51 +01:00
editor_page.dart feat: support table block on mobile (#7001) 2024-12-23 10:29:41 +08:00
editor_style.dart feat: support readonly table (#6997) 2024-12-16 17:59:38 +08:00