[PR #3612] [MERGED] Added tooltip when hovering over No-Data #5791

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3612
Author: @gantanikhilraj
Created: 10/4/2023
Status: Merged
Merged: 10/28/2023
Merged by: @richardshiue

Base: mainHead: feature-tooltip


📝 Commits (5)

  • 56896e8 Added tooltip when hovering over NO-Data
  • a8644ac chore: i18n for tooltip
  • 3e8df58 chore: merge remote-tracking branch 'upstream/main' into feature-tooltip
  • a8d61f8 fix: wrong token
  • ecfae3f chore: use flowytooltip

📊 Changes

2 files changed (+13 additions, -4 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart (+8 -3)
📝 frontend/resources/translations/en.json (+5 -1)

📄 Description

Closes issue #3557
When hovering over the "No Data" it will show "Unscheduled events will show up here" or "x events are unscheduled" based on the present data.

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/3612 **Author:** [@gantanikhilraj](https://github.com/gantanikhilraj) **Created:** 10/4/2023 **Status:** ✅ Merged **Merged:** 10/28/2023 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `feature-tooltip` --- ### 📝 Commits (5) - [`56896e8`](https://github.com/AppFlowy-IO/AppFlowy/commit/56896e8f39eaf9ad1922bae8ec9b14d10a8e3f29) Added tooltip when hovering over NO-Data - [`a8644ac`](https://github.com/AppFlowy-IO/AppFlowy/commit/a8644acc737c67276770882a411ecab0ab71d243) chore: i18n for tooltip - [`3e8df58`](https://github.com/AppFlowy-IO/AppFlowy/commit/3e8df58b69b4603b46ee23add42f611c46a98bde) chore: merge remote-tracking branch 'upstream/main' into feature-tooltip - [`a8d61f8`](https://github.com/AppFlowy-IO/AppFlowy/commit/a8d61f80245d28fa533647a3d2426a234e002fbc) fix: wrong token - [`ecfae3f`](https://github.com/AppFlowy-IO/AppFlowy/commit/ecfae3f5a2f7f1cb7bf254d1dcddae1535515dd4) chore: use flowytooltip ### 📊 Changes **2 files changed** (+13 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart` (+8 -3) 📝 `frontend/resources/translations/en.json` (+5 -1) </details> ### 📄 Description Closes issue #3557 When hovering over the "No Data" it will show "Unscheduled events will show up here" or "x events are unscheduled" based on the present data. #### 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. --- <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:20 +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#5791
No description provided.