[PR #7650] [MERGED] chore: show plugin version #8021

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7650
Author: @appflowy
Created: 3/30/2025
Status: Merged
Merged: 3/30/2025
Merged by: @appflowy

Base: mainHead: display_plugin_version


📝 Commits (3)

📊 Changes

13 files changed (+135 additions, -211 deletions)

View changed files

frontend/appflowy_flutter/lib/workspace/application/settings/ai/download_offline_ai_app_bloc.dart (+0 -41)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/ai/local_ai_setting_panel_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/ai/plugin_state_bloc.dart (+6 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/setting_ai_view/plugin_state.dart (+15 -95)
📝 frontend/resources/translations/ar-SA.json (+1 -1)
📝 frontend/resources/translations/en.json (+1 -1)
📝 frontend/resources/translations/ko-KR.json (+1 -1)
📝 frontend/rust-lib/Cargo.lock (+3 -3)
📝 frontend/rust-lib/Cargo.toml (+3 -3)
📝 frontend/rust-lib/flowy-ai/src/entities.rs (+7 -10)
📝 frontend/rust-lib/flowy-ai/src/event_handler.rs (+0 -9)
📝 frontend/rust-lib/flowy-ai/src/event_map.rs (+0 -4)
📝 frontend/rust-lib/flowy-ai/src/local_ai/controller.rs (+97 -40)

📄 Description

Feature Preview


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.

Summary by Sourcery

Add plugin version display for local AI in the AppFlowy settings

Enhancements:

  • Modify local AI state management to include plugin version information
  • Update UI to display the plugin version when local AI is running

Chores:

  • Remove unused code related to offline AI app download
  • Update protobuf entities to include plugin version

🔄 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/7650 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 3/30/2025 **Status:** ✅ Merged **Merged:** 3/30/2025 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `display_plugin_version` --- ### 📝 Commits (3) - [`34a858e`](https://github.com/AppFlowy-IO/AppFlowy/commit/34a858e94836466447f717cc2f0cd142ce34bbb7) chore: show plugin version - [`af5c4bf`](https://github.com/AppFlowy-IO/AppFlowy/commit/af5c4bfe76c65882f130acac1577631c38db96c9) chore: show plugin version - [`5ae3f42`](https://github.com/AppFlowy-IO/AppFlowy/commit/5ae3f423136c31452051e967c06141795640b177) chore: fix windows build ### 📊 Changes **13 files changed** (+135 additions, -211 deletions) <details> <summary>View changed files</summary> ➖ `frontend/appflowy_flutter/lib/workspace/application/settings/ai/download_offline_ai_app_bloc.dart` (+0 -41) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/ai/local_ai_setting_panel_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/ai/plugin_state_bloc.dart` (+6 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/setting_ai_view/plugin_state.dart` (+15 -95) 📝 `frontend/resources/translations/ar-SA.json` (+1 -1) 📝 `frontend/resources/translations/en.json` (+1 -1) 📝 `frontend/resources/translations/ko-KR.json` (+1 -1) 📝 `frontend/rust-lib/Cargo.lock` (+3 -3) 📝 `frontend/rust-lib/Cargo.toml` (+3 -3) 📝 `frontend/rust-lib/flowy-ai/src/entities.rs` (+7 -10) 📝 `frontend/rust-lib/flowy-ai/src/event_handler.rs` (+0 -9) 📝 `frontend/rust-lib/flowy-ai/src/event_map.rs` (+0 -4) 📝 `frontend/rust-lib/flowy-ai/src/local_ai/controller.rs` (+97 -40) </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 <!--- 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. ## Summary by Sourcery Add plugin version display for local AI in the AppFlowy settings Enhancements: - Modify local AI state management to include plugin version information - Update UI to display the plugin version when local AI is running Chores: - Remove unused code related to offline AI app download - Update protobuf entities to include plugin version --- <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:15 +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#8021
No description provided.