AppFlowy/frontend/appflowy_flutter/lib/workspace/application/settings
Yijing Huang acc951c5eb
feat: mobile card detail screen (#3935)
* feat: add CardDetailScreen and CardPropertyEditScreen

- add basic UI layout for these two screens
- add MobileTextCell as the GridCellWidget adapts to mobile

* feat: add MobileNumberCell and MobileTimestampCell

* feat: Add MobileDateCell and MobileCheckboxCell

- Add MobileDateCellEditScreen
- Add dateStr and endDateStr in DateCellCalendarState

* feat:  add MobileFieldTypeOptionEditor

- Add placeholder for different TypeOptionMobileWidgetBuilders
- Add _MobileSwitchFieldButton

* feat: add property delete feature in CardPropertyEditScreen

* fix: fix VisibilitySwitch didn't update

* feat: add MobileCreateRowFieldScreen

- Refactor MobileFieldEditor to used in CardPropertyEditScreen and MobileCreateRowFieldScreen
- Add MobileCreateRowFieldScreen

* chore: localization and improve spacing

* feat: add TimestampTypeOptionMobileWidget

- Refactor  TimeFormatListTile to be used in TimestampTypeOptionMobileWidget and _DateCellEditBody
- Add IncludeTimeSwitch to be used in TimestampTypeOptionMobileWidget and _DateCellEditBody

* feat: add checkbox and DateTypeOptionMobileWidget

* chore: improve UI

* chore: improve spacing

* fix: fix end time shown issue

* fix: minor issues

* fix: flutter analyze

* chore: delete unused TextEditingController

* fix: prevent group field from deleting

* feat: add NumberTypeOptionMobileWidget

* chore: rename and clean code

* chore: clean code

* chore: extract class

* chore: refactor reorder cells

* chore: improve super.key

* chore: refactor MobileFieldTypeList

* chore: reorginize code

* chore: remove unused import file

* chore: clean code

* chore: add commas due to flutter upgrade

* feat: add MobileURLCell

* fix: close keyboard when user tap outside of textfield

* chore: update go_router version

* fix: add missing GridCellStyle

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-11-20 22:56:21 -07:00
..
appearance feat: mobile card detail screen (#3935) 2023-11-20 22:56:21 -07:00
date_time Feat: rename stack inline (#3781) 2023-10-26 09:38:37 +08:00
notifications fix: notification settings initial state (#3763) 2023-10-23 14:51:59 +02:00
share test: import database integration (#2803) 2023-06-15 22:43:07 +08:00
shortcuts feat: customize command shortcuts (#2848) 2023-07-20 16:11:00 +08:00
application_data_storage.dart feat:IInline math equation (#2949) 2023-07-09 11:03:22 +08:00
cloud_setting_listener.dart feat: show server url (#3956) 2023-11-17 15:38:56 +08:00
create_file_settings_cubit.dart fix: some UI issues were present in version 0.3.1. (#3401) 2023-09-14 19:22:32 +08:00
prelude.dart fix: some UI issues were present in version 0.3.1. (#3401) 2023-09-14 19:22:32 +08:00
setting_supabase_bloc.dart feat: show server url (#3956) 2023-11-17 15:38:56 +08:00
settings_dialog_bloc.dart feat: show server url (#3956) 2023-11-17 15:38:56 +08:00
settings_file_exporter_cubit.dart fix: can't input url in Grid (#2737) 2023-06-08 15:46:33 +08:00
settings_location_cubit.dart feat: show server url (#3956) 2023-11-17 15:38:56 +08:00