mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #3025] [CLOSED] feat: insert emoji using ":" command #5532
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#5532
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/3025
Author: @rizwan3395
Created: 7/19/2023
Status: ❌ Closed
Base:
main← Head:use_character_shortcut_for_emojis📝 Commits (10+)
0dcc929feat: insert emoji using : command5ab64f8feat: support views drag and drop (#3004)806a5d4feat: insert emoji using : commandc71b873Merge branch 'use_character_shortcut_for_emojis' of https://github.com/rizwan3395/AppFlowy into use_character_shortcut_for_emojisb0f1a82chore: import fixc911adechore: code refactord673c94chore: code optimizationsb1378b4feat: customize command shortcuts (#2848)c368d85feat: enable sort by date + sort fix (#2953)d32c208feat: support building on iOS platform (#3033)📊 Changes
106 files changed (+3516 additions, -514 deletions)
View changed files
📝
frontend/.vscode/launch.json(+12 -35)📝
frontend/.vscode/tasks.json(+31 -4)📝
frontend/Makefile.toml(+17 -6)📝
frontend/appflowy_flutter/integration_test/database_sort_test.dart(+53 -52)➕
frontend/appflowy_flutter/integration_test/document/document_emoji_shortcut_test.dart(+92 -0)📝
frontend/appflowy_flutter/integration_test/document/document_test_runner.dart(+2 -0)📝
frontend/appflowy_flutter/integration_test/util/mock/mock_file_picker.dart(+0 -7)📝
frontend/appflowy_flutter/ios/Flutter/AppFrameworkInfo.plist(+1 -1)📝
frontend/appflowy_flutter/ios/Podfile(+1 -1)📝
frontend/appflowy_flutter/ios/Podfile.lock(+134 -52)📝
frontend/appflowy_flutter/ios/Runner.xcodeproj/project.pbxproj(+7 -4)📝
frontend/appflowy_flutter/ios/Runner/Info.plist(+2 -0)📝
frontend/appflowy_flutter/lib/plugins/database_view/application/field/field_controller.dart(+1 -0)📝
frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/choicechip/checkbox.dart(+6 -2)📝
frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/choicechip/checklist/checklist.dart(+6 -2)📝
frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/choicechip/select_option/select_option.dart(+6 -2)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart(+34 -1)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/block_action_button.dart(+5 -1)➕
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/emoji_shortcut/emoji_picker_builder.dart(+347 -0)➕
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/emoji_shortcut/emoji_shortcut_service.dart(+127 -0)...and 80 more files
📄 Description
Feature Preview
https://github.com/AppFlowy-IO/AppFlowy/assets/47111784/f4e6e92f-45cb-4480-89f1-a8140a4ff764
PR Checklist
This PR fixes issue #2797
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.