mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 21:00:19 +00:00
[PR #6871] [MERGED] feat: simple table issues #7619
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#7619
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6871
Author: @LucasXu0
Created: 11/28/2024
Status: ✅ Merged
Merged: 12/2/2024
Merged by: @LucasXu0
Base:
main← Head:table_v2_follow_up📝 Commits (10+)
392ca8cfix: disable cut command in table cell4d8c46ffeat: only keep the table cell content when coping text from table6b3a349fix: focus on the first cell after inserting tablee80831ctest: focus on the first cell after inserting table0b88124feat: highlight the cell when editingb57104etest: highlight the cell when editing107bc1efix: creating a new row makes a cursor appear for a fraction of a seconddcb9719fix: add 4px between scroll bar and add row button3e1f992chore: rename simple table components2f5f50ffix: select all in table cell block📊 Changes
57 files changed (+1462 additions, -454 deletions)
View changed files
📝
frontend/appflowy_flutter/integration_test/desktop/document/document_with_simple_table_test.dart(+339 -11)📝
frontend/appflowy_flutter/integration_test/desktop/uncategorized/import_files_test.dart(+2 -1)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_configuration.dart(+2 -4)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/block_action_list.dart(+1 -2)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/block_action_option_cubit.dart(+44 -1)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/drag_to_reorder/option_button.dart(+1 -4)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_copy_command.dart(+35 -6)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/copy_and_paste/custom_cut_command.dart(+6 -2)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/keyboard_interceptor/keyboard_interceptor.dart(+1 -1)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/util/ask_ai_node_extension.dart(+2 -1)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/parsers/markdown_parsers.dart(+2 -0)➕
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/parsers/markdown_simple_table_parser.dart(+103 -0)➕
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/parsers/simple_table_parser.dart(+86 -0)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/plugins.dart(+2 -0)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/command_shortcuts.dart(+0 -1)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/simple_table/_shared_widget.dart(+214 -110)➕
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/simple_table/simple_table.dart(+7 -0)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/simple_table/simple_table_block_component.dart(+48 -41)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/simple_table/simple_table_cell_block_component.dart(+124 -92)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/simple_table/simple_table_constants.dart(+29 -4)...and 37 more files
📄 Description
Feature Preview
follow up with https://github.com/AppFlowy-IO/AppFlowy/pull/6831
PR Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.