mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-04 14:57:27 +00:00

* feat: ai writer block * test: fix integration tests * chore: add continue writing to slash menu * chore: focus issues during insertion * fix: explain button position * fix: gesture detection * fix: insert below * fix: undo * chore: improve writing toolbar item * chore: pass predefined format when using quick commands * fix: continue writing in an empty document or at the beginning of a document * fix: don't allow selecting text not in content * fix: related question not following predefined format
17 lines
819 B
Dart
17 lines
819 B
Dart
export 'service/ai_entities.dart';
|
|
export 'service/ai_prompt_input_bloc.dart';
|
|
export 'service/appflowy_ai_service.dart';
|
|
export 'service/error.dart';
|
|
export 'widgets/loading_indicator.dart';
|
|
export 'widgets/prompt_input/action_buttons.dart';
|
|
export 'widgets/prompt_input/desktop_prompt_text_field.dart';
|
|
export 'widgets/prompt_input/file_attachment_list.dart';
|
|
export 'widgets/prompt_input/layout_define.dart';
|
|
export 'widgets/prompt_input/mention_page_bottom_sheet.dart';
|
|
export 'widgets/prompt_input/mention_page_menu.dart';
|
|
export 'widgets/prompt_input/mentioned_page_text_span.dart';
|
|
export 'widgets/prompt_input/predefined_format_buttons.dart';
|
|
export 'widgets/prompt_input/select_sources_bottom_sheet.dart';
|
|
export 'widgets/prompt_input/select_sources_menu.dart';
|
|
export 'widgets/prompt_input/send_button.dart';
|