mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 21:00:19 +00:00
[PR #6461] [CLOSED] fix: unable to use undo/redo in title #7399
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#7399
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/6461
Author: @LucasXu0
Created: 10/3/2024
Status: ❌ Closed
Base:
main← Head:fix_launch_review_issues_071📝 Commits (10+)
1b76743chore: use native window drag on macOSe68b0c6fix: resizing the window causes the title to move around662b106fix: unable to use redo/undo in title8b7f4e7test: add redo/undo test9593ef5fix: deselect the title after pressing esc key4568f00test: add esc test in titlef893b43chore: revert coded7411c9fix: redo test on Linuxa87f0b1fix: ignore same icon updateb690887test: add ignore same icon update test📊 Changes
17 files changed (+268 additions, -28 deletions)
View changed files
➕
frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/workspace_icon_test.dart(+64 -0)📝
frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/workspace_test_runner.dart(+2 -0)📝
frontend/appflowy_flutter/integration_test/desktop/document/document_title_test.dart(+82 -0)📝
frontend/appflowy_flutter/integration_test/shared/common_operations.dart(+13 -14)📝
frontend/appflowy_flutter/integration_test/shared/document_test_operations.dart(+5 -1)📝
frontend/appflowy_flutter/lib/core/frameless_window.dart(+5 -0)📝
frontend/appflowy_flutter/lib/mobile/application/page_style/document_page_style_bloc.dart(+11 -0)📝
frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart(+13 -0)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart(+1 -0)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/workspaces/workspace_menu_bottom_sheet.dart(+1 -0)📝
frontend/appflowy_flutter/lib/plugins/document/application/document_bloc.dart(+1 -2)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/header/cover_title.dart(+17 -0)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/header/document_cover_widget.dart(+9 -9)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/command_shortcuts.dart(+4 -0)➕
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/exit_edit_mode_command.dart(+24 -0)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/undo_redo/custom_undo_redo_commands.dart(+8 -2)📝
frontend/appflowy_flutter/lib/workspace/application/user/user_workspace_bloc.dart(+8 -0)📄 Description
Feature Preview
The editor catches the undo/redo command.
PR Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.