[PR #3403] [MERGED] fix: some UI issues #5715

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3403
Author: @richardshiue
Created: 9/14/2023
Status: Merged
Merged: 9/14/2023
Merged by: @LucasXu0

Base: mainHead: some-ui-fixes


📝 Commits (2)

  • fd4d17c fix: sizing of date time string in calendar
  • 2b43f79 fix: filter and sort textfields abnormally tall

📊 Changes

5 files changed (+38 additions, -5 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_event_card.dart (+23 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/create_filter_list.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/filter_menu.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/create_sort_list.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/card_cell.dart (+11 -0)

📄 Description

Screenshot 2023-09-14 at 5 57 18 PM Screenshot 2023-09-14 at 5 58 04 PM

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/3403 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 9/14/2023 **Status:** ✅ Merged **Merged:** 9/14/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `some-ui-fixes` --- ### 📝 Commits (2) - [`fd4d17c`](https://github.com/AppFlowy-IO/AppFlowy/commit/fd4d17c771464d9fcaac7e4caa9cfc71addf0c07) fix: sizing of date time string in calendar - [`2b43f79`](https://github.com/AppFlowy-IO/AppFlowy/commit/2b43f79217d2c368df01e8d55dc6f4d592f93011) fix: filter and sort textfields abnormally tall ### 📊 Changes **5 files changed** (+38 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_event_card.dart` (+23 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/create_filter_list.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/filter/filter_menu.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/create_sort_list.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/card_cell.dart` (+11 -0) </details> ### 📄 Description <img width="337" alt="Screenshot 2023-09-14 at 5 57 18 PM" src="https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/e1118c95-a87a-47ef-9162-c0058e8a4b81"> <img width="337" alt="Screenshot 2023-09-14 at 5 58 04 PM" src="https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/f4d3dd25-4911-40ae-8263-640955c8eaed"> ### 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 - [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] 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:19:59 +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#5715
No description provided.