[PR #5429] [CLOSED] feat: enable direction for card title, group column header #6810

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5429
Author: @zoli
Created: 5/28/2024
Status: Closed

Base: mainHead: feat/board-text-direction


📝 Commits (6)

  • 7d76b24 feat: enable direction for card title, group column header
  • 23ea1be build: updated appflowy_editor to use latest
  • daa550f style: merge main resolve conflict
  • 1e7f385 style: Merge branch 'main' into feat/board-text-direction
  • 4dd1684 style: Merge branch 'main' into feat/board-text-direction
  • e9951c7 style: merge main

📊 Changes

9 files changed (+356 additions, -78 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/desktop/board/board_row_test.dart (+92 -0)
📝 frontend/appflowy_flutter/integration_test/shared/common_operations.dart (+9 -0)
📝 frontend/appflowy_flutter/integration_test/shared/settings.dart (+36 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_column_header.dart (+52 -36)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/card_cell_skeleton/text_card_cell.dart (+19 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/editable_cell_skeleton/text.dart (+4 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/row/row_banner.dart (+90 -38)
frontend/appflowy_flutter/lib/util/text_direction.dart (+45 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/text.dart (+9 -0)

📄 Description

resolves #5387

This depends on https://github.com/AppFlowy-IO/appflowy-editor/pull/809.

Feature Preview

appflowy-board-auto-direction.webm


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • 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/5429 **Author:** [@zoli](https://github.com/zoli) **Created:** 5/28/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/board-text-direction` --- ### 📝 Commits (6) - [`7d76b24`](https://github.com/AppFlowy-IO/AppFlowy/commit/7d76b24c7f450723baf2c227f4c6f3b8487229e9) feat: enable direction for card title, group column header - [`23ea1be`](https://github.com/AppFlowy-IO/AppFlowy/commit/23ea1be8b1f9f6f8b26d885f0af83eb318301b09) build: updated appflowy_editor to use latest - [`daa550f`](https://github.com/AppFlowy-IO/AppFlowy/commit/daa550f845faf1a3a15a6ed5e88b4041dba1ae8f) style: merge main resolve conflict - [`1e7f385`](https://github.com/AppFlowy-IO/AppFlowy/commit/1e7f38574324eb80f72bb5cf0e582c68707ce137) style: Merge branch 'main' into feat/board-text-direction - [`4dd1684`](https://github.com/AppFlowy-IO/AppFlowy/commit/4dd1684660664f22b11f575e040bb6f660bf8748) style: Merge branch 'main' into feat/board-text-direction - [`e9951c7`](https://github.com/AppFlowy-IO/AppFlowy/commit/e9951c7d52edd1ffe0ee40a4514cac10ae9f8cde) style: merge main ### 📊 Changes **9 files changed** (+356 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/desktop/board/board_row_test.dart` (+92 -0) 📝 `frontend/appflowy_flutter/integration_test/shared/common_operations.dart` (+9 -0) 📝 `frontend/appflowy_flutter/integration_test/shared/settings.dart` (+36 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_column_header.dart` (+52 -36) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/card_cell_skeleton/text_card_cell.dart` (+19 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/editable_cell_skeleton/text.dart` (+4 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/row/row_banner.dart` (+90 -38) ➕ `frontend/appflowy_flutter/lib/util/text_direction.dart` (+45 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/text.dart` (+9 -0) </details> ### 📄 Description resolves #5387 This depends on https://github.com/AppFlowy-IO/appflowy-editor/pull/809. ### Feature Preview [appflowy-board-auto-direction.webm](https://github.com/AppFlowy-IO/AppFlowy/assets/3286303/ff8a3e76-21a7-43a8-868f-7b7415577273) <!--- 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 [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [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 23:16: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#6810
No description provided.