[PR #2411] [MERGED] feat: show unscheduled events in calendar toolbar #5222

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2411
Author: @richardshiue
Created: 5/1/2023
Status: Merged
Merged: 5/4/2023
Merged by: @appflowy

Base: mainHead: calendar-unscheduled-events


📝 Commits (6)

  • 1328b6b refactor: use same show row detail function
  • 9f1cbcf fix: adjust popover offset
  • 02ca27e feat: show unscheduled events in toolbar
  • 4adb709 chore: apply suggestions from Xazin
  • 605300b refactor: refactor list item into separate widget
  • 3bb76d5 Merge branch 'main' into calendar-unscheduled-events

📊 Changes

5 files changed (+156 additions, -56 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/translations/en.json (+3 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart (+13 -25)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart (+30 -19)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/toolbar/calendar_layout_setting.dart (+7 -4)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/toolbar/calendar_toolbar.dart (+103 -7)

📄 Description

fixes #2408

https://user-images.githubusercontent.com/71320345/235433501-56651106-c71e-4d9f-8511-186981e67bf5.mp4

Feature Preview


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/2411 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 5/1/2023 **Status:** ✅ Merged **Merged:** 5/4/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `calendar-unscheduled-events` --- ### 📝 Commits (6) - [`1328b6b`](https://github.com/AppFlowy-IO/AppFlowy/commit/1328b6b356c2a82b0b21947ea45d0a4b46d7235a) refactor: use same show row detail function - [`9f1cbcf`](https://github.com/AppFlowy-IO/AppFlowy/commit/9f1cbcf9db1b508a102a32363159fd4209b06f06) fix: adjust popover offset - [`02ca27e`](https://github.com/AppFlowy-IO/AppFlowy/commit/02ca27eb5e4d23b226a748e9350636f76c15f36b) feat: show unscheduled events in toolbar - [`4adb709`](https://github.com/AppFlowy-IO/AppFlowy/commit/4adb70983e0d20a67496b37fbf4c5bb90fc70239) chore: apply suggestions from Xazin - [`605300b`](https://github.com/AppFlowy-IO/AppFlowy/commit/605300b7c69dadc74144bdd9bf4abdf99ca946d3) refactor: refactor list item into separate widget - [`3bb76d5`](https://github.com/AppFlowy-IO/AppFlowy/commit/3bb76d5bb46aac5339801f6852af48fd5f1d047a) Merge branch 'main' into calendar-unscheduled-events ### 📊 Changes **5 files changed** (+156 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+3 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart` (+13 -25) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart` (+30 -19) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/toolbar/calendar_layout_setting.dart` (+7 -4) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/toolbar/calendar_toolbar.dart` (+103 -7) </details> ### 📄 Description fixes #2408 https://user-images.githubusercontent.com/71320345/235433501-56651106-c71e-4d9f-8511-186981e67bf5.mp4 <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### 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. - [ ] 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:17:47 +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#5222
No description provided.