[PR #3912] [MERGED] fix: 0.3.8 known issues #5944

Closed
opened 2026-03-23 22:21:01 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3912
Author: @LucasXu0
Created: 11/10/2023
Status: Merged
Merged: 11/13/2023
Merged by: @LucasXu0

Base: mainHead: 0.3.8_launch_review


📝 Commits (10+)

  • 6c09759 fix: add a left padding to align the document and grid field
  • d55e0ec fix: emoji picker in the slash menu is too small
  • 6486637 fix: replace the delete icon color with black
  • 98e0be0 fix: improve snackbar background color
  • 40da2a9 fix: cannot add new line after toggle list
  • 74f0220 feat: set as the default icon of getting started
  • 8d96016 fix: the titlebar overflows when the title level is too deep
  • bd07fb8 fix: integration test
  • ac9985c Merge branch 'main' into 0.3.8_launch_review
  • 4cb43b3 fix: openAI hint text overflow

📊 Changes

16 files changed (+178 additions, -107 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/document/document_with_cover_image_test.dart (+7 -17)
📝 frontend/appflowy_flutter/integration_test/util/editor_test_operations.dart (+10 -1)
📝 frontend/appflowy_flutter/integration_test/util/expectation.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_action_widget.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/base/emoji/emoji_skin_tone.dart (+46 -56)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/row_document.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/auto_completion_node_widget.dart (+6 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/toggle/toggle_block_shortcut_event.dart (+5 -2)
📝 frontend/appflowy_flutter/lib/workspace/application/view/view_ext.dart (+7 -3)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_folder.dart (+7 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/toast.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/emoji_picker/emoji_menu_item.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/view_title_bar.dart (+60 -14)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/text_field.dart (+12 -3)
📝 frontend/rust-lib/flowy-core/src/deps_resolve/folder_deps.rs (+5 -2)
📝 frontend/rust-lib/flowy-folder2/src/view_operation.rs (+8 -0)

📄 Description

Feature Preview

  • set as the default icon of getting started
    Screenshot 2023-11-10 at 11 00 17

  • fix: cannot add new line after toggle list

  • fix: improve snackbar background color
    Screenshot 2023-11-10 at 11 01 13

  • fix: replace the delete icon color with black
    Screenshot 2023-11-10 at 11 01 37

  • fix: emoji picker in the slash menu is too small
    Screenshot 2023-11-10 at 11 03 57

  • fix: the titlebar overflows when the title level is too deep
    Screenshot 2023-11-10 at 11 22 24

  • fix: openAI hint text overflow
    Screenshot 2023-11-10 at 16 43 12


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/3912 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 11/10/2023 **Status:** ✅ Merged **Merged:** 11/13/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `0.3.8_launch_review` --- ### 📝 Commits (10+) - [`6c09759`](https://github.com/AppFlowy-IO/AppFlowy/commit/6c09759f64d03b0868c71913ac31fcc0d9ed2e66) fix: add a left padding to align the document and grid field - [`d55e0ec`](https://github.com/AppFlowy-IO/AppFlowy/commit/d55e0ec656ec958840eda0620f10d7b2133e6b07) fix: emoji picker in the slash menu is too small - [`6486637`](https://github.com/AppFlowy-IO/AppFlowy/commit/648663761e130f7ca400fc71bb9328c933ecccc1) fix: replace the delete icon color with black - [`98e0be0`](https://github.com/AppFlowy-IO/AppFlowy/commit/98e0be0af3471f9297c9f4336aae9d011edb7442) fix: improve snackbar background color - [`40da2a9`](https://github.com/AppFlowy-IO/AppFlowy/commit/40da2a9d6d0518e58c1f5a8fda42898459211fe6) fix: cannot add new line after toggle list - [`74f0220`](https://github.com/AppFlowy-IO/AppFlowy/commit/74f02207ba156fadb8ba5a053e866828d1a2715c) feat: set ⭐ as the default icon of getting started - [`8d96016`](https://github.com/AppFlowy-IO/AppFlowy/commit/8d960165aa7606c3b6a6561b02d026d7555a373a) fix: the titlebar overflows when the title level is too deep - [`bd07fb8`](https://github.com/AppFlowy-IO/AppFlowy/commit/bd07fb84893b51841884a375037488bf7ea2cd1c) fix: integration test - [`ac9985c`](https://github.com/AppFlowy-IO/AppFlowy/commit/ac9985ca4e29ae09e6c9ac0311d5155d9e7fb04b) Merge branch 'main' into 0.3.8_launch_review - [`4cb43b3`](https://github.com/AppFlowy-IO/AppFlowy/commit/4cb43b3761bb442653086e50ac6dd8f356bf45f0) fix: openAI hint text overflow ### 📊 Changes **16 files changed** (+178 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/document/document_with_cover_image_test.dart` (+7 -17) 📝 `frontend/appflowy_flutter/integration_test/util/editor_test_operations.dart` (+10 -1) 📝 `frontend/appflowy_flutter/integration_test/util/expectation.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_action_widget.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/base/emoji/emoji_skin_tone.dart` (+46 -56) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/row_document.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/auto_completion_node_widget.dart` (+6 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/toggle/toggle_block_shortcut_event.dart` (+5 -2) 📝 `frontend/appflowy_flutter/lib/workspace/application/view/view_ext.dart` (+7 -3) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_folder.dart` (+7 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/toast.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/emoji_picker/emoji_menu_item.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/view_title_bar.dart` (+60 -14) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/text_field.dart` (+12 -3) 📝 `frontend/rust-lib/flowy-core/src/deps_resolve/folder_deps.rs` (+5 -2) 📝 `frontend/rust-lib/flowy-folder2/src/view_operation.rs` (+8 -0) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview - set ⭐ as the default icon of getting started <img width="388" alt="Screenshot 2023-11-10 at 11 00 17" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/f587f8b2-137e-417d-8d4a-4cac6750c5bf"> - fix: cannot add new line after toggle list - fix: improve snackbar background color <img width="508" alt="Screenshot 2023-11-10 at 11 01 13" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/2a63ca2c-47ff-405c-b228-c0a88000fabf"> - fix: replace the delete icon color with black <img width="425" alt="Screenshot 2023-11-10 at 11 01 37" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/c7dae026-3b57-414e-b4e7-6f78bd02eec3"> - fix: emoji picker in the slash menu is too small <img width="424" alt="Screenshot 2023-11-10 at 11 03 57" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/d5c5a611-f27e-4ad2-bcb5-90025d8145e4"> - fix: the titlebar overflows when the title level is too deep <img width="441" alt="Screenshot 2023-11-10 at 11 22 24" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/c46ed78d-25ae-4cd0-97b0-639e65507a79"> - fix: openAI hint text overflow <img width="403" alt="Screenshot 2023-11-10 at 16 43 12" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/c248189b-8de7-4f5a-aa87-4c32842e955b"> <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:21:01 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5944
No description provided.