mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #3905] [CLOSED] feat: mobile card detail screen #5941
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#5941
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/3905
Author: @hyj1204
Created: 11/9/2023
Status: ❌ Closed
Base:
relesae/0.3.8← Head:feat/mobile_card_detail📝 Commits (10+)
1db66f6feat: add CardDetailScreen and CardPropertyEditScreen9f38113feat: add MobileNumberCell and MobileTimestampCella877abafeat: Add MobileDateCell and MobileCheckboxCellc046517feat: add MobileFieldTypeOptionEditord74aa13feat: add property delete feature in CardPropertyEditScreen736bedbfix: fix VisibilitySwitch didn't update11942c4feat: add MobileCreateRowFieldScreen5d5e83achore: localization and improve spacing24e4083feat: add TimestampTypeOptionMobileWidget03c14bafeat: add checkbox and DateTypeOptionMobileWidget📊 Changes
44 files changed (+2958 additions, -51 deletions)
View changed files
📝
frontend/appflowy_flutter/lib/mobile/application/mobile_theme_data.dart(+3 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card.dart(+1 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart(+178 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_create_row_field_screen.dart(+58 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_create_row_field_button.dart(+47 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_field_name_text_field.dart(+48 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_row_property_list.dart(+220 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/widgets.dart(+3 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/card_property_edit_screen.dart(+62 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/mobile_field_editor.dart(+153 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/mobile_field_type_list.dart(+85 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/mobile_field_type_option_editor.dart(+197 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/checkbox.dart(+12 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/checklist.dart(+12 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/date.dart(+88 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/multi_select.dart(+12 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/number.dart(+12 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/rich_text.dart(+12 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/single_select.dart(+13 -0)➕
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/timestamp.dart(+98 -0)...and 24 more files
📄 Description
Feature Preview
Card detail page
This PR is only for the card detail page, the card style in board view will be added in the future PR.
Appbar:
https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/247bc6f5-c8b5-4def-bc0a-8f49b2acc195
Body:
The other types of properties will be added(fit to mobile) in the future PR
Numbers, Last modified, Created time, Datetime, Checkboxhttps://github.com/AppFlowy-IO/AppFlowy/assets/14248245/bbadec96-12c4-40f6-8a09-f35d6d9888f0
Numbers, Last modified, Created time, Datetime, Checkboxhttps://github.com/AppFlowy-IO/AppFlowy/assets/14248245/1cbdef89-8fa2-401a-9e66-514dbc19f243
https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/35cae49f-b350-4b67-ab32-8dffdf469a69
https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/c652c3d7-bcfc-4037-bbe1-004a3aecb13a
Found Issue:
The card detail page cannot be rendered when switching back to itself through the navigation bar: I plan to fix this problem while working on the board view page.
PR Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.