[PR #3413] [MERGED] Fix launch review issues #5719

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3413
Author: @LucasXu0
Created: 9/15/2023
Status: Merged
Merged: 9/15/2023
Merged by: @LucasXu0

Base: mainHead: fix_launch_review_issues


📝 Commits (4)

  • 4ce8220 fix: unable to trigger the text align item when selecting text
  • 6fb653f fix: the active mode of the outline block in the dark mode doesn’t have a good contrast
  • ad2ecd0 chore: update translations
  • ef0f93e fix: change switch active color

📊 Changes

4 files changed (+30 additions, -12 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/align_toolbar_item/align_toolbar_item.dart (+7 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/outline/outline_block_component.dart (+14 -9)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_appearance/create_file_setting.dart (+7 -1)
📝 frontend/resources/translations/en.json (+2 -1)

📄 Description

Feature Preview

closes #3412

Screenshot 2023-09-15 at 16 02 24 Screenshot 2023-09-15 at 15 56 25 Screenshot 2023-09-15 at 16 02 20 Screenshot 2023-09-15 at 15 41 00 Screenshot 2023-09-13 at 17 09 21

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/3413 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 9/15/2023 **Status:** ✅ Merged **Merged:** 9/15/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_launch_review_issues` --- ### 📝 Commits (4) - [`4ce8220`](https://github.com/AppFlowy-IO/AppFlowy/commit/4ce82208215d39897ec1bb4def9794bdb1e86545) fix: unable to trigger the text align item when selecting text - [`6fb653f`](https://github.com/AppFlowy-IO/AppFlowy/commit/6fb653f9b7815a4f98c6692293a0ae0eddde67b2) fix: the active mode of the outline block in the dark mode doesn’t have a good contrast - [`ad2ecd0`](https://github.com/AppFlowy-IO/AppFlowy/commit/ad2ecd0758c93a5e85583809086cb3fb7f51c5fe) chore: update translations - [`ef0f93e`](https://github.com/AppFlowy-IO/AppFlowy/commit/ef0f93e09e6f2c85120e6a6b071f999bdaa8e079) fix: change switch active color ### 📊 Changes **4 files changed** (+30 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/align_toolbar_item/align_toolbar_item.dart` (+7 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/outline/outline_block_component.dart` (+14 -9) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_appearance/create_file_setting.dart` (+7 -1) 📝 `frontend/resources/translations/en.json` (+2 -1) </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 closes #3412 <img width="72" alt="Screenshot 2023-09-15 at 16 02 24" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/3148d42f-8e9c-4eda-993f-248e2711b0a5"> <img width="81" alt="Screenshot 2023-09-15 at 15 56 25" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/384a6106-8dff-4fe4-be5a-5423cd16d6c9"> <img width="310" alt="Screenshot 2023-09-15 at 16 02 20" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/e333bc95-4d7d-40fa-9dfc-28401f2076b6"> <img width="529" alt="Screenshot 2023-09-15 at 15 41 00" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/3ee1453b-bdef-4568-8355-892cad661752"> <img width="130" alt="Screenshot 2023-09-13 at 17 09 21" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/ad860926-ef0b-4845-b135-bb6d2b9912d1"> <!--- 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 - [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] 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:20:00 +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#5719
No description provided.