AppFlowy/frontend/appflowy_flutter/lib/plugins/document/presentation
Lucas e7491e5182
feat: simple table issues (#6871)
* fix: disable cut command in table cell

* feat: only keep the table cell content when coping text from table

* fix: focus on the first cell after inserting table

* test: focus on the first cell after inserting table

* feat: highlight the cell when editing

* test: highlight the cell when editing

* fix: creating a new row makes a cursor appear for a fraction of a second

* fix: add 4px between scroll bar and add row button

* chore: rename simple table components

* fix: select all in table cell block

* test: select all in table cell block

* feat: disable two-fingers resize in table cell

* feat: includ table when exporting markdown

* test: include table when exporting markdown

* feat: optimize add row button render logic

* chore: optimize hover button render logic

* fix: column button is not clickable

* fix: theme assertion

* feat: improve hovering logic

* fix: selection issue in table

* fix(flutter_desktop): popover conflicts on simple table

* feat: support table markdown import

* test: table cell isEditing test

* test: select all in table test

* fix: popover conflict in table action menu

* test: insert row, column, row/column in table

* test: delete row, column, row/column in table

* test: enable header column and header row in table

* test: duplicate/insert left/right/above/below in table

* chore: duplicate table in optin menu

* fix: integraion test

---------

Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2024-12-02 17:50:32 +08:00
..
editor_plugins feat: simple table issues (#6871) 2024-12-02 17:50:32 +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: simple table issues (#6871) 2024-12-02 17:50:32 +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 markdown syntax in ai writer block (#6864) 2024-11-27 21:19:24 +08:00
editor_style.dart feat: wrap code block lines in AI chat (#6828) 2024-11-18 21:52:51 +08:00