mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[PR #5317] [MERGED] fix: page style issues #6762
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#6762
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/5317
Author: @LucasXu0
Created: 5/13/2024
Status: ✅ Merged
Merged: 5/13/2024
Merged by: @LucasXu0
Base:
main← Head:fix_page_style_issues📝 Commits (10+)
d409761fix: 7 emojis per lineca0f1bcfix: remove shadow of the icons using presets cover6151fa3fix: expand appbar buttons size2544a22fix: save new title name when it changed6a9648efeat: add cover image preview051b86bfix: dismiss unsplash and presets panel autoa7da334feat: add selected color for cover image and layout sectiondf77b8afix: selected icon size too small1c12ef8fix: dismiss page style panel before pushing to emoji and font selector718f656chore: update back button icon📊 Changes
14 files changed (+293 additions, -138 deletions)
View changed files
📝
CHANGELOG.md(+18 -0)📝
frontend/Makefile.toml(+1 -1)📝
frontend/appflowy_flutter/lib/mobile/application/base/mobile_view_page_bloc.dart(+8 -1)📝
frontend/appflowy_flutter/lib/mobile/presentation/base/app_bar/app_bar.dart(+2 -1)📝
frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/app_bar_buttons.dart(+10 -6)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/cover/document_immersive_cover.dart(+9 -7)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/unsplash_image_widget.dart(+30 -23)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/page_style/_page_style_cover_image.dart(+146 -60)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/page_style/_page_style_icon.dart(+47 -26)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/page_style/_page_style_layout.dart(+15 -7)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/page_style/page_style_bottom_sheet.dart(+1 -1)📝
frontend/appflowy_flutter/pubspec.yaml(+1 -1)📝
frontend/resources/flowy_icons/16x/m_app_bar_back.svg(+3 -3)📝
frontend/resources/translations/en.json(+2 -1)📄 Description
Feature Preview
7 emojis per line.
updated selected icon style.
dismiss page style before opening emoji panel.

set app bar button size to 24.0
replace the back button icon
don't show shadow when using built-in images

add selected color
add preview image

PR Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.