[PR #3558] [MERGED] feat:Delay tooltip presentations by 300ms #5764

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3558
Author: @AdiAr11
Created: 9/30/2023
Status: Merged
Merged: 10/4/2023
Merged by: @Xazin

Base: mainHead: aditya_3310


📝 Commits (9)

  • 858e2b7 feat:added wait duration to ToolTip widgets
  • 1371041 feat:merged with main
  • 992ddcb feat:added wait Duration to more tooltips
  • e29e2b7 feat:added wait Duration to more_button tooltip
  • 874d256 fix: use flowytooltip
  • be8e29d fix:undo install_macos.sh file
  • 7556a5c feat:took pull from xazin's work
  • b077a18 fix:undo install_macos.sh file
  • 72cfefc fix:refactored FlowyTooltip.delayedTooltip to FlowyTooltip.delayed

📊 Changes

16 files changed (+40 additions, -23 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/accessory/cell_accessory.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/block_action_button.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/align_toolbar_item/align_toolbar_item.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/more/more_button.dart (+8 -5)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_top_menu.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_user.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/view/view_item.dart (+3 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/navigation.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_appearance/brightness_setting.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_customize_location_view.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_user_view.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/sync_setting_view.dart (+2 -1)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/button.dart (+3 -2)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/icon_button.dart (+2 -1)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/widget/flowy_tooltip.dart (+3 -1)
📝 frontend/scripts/install_dev_env/install_macos.sh (+1 -1)

📄 Description

Feature Preview

Will close issue #3310

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/3558 **Author:** [@AdiAr11](https://github.com/AdiAr11) **Created:** 9/30/2023 **Status:** ✅ Merged **Merged:** 10/4/2023 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `aditya_3310` --- ### 📝 Commits (9) - [`858e2b7`](https://github.com/AppFlowy-IO/AppFlowy/commit/858e2b7ed1244644b46d887d5c942becbb09250c) feat:added wait duration to ToolTip widgets - [`1371041`](https://github.com/AppFlowy-IO/AppFlowy/commit/1371041f1d23e3d789b9fb6271da1abed3f4f133) feat:merged with main - [`992ddcb`](https://github.com/AppFlowy-IO/AppFlowy/commit/992ddcbe9f024e47a56136424f7577fb0aa2a80b) feat:added wait Duration to more tooltips - [`e29e2b7`](https://github.com/AppFlowy-IO/AppFlowy/commit/e29e2b757f8d0eff3d480307465bbaec86fa4a02) feat:added wait Duration to more_button tooltip - [`874d256`](https://github.com/AppFlowy-IO/AppFlowy/commit/874d256302578021ed383ac87c6d26d2c1b11a16) fix: use flowytooltip - [`be8e29d`](https://github.com/AppFlowy-IO/AppFlowy/commit/be8e29deb2bc35957923aa7baac7c30607eb4818) fix:undo install_macos.sh file - [`7556a5c`](https://github.com/AppFlowy-IO/AppFlowy/commit/7556a5c83eb907e238e990fd3acd547a6134a8b4) feat:took pull from xazin's work - [`b077a18`](https://github.com/AppFlowy-IO/AppFlowy/commit/b077a18a345d7fffc830b77f4746ba834e456dee) fix:undo install_macos.sh file - [`72cfefc`](https://github.com/AppFlowy-IO/AppFlowy/commit/72cfefcac2a803f7849af4f1fd8252d38d3c10f4) fix:refactored FlowyTooltip.delayedTooltip to FlowyTooltip.delayed ### 📊 Changes **16 files changed** (+40 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/accessory/cell_accessory.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/block_action_button.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/align_toolbar_item/align_toolbar_item.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/more/more_button.dart` (+8 -5) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_top_menu.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/sidebar_user.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/view/view_item.dart` (+3 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/navigation.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_appearance/brightness_setting.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_customize_location_view.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_user_view.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/sync_setting_view.dart` (+2 -1) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/button.dart` (+3 -2) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/icon_button.dart` (+2 -1) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/widget/flowy_tooltip.dart` (+3 -1) 📝 `frontend/scripts/install_dev_env/install_macos.sh` (+1 -1) </details> ### 📄 Description ### Feature Preview Will close issue #3310 #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] 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 22:20:12 +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#5764
No description provided.