[PR #3755] [CLOSED] fix: Add hint text or placeholder to suggest that this section is editable #3582 #5863

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3755
Author: @prakadesh
Created: 10/23/2023
Status: Closed

Base: mainHead: add_hint_text_3582


📝 Commits (8)

  • 0544e45 Update row_document.dart
  • 8a7fd2a Update editor_page.dart
  • 52cb8d0 Merge branch 'AppFlowy-IO:main' into add_hint_text_3582
  • 1b3c99e Merge branch 'AppFlowy-IO:main' into add_hint_text_3582
  • 38440a7 Merge branch 'AppFlowy-IO:main' into add_hint_text_3582
  • 2afb3e5 Merge branch 'AppFlowy-IO:main' into add_hint_text_3582
  • e15e8da Merge branch 'AppFlowy-IO:main' into add_hint_text_3582
  • b854f5d Update editor_page.dart

📊 Changes

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

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/row_document.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart (+4 -1)

📄 Description

Feature Preview

add a placeholder to show the user there is editable text space

https://github.com/AppFlowy-IO/AppFlowy/assets/84655612/3be64683-ee74-4487-bd7c-1211c831b6ea

fixes #3582


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/3755 **Author:** [@prakadesh](https://github.com/prakadesh) **Created:** 10/23/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add_hint_text_3582` --- ### 📝 Commits (8) - [`0544e45`](https://github.com/AppFlowy-IO/AppFlowy/commit/0544e451c20367e203807626bc6243d9b9d59eea) Update row_document.dart - [`8a7fd2a`](https://github.com/AppFlowy-IO/AppFlowy/commit/8a7fd2a655a2427401953bee3765dbbd4f7bd220) Update editor_page.dart - [`52cb8d0`](https://github.com/AppFlowy-IO/AppFlowy/commit/52cb8d0d5d9baf50a2f1bc31ac2268b7a7b71415) Merge branch 'AppFlowy-IO:main' into add_hint_text_3582 - [`1b3c99e`](https://github.com/AppFlowy-IO/AppFlowy/commit/1b3c99e3601e34116d8c715df440f169e506b2dc) Merge branch 'AppFlowy-IO:main' into add_hint_text_3582 - [`38440a7`](https://github.com/AppFlowy-IO/AppFlowy/commit/38440a778011bdc6a4985f6b5eeac788de031d13) Merge branch 'AppFlowy-IO:main' into add_hint_text_3582 - [`2afb3e5`](https://github.com/AppFlowy-IO/AppFlowy/commit/2afb3e55a842900910f74fa5b253f54be965fe24) Merge branch 'AppFlowy-IO:main' into add_hint_text_3582 - [`e15e8da`](https://github.com/AppFlowy-IO/AppFlowy/commit/e15e8da90289d92c404f13c2200cc8e7b56a143a) Merge branch 'AppFlowy-IO:main' into add_hint_text_3582 - [`b854f5d`](https://github.com/AppFlowy-IO/AppFlowy/commit/b854f5d6b67c1d7d6df234669af9db6d0e230b75) Update editor_page.dart ### 📊 Changes **2 files changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/row_document.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart` (+4 -1) </details> ### 📄 Description <!--- 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 add a placeholder to show the user there is editable text space https://github.com/AppFlowy-IO/AppFlowy/assets/84655612/3be64683-ee74-4487-bd7c-1211c831b6ea fixes #3582 <!--- 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 22:20:39 +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#5863
No description provided.