[PR #3574] [CLOSED] fix:Updating UI #5774

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3574
Author: @SUNIL-RAGHU
Created: 10/2/2023
Status: Closed

Base: mainHead: main


📝 Commits (3)

📊 Changes

2 files changed (+6 additions, -9 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/auto_completion_node_widget.dart (+0 -1)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/text_field.dart (+6 -8)

📄 Description

Added vertical padding because the text was appearing too close to the top.

Before:
Before Screenshot

After:
After Screenshot

In this commit, I adjusted the content padding to include both horizontal and vertical padding in order to improve the visual appearance. The text was previously too close to the top, which could lead to readability issues. This change enhances the overall user experience by providing better spacing.

  • Modified contentPadding in the relevant widget.
  • Included 'horizontal' and 'vertical' parameters with appropriate values.

Screenshots have been included for visual comparison between the original and modified layouts.


🔄 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/3574 **Author:** [@SUNIL-RAGHU](https://github.com/SUNIL-RAGHU) **Created:** 10/2/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`54a7754`](https://github.com/AppFlowy-IO/AppFlowy/commit/54a775419eca00a081328d0f8c7e7b160ea39d70) fix:Updating UI - [`0aaabcf`](https://github.com/AppFlowy-IO/AppFlowy/commit/0aaabcf2be5ecae7d7c00d968e206cf55982368f) fix: UI Changes - [`4c2e604`](https://github.com/AppFlowy-IO/AppFlowy/commit/4c2e604d6ef64060aacccd6bde8b4b34a69d0f1c) fix: Modified Textfield ### 📊 Changes **2 files changed** (+6 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/auto_completion_node_widget.dart` (+0 -1) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/text_field.dart` (+6 -8) </details> ### 📄 Description Added vertical padding because the text was appearing too close to the top. Before: ![Before Screenshot](https://github.com/SUNIL-RAGHU/AppFlowy/assets/89726488/2f93adee-e0aa-4643-b122-085c17136b66) After: ![After Screenshot](https://github.com/SUNIL-RAGHU/AppFlowy/assets/89726488/6ef7c244-5fc3-4f6d-88ad-c6d682e6311c) In this commit, I adjusted the content padding to include both horizontal and vertical padding in order to improve the visual appearance. The text was previously too close to the top, which could lead to readability issues. This change enhances the overall user experience by providing better spacing. - Modified contentPadding in the relevant widget. - Included 'horizontal' and 'vertical' parameters with appropriate values. Screenshots have been included for visual comparison between the original and modified layouts. --- <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:15 +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#5774
No description provided.