[PR #3057] [MERGED] feat: welcome screen UI improvement #5542

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3057
Author: @hyj1204
Created: 7/24/2023
Status: Merged
Merged: 7/31/2023
Merged by: @LucasXu0

Base: mainHead: fix/overflow_in_SkipLogInScreen


📝 Commits (3)

  • 4957538 fix: UI Improvemet in SkipLogInScreen
  • 2d443cd fix: make language text rebuilds everytime when locale changes
  • 7f73b08 fix: reduce the text button height

📊 Changes

4 files changed (+101 additions, -94 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/startup/tasks/app_window_size_manager.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/user/presentation/folder/folder_widget.dart (+22 -28)
📝 frontend/appflowy_flutter/lib/user/presentation/skip_log_in_screen.dart (+77 -65)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/button.dart (+1 -0)

📄 Description

  1. Show 2 lines of text if it is too long for some languages. To fix #3031
    image

  2. The minimum height of windows has changed to 600 to ensure all widgets have enough space shown in the vertical direction.

  3. The text on the language button gets rebuilt every time the Locale changes.

https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/96acc00e-ff09-46bb-a59e-9931b79ceb3a

  1. Keep the same spacing for all the widgets within FolderWidget(The card area to change the folder path)

Feature Preview


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/3057 **Author:** [@hyj1204](https://github.com/hyj1204) **Created:** 7/24/2023 **Status:** ✅ Merged **Merged:** 7/31/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/overflow_in_SkipLogInScreen` --- ### 📝 Commits (3) - [`4957538`](https://github.com/AppFlowy-IO/AppFlowy/commit/4957538ef6813011e93b2ed1f1d760033528baeb) fix: UI Improvemet in SkipLogInScreen - [`2d443cd`](https://github.com/AppFlowy-IO/AppFlowy/commit/2d443cde4d11b5e0f2fda6e73bc3aefceb7e46ec) fix: make language text rebuilds everytime when locale changes - [`7f73b08`](https://github.com/AppFlowy-IO/AppFlowy/commit/7f73b08cbc513128ff6d7d479ca733bb54d3e99d) fix: reduce the text button height ### 📊 Changes **4 files changed** (+101 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/startup/tasks/app_window_size_manager.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/user/presentation/folder/folder_widget.dart` (+22 -28) 📝 `frontend/appflowy_flutter/lib/user/presentation/skip_log_in_screen.dart` (+77 -65) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/button.dart` (+1 -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). --> 1. Show 2 lines of text if it is too long for some languages. To fix #3031 <img width="791" alt="image" src="https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/ea544194-16c2-4534-8e0a-480dbf9f3204"> 2. The minimum height of windows has changed to 600 to ensure all widgets have enough space shown in the vertical direction. 3. The text on the language button gets rebuilt every time the Locale changes. https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/96acc00e-ff09-46bb-a59e-9931b79ceb3a 4. Keep the same spacing for all the widgets within `FolderWidget`(The card area to change the folder path) <!--- 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 <!--- 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 the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] 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:19:12 +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#5542
No description provided.