[PR #7693] [CLOSED] feat: customize application configuration #8047

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7693
Author: @LucasXu0
Created: 4/7/2025
Status: Closed

Base: mainHead: self_hosted_logo_name


📝 Commits (10+)

  • 6ec5707 feat: add Windows white lable script
  • a0faeba feat: support i18n white label
  • 86370a9 fix: use i18n for AppFlowy
  • 40ddde7 fix: use i18n for AppFlowy
  • fbf5a0c chore: update icons
  • 0414c78 feat: support icon white label
  • 09a178f feat: support i18n white label on Windows
  • 520c320 feat: support icon white label on Windows
  • 9267713 feat: add white label script
  • d1d0f86 feat: white_label script

📊 Changes

52 files changed (+1499 additions, -1127 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/shared/error_page/error_page.dart (+18 -16)
📝 frontend/appflowy_flutter/lib/workspace/application/notification/notification_service.dart (+3 -4)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_shortcuts_view.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/setting_appflowy_cloud.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/theme_upload/theme_upload_learn_more_button.dart (+1 -1)
📝 frontend/appflowy_flutter/windows/CMakeLists.txt (+1 -1)
📝 frontend/appflowy_flutter/windows/runner/Runner.rc (+6 -6)
📝 frontend/appflowy_flutter/windows/runner/main.cpp (+4 -4)
📝 frontend/appflowy_flutter/windows/runner/resources/app_icon.ico (+0 -0)
📝 frontend/resources/flowy_icons/16x/flowy_ai_chat_logo.svg (+1 -13)
📝 frontend/resources/flowy_icons/16x/flowy_logo.svg (+1 -12)
📝 frontend/resources/flowy_icons/40x/flowy_logo.svg (+1 -29)
📝 frontend/resources/translations/am-ET.json (+1 -1)
📝 frontend/resources/translations/ar-SA.json (+26 -26)
📝 frontend/resources/translations/ca-ES.json (+2 -2)
📝 frontend/resources/translations/ckb-KU.json (+6 -6)
📝 frontend/resources/translations/cs-CZ.json (+2 -2)
📝 frontend/resources/translations/de-DE.json (+14 -14)
📝 frontend/resources/translations/el-GR.json (+16 -16)
📝 frontend/resources/translations/en.json (+27 -27)

...and 32 more files

📄 Description

Feature Preview

Allow self-hosters to customize the application information, including the app name, app icon, and application id.

  • Shared
    • i18n
    • icon
    • font
  • Windows
    • Runner.rc
    • app_icon.ico
    • CMakeLists.txt
    • main.cpp
  • macOS
  • Linux
  • iOS
  • Android

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/7693 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 4/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `self_hosted_logo_name` --- ### 📝 Commits (10+) - [`6ec5707`](https://github.com/AppFlowy-IO/AppFlowy/commit/6ec5707cae14cac957245024990f1b828fb81363) feat: add Windows white lable script - [`a0faeba`](https://github.com/AppFlowy-IO/AppFlowy/commit/a0faeba777fffbb8289030349eaa8d36d5ad3b50) feat: support i18n white label - [`86370a9`](https://github.com/AppFlowy-IO/AppFlowy/commit/86370a9e7fe8c2d6f4569153f0b666d1a5d3ef09) fix: use i18n for AppFlowy - [`40ddde7`](https://github.com/AppFlowy-IO/AppFlowy/commit/40ddde739ac16885622f9be984a7a7d7966d242f) fix: use i18n for AppFlowy - [`fbf5a0c`](https://github.com/AppFlowy-IO/AppFlowy/commit/fbf5a0c739714c8348d00a7dc77e70990966a112) chore: update icons - [`0414c78`](https://github.com/AppFlowy-IO/AppFlowy/commit/0414c78e1177e40c90387a632230a269e1894182) feat: support icon white label - [`09a178f`](https://github.com/AppFlowy-IO/AppFlowy/commit/09a178f6642ec2522e1f7a1489b1b1b1d618f6b1) feat: support i18n white label on Windows - [`520c320`](https://github.com/AppFlowy-IO/AppFlowy/commit/520c320214863290c510faa474d3363fabf59602) feat: support icon white label on Windows - [`9267713`](https://github.com/AppFlowy-IO/AppFlowy/commit/92677131f24559d49123d291fde68fc7334b3ad4) feat: add white label script - [`d1d0f86`](https://github.com/AppFlowy-IO/AppFlowy/commit/d1d0f8635045046e6c8302dc2308e78740771346) feat: white_label script ### 📊 Changes **52 files changed** (+1499 additions, -1127 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/shared/error_page/error_page.dart` (+18 -16) 📝 `frontend/appflowy_flutter/lib/workspace/application/notification/notification_service.dart` (+3 -4) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_shortcuts_view.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/setting_appflowy_cloud.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/theme_upload/theme_upload_learn_more_button.dart` (+1 -1) 📝 `frontend/appflowy_flutter/windows/CMakeLists.txt` (+1 -1) 📝 `frontend/appflowy_flutter/windows/runner/Runner.rc` (+6 -6) 📝 `frontend/appflowy_flutter/windows/runner/main.cpp` (+4 -4) 📝 `frontend/appflowy_flutter/windows/runner/resources/app_icon.ico` (+0 -0) 📝 `frontend/resources/flowy_icons/16x/flowy_ai_chat_logo.svg` (+1 -13) 📝 `frontend/resources/flowy_icons/16x/flowy_logo.svg` (+1 -12) 📝 `frontend/resources/flowy_icons/40x/flowy_logo.svg` (+1 -29) 📝 `frontend/resources/translations/am-ET.json` (+1 -1) 📝 `frontend/resources/translations/ar-SA.json` (+26 -26) 📝 `frontend/resources/translations/ca-ES.json` (+2 -2) 📝 `frontend/resources/translations/ckb-KU.json` (+6 -6) 📝 `frontend/resources/translations/cs-CZ.json` (+2 -2) 📝 `frontend/resources/translations/de-DE.json` (+14 -14) 📝 `frontend/resources/translations/el-GR.json` (+16 -16) 📝 `frontend/resources/translations/en.json` (+27 -27) _...and 32 more files_ </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 Allow self-hosters to customize the application information, including the app name, app icon, and application id. - [x] Shared - [x] i18n - [x] icon - [x] font - [x] Windows - [x] Runner.rc - [x] app_icon.ico - [x] CMakeLists.txt - [x] main.cpp - [ ] macOS - [ ] Linux - [ ] iOS - [ ] Android <!--- 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:22 +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#8047
No description provided.