[PR #7755] [MERGED] feat: improve white label scripts on Windows #8091

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7755
Author: @LucasXu0
Created: 4/15/2025
Status: Merged
Merged: 4/16/2025
Merged by: @LucasXu0

Base: mainHead: windows_app_name


📝 Commits (3)

  • cb0a1a7 feat: improve white label scripts on Windows
  • fc2e09a feat: add font white label script
  • 1a03e69 chore: integrate font white label script

📊 Changes

19 files changed (+352 additions, -34 deletions)

View changed files

frontend/appflowy_flutter/assets/fonts/FlowyIconData.ttf (+0 -0)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_avatar.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_welcome_page.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/logo/logo.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/splash_screen.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/workspace_start_screen/mobile_workspace_start_screen.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/notification/notification_service.dart (+11 -3)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/appearance/desktop_appearance.dart (+2 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/header/sidebar_top_menu.dart (+2 -2)
📝 frontend/appflowy_flutter/pubspec.yaml (+4 -3)
📝 frontend/resources/flowy_icons/16x/ai_chat_logo.svg (+0 -0)
📝 frontend/resources/flowy_icons/16x/app_logo.svg (+0 -0)
📝 frontend/resources/flowy_icons/40x/app_logo.svg (+0 -0)
📝 frontend/resources/flowy_icons/40x/app_logo_with_text_dark.svg (+0 -0)
📝 frontend/resources/flowy_icons/40x/app_logo_with_text_light.svg (+0 -0)
frontend/scripts/white_label/code_white_label.sh (+72 -0)
frontend/scripts/white_label/font_white_label.sh (+198 -0)
📝 frontend/scripts/white_label/icon_white_label.sh (+31 -18)
📝 frontend/scripts/white_label/white_label.sh (+27 -3)

📄 Description

Feature Preview

  • rename the icons for easier replacement
  • fix duplicated shortcuts
  • add code white label script
  • remove the company name

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/7755 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 4/15/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `windows_app_name` --- ### 📝 Commits (3) - [`cb0a1a7`](https://github.com/AppFlowy-IO/AppFlowy/commit/cb0a1a786e452e1040cd3d727a573d696bfe38ac) feat: improve white label scripts on Windows - [`fc2e09a`](https://github.com/AppFlowy-IO/AppFlowy/commit/fc2e09a72ccbfbba33732639e33a66761f8d289d) feat: add font white label script - [`1a03e69`](https://github.com/AppFlowy-IO/AppFlowy/commit/1a03e69b87f62cb1ae113bd1a40f3085945d7859) chore: integrate font white label script ### 📊 Changes **19 files changed** (+352 additions, -34 deletions) <details> <summary>View changed files</summary> ➖ `frontend/appflowy_flutter/assets/fonts/FlowyIconData.ttf` (+0 -0) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_avatar.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_welcome_page.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/logo/logo.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/splash_screen.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/workspace_start_screen/mobile_workspace_start_screen.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/notification/notification_service.dart` (+11 -3) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/appearance/desktop_appearance.dart` (+2 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/header/sidebar_top_menu.dart` (+2 -2) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+4 -3) 📝 `frontend/resources/flowy_icons/16x/ai_chat_logo.svg` (+0 -0) 📝 `frontend/resources/flowy_icons/16x/app_logo.svg` (+0 -0) 📝 `frontend/resources/flowy_icons/40x/app_logo.svg` (+0 -0) 📝 `frontend/resources/flowy_icons/40x/app_logo_with_text_dark.svg` (+0 -0) 📝 `frontend/resources/flowy_icons/40x/app_logo_with_text_light.svg` (+0 -0) ➕ `frontend/scripts/white_label/code_white_label.sh` (+72 -0) ➕ `frontend/scripts/white_label/font_white_label.sh` (+198 -0) 📝 `frontend/scripts/white_label/icon_white_label.sh` (+31 -18) 📝 `frontend/scripts/white_label/white_label.sh` (+27 -3) </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 - [x] rename the icons for easier replacement - [x] fix duplicated shortcuts - [x] add code white label script - [x] remove the company name <!--- 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 [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:22:34 +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#8091
No description provided.