mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[PR #5903] [MERGED] fix: launch review issues 067 #7075
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#7075
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/5903
Author: @LucasXu0
Created: 8/8/2024
Status: ✅ Merged
Merged: 8/8/2024
Merged by: @LucasXu0
Base:
main← Head:fix_launch_review_issues_067📝 Commits (10+)
8e59e20feat: add capitalize extension for string and apply it in emoji picker header and icon picker828e3c0fix: adjust tooltip height calculation7c11e98feat: add Streamline open source icons notice and link7fd1d7efeat: enhance heading toolbar item to toggle heading level and cancel on same level selectionef1dcc6feat: use home-3 as default space icon11d4ab8feat: use the first character of space name as icon if icon was removeddea012fchore: update hover effect for delete workspace buttonbaf6edcchore: optimize space icon on mobile5017fa7fix: adjust chat ui on mobile4a7d8aafix: adjust default space icon on mobile📊 Changes
17 files changed (+171 additions, -57 deletions)
View changed files
📝
frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space_header.dart(+2 -0)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space_menu.dart(+2 -0)📝
frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_input/chat_input.dart(+5 -6)📝
frontend/appflowy_flutter/lib/plugins/base/emoji/emoji_picker_header.dart(+2 -1)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/string_extension.dart(+1 -0)📝
frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/heading/heading_toolbar_item.dart(+10 -3)📝
frontend/appflowy_flutter/lib/shared/icon_emoji_picker/icon_picker.dart(+46 -1)📝
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/create_space_popup.dart(+3 -1)📝
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/manage_space_popup.dart(+1 -0)📝
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/shared_widget.dart(+7 -11)📝
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/sidebar_space_menu.dart(+1 -0)📝
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/space_icon.dart(+60 -19)📝
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/space_icon_popup.dart(+17 -5)📝
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/space_more_popup.dart(+1 -1)📝
frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/_sidebar_workspace_actions.dart(+8 -6)📝
frontend/appflowy_flutter/packages/flowy_infra_ui/lib/widget/flowy_tooltip.dart(+2 -1)📝
frontend/resources/translations/en.json(+3 -2)📄 Description
Feature Preview
use home-3 as default icon when creating new space

use the first character of space name as default icon if icon was removed.

unable to switch heading style with different level
capitalize the group name for icon picker and emoji picker.
add Streamline open source icons notice and link

adjust tooltip height calculation

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