mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #3947] [MERGED] feat: keep the toolbar the same height as the keyboard to optimize the editing experience. #5965
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#5965
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/3947
Author: @LucasXu0
Created: 11/16/2023
Status: ✅ Merged
Merged: 11/17/2023
Merged by: @LucasXu0
Base:
main← Head:optimize_mobile_editing📝 Commits (10+)
ab61510feat: integrate the new mobile toolbarc20a89dfeat: add add block menu itemd177f29feat: add convert to block item menu2faa1b9feat: close menu after inserting blockff81553feat: click empty area will focus on the last paragraphfd825d8fix: align the icon and title on mobile06b9605fix: emoji picker overflow on small screen phone051e5c7chore: rename routerebb1a84feat: add language settings page4131e43chore: clean up router📊 Changes
67 files changed (+1728 additions, -483 deletions)
View changed files
📝
frontend/appflowy_flutter/ios/Podfile.lock(+6 -0)📝
frontend/appflowy_flutter/lib/mobile/application/mobile_theme_data.dart(+8 -3)📝
frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_action_widget.dart(+2 -1)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart(+1 -1)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart(+67 -65)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_setting_page.dart(+4 -1)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_trash_page.dart(+1 -1)➕
frontend/appflowy_flutter/lib/mobile/presentation/setting/appearance/appearance_setting_group.dart(+23 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/setting/appearance/theme_setting.dart(+90 -0)➖
frontend/appflowy_flutter/lib/mobile/presentation/setting/appearance_setting_group.dart(+0 -110)➕
frontend/appflowy_flutter/lib/mobile/presentation/setting/font/font_picker_screen.dart(+127 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/setting/font/font_setting.dart(+47 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/setting/language/language_picker_screen.dart(+83 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/setting/language_setting_group.dart(+64 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/setting/logout_setting_group.dart(+38 -0)📝
frontend/appflowy_flutter/lib/mobile/presentation/setting/setting.dart(+5 -3)📝
frontend/appflowy_flutter/lib/mobile/presentation/setting/widgets/mobile_setting_group_widget.dart(+6 -12)📝
frontend/appflowy_flutter/lib/mobile/presentation/setting/widgets/mobile_setting_item_widget.dart(+4 -4)➕
frontend/appflowy_flutter/lib/mobile/presentation/widgets/flowy_mobile_search_bar.dart(+77 -0)📝
frontend/appflowy_flutter/lib/plugins/base/emoji/emoji_picker.dart(+3 -0)...and 47 more files
📄 Description
Feature Preview
before
https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/41f3ee66-712a-4bb6-a4ca-e8c222d0f747
after
https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/6862afd1-47fc-4097-b129-ad2dfdc3e853
PR Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.