mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #5995] [MERGED] chore: optimize row card page UI #7131
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#7131
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/5995
Author: @LucasXu0
Created: 8/17/2024
Status: ✅ Merged
Merged: 8/19/2024
Merged by: @LucasXu0
Base:
main← Head:ui_issues_3📝 Commits (10+)
9f81b21chore: adjust buttons padding in row record page83e8ea1fix: disable more button in row page7c93a0afix: upload image button ui on mobilecd45a09fix: embed link button ui on mobilea6b863bfix: add missing border for ai text field and ai translate fielda140761fix: delete AI can make mistakes on mobile5497f7fchore: disable sentry03efc24fix: invite error toast5f96ae4fix: add member limit hint text in invite member screen9f6edbafeat: show toast after opening workspace on mobile📊 Changes
38 files changed (+619 additions, -295 deletions)
View changed files
📝
frontend/appflowy_flutter/lib/mobile/application/mobile_router.dart(+12 -1)📝
frontend/appflowy_flutter/lib/mobile/application/recent/recent_view_bloc.dart(+0 -13)📝
frontend/appflowy_flutter/lib/mobile/presentation/base/mobile_view_page.dart(+24 -8)📝
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart(+24 -3)📝
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_create_field_button.dart(+2 -2)📝
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/row_page_button.dart(+58 -31)📝
frontend/appflowy_flutter/lib/mobile/presentation/editor/mobile_editor_screen.dart(+8 -0)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/favorite_folder/favorite_space.dart(+26 -28)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/home_space/home_space.dart(+11 -13)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_folders.dart(+3 -0)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart(+79 -6)📝
frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/recent_space.dart(+26 -28)📝
frontend/appflowy_flutter/lib/mobile/presentation/setting/support_setting_group.dart(+8 -3)📝
frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/invite_members_screen.dart(+17 -0)📝
frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart(+7 -6)📝
frontend/appflowy_flutter/lib/plugins/database/grid/presentation/layout/sizes.dart(+1 -0)📝
frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/row/row.dart(+8 -2)📝
frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_row_detail/mobile_row_detail_summary_cell.dart(+46 -34)📝
frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_row_detail/mobile_row_detail_translate_cell.dart(+46 -34)📝
frontend/appflowy_flutter/lib/plugins/database/widgets/row/row_property.dart(+3 -4)...and 18 more files
📄 Description
Feature Preview
anchor at the first paragraph of an answerai chat text generation speedPR Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.