[PR #3510] [MERGED] fix: grid theming to bottom row count number #5747

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3510
Author: @1akhanBaheti
Created: 9/23/2023
Status: Merged
Merged: 9/24/2023
Merged by: @LucasXu0

Base: mainHead: fix/grid_theme


📝 Commits (2)

  • e4b572a fix: theming to bottom count number
  • 7835773 refactor: Row to RichText

📊 Changes

8 files changed (+35 additions, -14 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/util/database_test_op.dart (+1 -3)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/grid_page.dart (+18 -11)
📝 frontend/appflowy_flutter/lib/workspace/application/appearance.dart (+1 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/colorscheme.dart (+3 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/dandelion.dart (+2 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/default_colorscheme.dart (+2 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/lavender.dart (+2 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra/lib/theme_extension.dart (+6 -0)

📄 Description

Feature Preview

https://github.com/AppFlowy-IO/AppFlowy/assets/94619783/feae9ad2-2194-4976-a943-d35d98c39e85


fixes https://github.com/AppFlowy-IO/AppFlowy/issues/3447

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/3510 **Author:** [@1akhanBaheti](https://github.com/1akhanBaheti) **Created:** 9/23/2023 **Status:** ✅ Merged **Merged:** 9/24/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/grid_theme` --- ### 📝 Commits (2) - [`e4b572a`](https://github.com/AppFlowy-IO/AppFlowy/commit/e4b572aff5e55a316b0afdb12b3b22844143a82e) fix: theming to bottom count number - [`7835773`](https://github.com/AppFlowy-IO/AppFlowy/commit/7835773dd86b4041a80dd46a71538e7f605e9de3) refactor: Row to RichText ### 📊 Changes **8 files changed** (+35 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/util/database_test_op.dart` (+1 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/grid_page.dart` (+18 -11) 📝 `frontend/appflowy_flutter/lib/workspace/application/appearance.dart` (+1 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/colorscheme.dart` (+3 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/dandelion.dart` (+2 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/default_colorscheme.dart` (+2 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra/lib/colorscheme/lavender.dart` (+2 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra/lib/theme_extension.dart` (+6 -0) </details> ### 📄 Description ### Feature Preview https://github.com/AppFlowy-IO/AppFlowy/assets/94619783/feae9ad2-2194-4976-a943-d35d98c39e85 --- fixes https://github.com/AppFlowy-IO/AppFlowy/issues/3447 #### 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:20:07 +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#5747
No description provided.