[PR #5656] [MERGED] fix: settings changes + ai layout improvements #6942

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5656
Author: @Xazin
Created: 6/28/2024
Status: Merged
Merged: 6/28/2024
Merged by: @appflowy

Base: mainHead: fix/settings-changes


📝 Commits (2)

📊 Changes

12 files changed (+155 additions, -143 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/ai_chat/chat.dart (+3 -1)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart (+75 -76)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_welcome_page.dart (+11 -14)
📝 frontend/appflowy_flutter/lib/workspace/application/user/user_workspace_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_ai_view.dart (+37 -40)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_comparison_dialog.dart (+4 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_view.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_shortcuts_view.dart (+2 -5)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_workspace_view.dart (+17 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/settings_dialog.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/shared/settings_body.dart (+1 -1)

📄 Description

Feature Preview

https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/82b345b5-8327-48a8-9568-a8269b3c0392


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/5656 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 6/28/2024 **Status:** ✅ Merged **Merged:** 6/28/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/settings-changes` --- ### 📝 Commits (2) - [`bae67b0`](https://github.com/AppFlowy-IO/AppFlowy/commit/bae67b04a858f317707cea9f897a7443883b8358) fix: settings changes - [`5765e60`](https://github.com/AppFlowy-IO/AppFlowy/commit/5765e604a71997c3d7e8142e1ecb1c3eae2834e7) fix: improve chat layout ### 📊 Changes **12 files changed** (+155 additions, -143 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/chat.dart` (+3 -1) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart` (+75 -76) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_welcome_page.dart` (+11 -14) 📝 `frontend/appflowy_flutter/lib/workspace/application/user/user_workspace_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_ai_view.dart` (+37 -40) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_comparison_dialog.dart` (+4 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_view.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_shortcuts_view.dart` (+2 -5) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_workspace_view.dart` (+17 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/settings_dialog.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/shared/settings_body.dart` (+1 -1) </details> ### 📄 Description ### Feature Preview https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/82b345b5-8327-48a8-9568-a8269b3c0392 --- #### PR Checklist - [x] 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. - [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 23:17: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#6942
No description provided.