[PR #189] [MERGED] Add debug info button #4004

Closed
opened 2026-03-23 21:35:52 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/189
Author: @polypixeldev
Created: 12/22/2021
Status: Merged
Merged: 12/25/2021
Merged by: @MikeWallaceDev

Base: mainHead: debug-info-button


📝 Commits (5)

  • f956bd4 Add debug info button
  • 7013d32 Get rid of extra line
  • 821b47b Upgrade to device_info_plus 3.2.0 & format debug info
  • 18613ea Remove unused import
  • d6411ee Use locale translation mechanism

📊 Changes

10 files changed (+301 additions, -8 deletions)

View changed files

📝 frontend/app_flowy/assets/translations/en.json (+6 -1)
📝 frontend/app_flowy/assets/translations/it_IT.json (+6 -1)
📝 frontend/app_flowy/assets/translations/zh_CN.json (+6 -1)
📝 frontend/app_flowy/lib/generated/codegen_loader.g.dart (+142 -5)
📝 frontend/app_flowy/lib/generated/locale_keys.g.dart (+4 -0)
📝 frontend/app_flowy/lib/workspace/presentation/stack_page/home_stack.dart (+11 -0)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart (+73 -0)
📝 frontend/app_flowy/macos/Flutter/GeneratedPluginRegistrant.swift (+2 -0)
📝 frontend/app_flowy/pubspec.lock (+49 -0)
📝 frontend/app_flowy/pubspec.yaml (+2 -0)

📄 Description

This pull request adds a menu item button to the question mark button in the lower right corner of the application, which will copy system info to the clipboard when pressed.

This is my first PR to AppFlowy, so please let me know if I forgot to do something or did something wrong.

fixes #145


🔄 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/189 **Author:** [@polypixeldev](https://github.com/polypixeldev) **Created:** 12/22/2021 **Status:** ✅ Merged **Merged:** 12/25/2021 **Merged by:** [@MikeWallaceDev](https://github.com/MikeWallaceDev) **Base:** `main` ← **Head:** `debug-info-button` --- ### 📝 Commits (5) - [`f956bd4`](https://github.com/AppFlowy-IO/AppFlowy/commit/f956bd4789d2b90da30a04d72b208ea089d75fec) Add debug info button - [`7013d32`](https://github.com/AppFlowy-IO/AppFlowy/commit/7013d326c7d41fd51dc89c3a90914acb10c67029) Get rid of extra line - [`821b47b`](https://github.com/AppFlowy-IO/AppFlowy/commit/821b47bec488f063be69b0ac9a00c9d327e31573) Upgrade to device_info_plus 3.2.0 & format debug info - [`18613ea`](https://github.com/AppFlowy-IO/AppFlowy/commit/18613ea979f3b8d43ff96a3f02c933de9c110668) Remove unused import - [`d6411ee`](https://github.com/AppFlowy-IO/AppFlowy/commit/d6411ee2fc0da73622418ad70469724a1af9cf22) Use locale translation mechanism ### 📊 Changes **10 files changed** (+301 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/assets/translations/en.json` (+6 -1) 📝 `frontend/app_flowy/assets/translations/it_IT.json` (+6 -1) 📝 `frontend/app_flowy/assets/translations/zh_CN.json` (+6 -1) 📝 `frontend/app_flowy/lib/generated/codegen_loader.g.dart` (+142 -5) 📝 `frontend/app_flowy/lib/generated/locale_keys.g.dart` (+4 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/stack_page/home_stack.dart` (+11 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart` (+73 -0) 📝 `frontend/app_flowy/macos/Flutter/GeneratedPluginRegistrant.swift` (+2 -0) 📝 `frontend/app_flowy/pubspec.lock` (+49 -0) 📝 `frontend/app_flowy/pubspec.yaml` (+2 -0) </details> ### 📄 Description This pull request adds a menu item button to the question mark button in the lower right corner of the application, which will copy system info to the clipboard when pressed. This is my first PR to AppFlowy, so please let me know if I forgot to do something or did something wrong. fixes #145 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:35:52 +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#4004
No description provided.