[PR #2050] [MERGED] fix: sort hint text typo #5076

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2050
Author: @sshdopey
Created: 3/20/2023
Status: Merged
Merged: 3/21/2023
Merged by: @a-wallen

Base: mainHead: fix/sort_hint_text_typo


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/create_sort_list.dart (+1 -1)

📄 Description

Description:

This pull request fixes the bug reported in issue #2044 where the hint text under the sort feature was misplaced. The expected behavior was to display "Sort by" in the hint text, but instead, it was displaying "Filter by".

Type of change:

I fixed the bug by simply correcting the code, replacing "filterBy" with "sortBy" which references the correct hint text.
fixes #2044


🔄 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/2050 **Author:** [@sshdopey](https://github.com/sshdopey) **Created:** 3/20/2023 **Status:** ✅ Merged **Merged:** 3/21/2023 **Merged by:** [@a-wallen](https://github.com/a-wallen) **Base:** `main` ← **Head:** `fix/sort_hint_text_typo` --- ### 📝 Commits (1) - [`5672df3`](https://github.com/AppFlowy-IO/AppFlowy/commit/5672df3b0e717191abc43b527c1ce43b4dcb6fc9) fix: sort hint text typo (#2044) ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/create_sort_list.dart` (+1 -1) </details> ### 📄 Description ### Description: This pull request fixes the bug reported in issue #2044 where the hint text under the sort feature was misplaced. The expected behavior was to display "Sort by" in the hint text, but instead, it was displaying "Filter by". ### Type of change: I fixed the bug by simply correcting the code, replacing "filterBy" with "sortBy" which references the correct hint text. fixes #2044 --- <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: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#5076
No description provided.