[PR #2412] [MERGED] fix: sort the events in each day cell by time #5220

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

📋 Pull Request Information

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

Base: mainHead: sort-events-in-day


📝 Commits (2)

  • 332630c fix: sort the events in each day cell by time
  • 12653f1 fix: reorder issue in calendar day

📊 Changes

4 files changed (+110 additions, -119 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_bloc.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart (+99 -103)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart (+6 -14)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/card_cell.dart (+5 -0)

📄 Description

Feature Preview

fix: #2404


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/2412 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 5/1/2023 **Status:** ✅ Merged **Merged:** 5/2/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `sort-events-in-day` --- ### 📝 Commits (2) - [`332630c`](https://github.com/AppFlowy-IO/AppFlowy/commit/332630cefc4cc85992dcc2c17e11c87a5ecea004) fix: sort the events in each day cell by time - [`12653f1`](https://github.com/AppFlowy-IO/AppFlowy/commit/12653f113d39b988b644a14700fd3aa6dfa51aed) fix: reorder issue in calendar day ### 📊 Changes **4 files changed** (+110 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_bloc.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart` (+99 -103) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart` (+6 -14) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/card_cell.dart` (+5 -0) </details> ### 📄 Description <!--- 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 fix: #2404 --- <!--- 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:46 +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#5220
No description provided.