feat: add quick edit panel (#4089)

* feat: add quick edit panel

* feat: improve datepicker color

* fix: quick edit field editor overflow

* chore: try to fix mobile ci

* Revert "chore: try to fix mobile ci"

This reverts commit 68f0ccecd6.
This commit is contained in:
Lucas.Xu
2023-12-05 17:34:42 +08:00
committed by GitHub
parent d25830aece
commit 7d55153475
24 changed files with 371 additions and 101 deletions

View File

@ -4,7 +4,6 @@ import 'package:appflowy/plugins/base/icon/icon_picker.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:flowy_infra_ui/flowy_infra_ui.dart';
import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
class IconPickerPage extends StatelessWidget {
const IconPickerPage({
@ -25,9 +24,7 @@ class IconPickerPage extends StatelessWidget {
title ?? LocaleKeys.titleBar_pageIcon.tr(),
fontSize: 14.0,
),
leading: AppBarBackButton(
onTap: () => context.pop(),
),
leading: const AppBarBackButton(),
),
body: SafeArea(
child: FlowyIconPicker(