[PR #2435] [MERGED] fix: font size for Numbers property value on calendar. #5233

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2435
Author: @akarsh-jain-790
Created: 5/2/2023
Status: Merged
Merged: 5/3/2023
Merged by: @appflowy

Base: mainHead: issuee-2410


📝 Commits (3)

  • e74318e fix: font size for Numbers property value on calendar.
  • 2ff29cd Merge branch 'main' into issuee-2410
  • c8c671a fix: card style

📊 Changes

6 files changed (+66 additions, -30 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart (+15 -4)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/card_cell_builder.dart (+7 -4)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/card_cell.dart (+9 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/number_card_cell.dart (+23 -3)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/url_card_cell.dart (+11 -3)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/url_cell/cell_editor.dart (+1 -14)

📄 Description

Fixes: #2410

Feature Preview

Screenshot 2023-05-02 at 10 19 23 PM

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/2435 **Author:** [@akarsh-jain-790](https://github.com/akarsh-jain-790) **Created:** 5/2/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `issuee-2410` --- ### 📝 Commits (3) - [`e74318e`](https://github.com/AppFlowy-IO/AppFlowy/commit/e74318ee0b84e30c99521454159ba563bd893aae) fix: font size for Numbers property value on calendar. - [`2ff29cd`](https://github.com/AppFlowy-IO/AppFlowy/commit/2ff29cdfb58401ccba6e4e0c0e325498a6908c5b) Merge branch 'main' into issuee-2410 - [`c8c671a`](https://github.com/AppFlowy-IO/AppFlowy/commit/c8c671a45547e0222d51f935048805d06c335c41) fix: card style ### 📊 Changes **6 files changed** (+66 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart` (+15 -4) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/card_cell_builder.dart` (+7 -4) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/card_cell.dart` (+9 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/number_card_cell.dart` (+23 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/url_card_cell.dart` (+11 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/url_cell/cell_editor.dart` (+1 -14) </details> ### 📄 Description Fixes: #2410 <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- 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 <img width="156" alt="Screenshot 2023-05-02 at 10 19 23 PM" src="https://user-images.githubusercontent.com/72064462/235732067-0a6ea4c1-55c5-4dff-8d34-4992c5eaa5c4.png"> <!--- 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. - [X] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [X] 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:50 +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#5233
No description provided.