mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #1900] [MERGED] revert(appflowy_editor): revert code for relicense #5003
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#5003
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/1900
Author: @hyj1204
Created: 2/28/2023
Status: ✅ Merged
Merged: 3/2/2023
Merged by: @LucasXu0
Base:
feature/editor_relicense← Head:revert_for_relicense📝 Commits (7)
b2b5729revert:"fix: remove keyword when click selection menu item"971e88frevert(appflowy_editor):revert "feat: double asterisks/underscores to bold text"7974b7arevert(appflowy_editor):revert "fix: workaround infinity formatting"59e58bbchore(appflow_editor):update test variable after reverting5086458chore(appflowy_editor): comment out the test for revertingcb04eeachore(appflowy_editor): update variable type after revertinga1e740achore(appflowy_editor): remove unused import after reverting📊 Changes
20 files changed (+111 additions, -575 deletions)
View changed files
📝
frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/board/board_menu_item.dart(+1 -1)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/grid/grid_menu_item.dart(+1 -1)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/horizontal_rule_node_widget.dart(+1 -1)📝
frontend/appflowy_flutter/packages/appflowy_editor/example/lib/plugin/AI/auto_completion.dart(+1 -1)📝
frontend/appflowy_flutter/packages/appflowy_editor/example/lib/plugin/AI/continue_to_write.dart(+1 -1)📝
frontend/appflowy_flutter/packages/appflowy_editor/lib/src/core/legacy/built_in_attribute_keys.dart(+0 -1)📝
frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_item_widget.dart(+1 -1)📝
frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_service.dart(+9 -9)📝
frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_widget.dart(+14 -38)📝
frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart(+0 -129)📝
frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart(+0 -10)📝
frontend/appflowy_flutter/packages/appflowy_editor/test/infra/test_raw_key_event.dart(+0 -6)📝
frontend/appflowy_flutter/packages/appflowy_editor/test/render/rich_text/checkbox_text_test.dart(+48 -49)📝
frontend/appflowy_flutter/packages/appflowy_editor/test/render/selection_menu/selection_menu_widget_test.dart(+29 -45)➖
frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_handler_test.dart(+0 -277)📝
frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/slash_handler_test.dart(+1 -1)📝
frontend/appflowy_flutter/packages/appflowy_editor_plugins/lib/src/code_block/code_block_shortcut_event.dart(+1 -1)📝
frontend/appflowy_flutter/packages/appflowy_editor_plugins/lib/src/divider/divider_shortcut_event.dart(+1 -1)📝
frontend/appflowy_flutter/packages/appflowy_editor_plugins/lib/src/emoji_picker/emoji_menu_item.dart(+1 -1)📝
frontend/appflowy_flutter/packages/appflowy_editor_plugins/lib/src/math_ equation/math_equation_node_widget.dart(+1 -1)📄 Description
This PR aims to revert the code to its previous state in order to prepare for relicensing. It is related to #1881.
For reverting this commit, I only deleted 'defaultFormating' String in
built_in_attribute_keys.dart, The rest of this commit is in the 'appflowy' folder under 'frontend'. This folder has been previously deleted.The code in this commit is in the 'appflowy' folder under 'frontend'. This folder has been previously deleted, so there is nothing need to do for reverting this commit.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.