[PR #3140] [MERGED] fix: deeplink doesn't work in windows exe installer #5594

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

📋 Pull Request Information

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

Base: mainHead: url_protocol_in_windows_installer


📝 Commits (5)

  • 0de8b92 fix: deeplink doesn't work in windows exe installer
  • 453346e fix: the minHeight of the personal header is too small
  • a1db5bf fix: user page inside setting overflow
  • 104851d chore: optimize the logout button
  • 9dc209b fix: loading status widget on the signup page flickers.

📊 Changes

5 files changed (+62 additions, -38 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/user/presentation/sign_in_screen.dart (+14 -6)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/folder/personal_folder.dart (+5 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_user_view.dart (+34 -28)
📝 frontend/resources/translations/en.json (+2 -1)
📝 frontend/scripts/windows_installer/inno_setup_config.iss (+7 -1)

📄 Description

Feature Preview

Other fixed issues

Improve the logout button UI style and overflow issue

Screenshot 2023-08-08 at 12 45 03

The height of the personal folder is too short

Screenshot 2023-08-08 at 12 46 27

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/3140 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/8/2023 **Status:** ✅ Merged **Merged:** 8/8/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `url_protocol_in_windows_installer` --- ### 📝 Commits (5) - [`0de8b92`](https://github.com/AppFlowy-IO/AppFlowy/commit/0de8b92db6d59b1dfd321ac1fe3edd3cdcba449c) fix: deeplink doesn't work in windows exe installer - [`453346e`](https://github.com/AppFlowy-IO/AppFlowy/commit/453346e69cd460e837942922477c5328f9a2917b) fix: the minHeight of the personal header is too small - [`a1db5bf`](https://github.com/AppFlowy-IO/AppFlowy/commit/a1db5bff5c9f636d2156bf38aad527e980897be0) fix: user page inside setting overflow - [`104851d`](https://github.com/AppFlowy-IO/AppFlowy/commit/104851d3308de6b09a6a1cecd10f630344c93f37) chore: optimize the logout button - [`9dc209b`](https://github.com/AppFlowy-IO/AppFlowy/commit/9dc209bda7fa6a9b98033d5b9c54da4eef42d904) fix: loading status widget on the signup page flickers. ### 📊 Changes **5 files changed** (+62 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/user/presentation/sign_in_screen.dart` (+14 -6) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/folder/personal_folder.dart` (+5 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_user_view.dart` (+34 -28) 📝 `frontend/resources/translations/en.json` (+2 -1) 📝 `frontend/scripts/windows_installer/inno_setup_config.iss` (+7 -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 #### Other fixed issues #### Improve the logout button UI style and overflow issue <img width="807" alt="Screenshot 2023-08-08 at 12 45 03" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/76846ae3-aecb-4396-aac4-c3d481a5d4c3"> #### The height of the personal folder is too short <img width="295" alt="Screenshot 2023-08-08 at 12 46 27" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/1f065652-d4a6-4fad-bd43-9a1fa53c0fd4"> <!--- 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:19:26 +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#5594
No description provided.