[PR #90] [MERGED] Implemented tooltip on toolbar buttons #3971

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/90
Author: @Hari-07
Created: 11/23/2021
Status: Merged
Merged: 11/24/2021
Merged by: @appflowy

Base: mainHead: tooltip


📝 Commits (4)

  • fe88e10 Added fix for cursor appearing below highlights
  • 5c5f0f6 Merge branch 'AppFlowy-IO:main' into main
  • 513df69 Added tooltip to toolbar buttons
  • 542622c Merge branch 'main' of github.com:Hari-07/appflowy

📊 Changes

10 files changed (+114 additions, -31 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/presentation/stack_page/doc/doc_page.dart (+1 -0)
📝 frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/check_button.dart (+11 -3)
📝 frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/color_picker.dart (+12 -7)
📝 frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/header_button.dart (+2 -0)
frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/history_button.dart (+33 -0)
📝 frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/image_button.dart (+4 -0)
📝 frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/toggle_button.dart (+3 -0)
📝 frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/tool_bar.dart (+14 -2)
📝 frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/toolbar_icon_button.dart (+13 -4)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/icon_button.dart (+21 -15)

📄 Description

Implements #59

I implemented it in the way I felt makes the most sense, please do let me know if it would be better done in another way, and I'd be happy to make the changes needed


🔄 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/90 **Author:** [@Hari-07](https://github.com/Hari-07) **Created:** 11/23/2021 **Status:** ✅ Merged **Merged:** 11/24/2021 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `tooltip` --- ### 📝 Commits (4) - [`fe88e10`](https://github.com/AppFlowy-IO/AppFlowy/commit/fe88e100e285a48598950c60cea4fe142ce04ade) Added fix for cursor appearing below highlights - [`5c5f0f6`](https://github.com/AppFlowy-IO/AppFlowy/commit/5c5f0f6a1e853e0a94e197a61c595f7ce444163b) Merge branch 'AppFlowy-IO:main' into main - [`513df69`](https://github.com/AppFlowy-IO/AppFlowy/commit/513df69042f74868e7c493f08ec913df627969b4) Added tooltip to toolbar buttons - [`542622c`](https://github.com/AppFlowy-IO/AppFlowy/commit/542622c512e737b815789ca278155ee55a49e08e) Merge branch 'main' of github.com:Hari-07/appflowy ### 📊 Changes **10 files changed** (+114 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/presentation/stack_page/doc/doc_page.dart` (+1 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/check_button.dart` (+11 -3) 📝 `frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/color_picker.dart` (+12 -7) 📝 `frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/header_button.dart` (+2 -0) ➕ `frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/history_button.dart` (+33 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/image_button.dart` (+4 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/toggle_button.dart` (+3 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/tool_bar.dart` (+14 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/toolbar/toolbar_icon_button.dart` (+13 -4) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/icon_button.dart` (+21 -15) </details> ### 📄 Description Implements #59 I implemented it in the way I felt makes the most sense, please do let me know if it would be better done in another way, and I'd be happy to make the changes needed --- <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:44 +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#3971
No description provided.