[PR #3201] [MERGED] fix: overflow and alignment in sort editor #5615

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3201
Author: @Xazin
Created: 8/14/2023
Status: Merged
Merged: 8/15/2023
Merged by: @Xazin

Base: mainHead: fix/grid-sorts


📝 Commits (3)

  • 976154f fix: overflow and alignment in sort editor
  • 7e48dd4 fix: add and delete button on row
  • 05bc1eb Merge branch 'main' into fix/grid-sorts

📊 Changes

5 files changed (+91 additions, -105 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/sort_choice_button.dart (+10 -12)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/sort_editor.dart (+62 -75)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/sort_menu.dart (+16 -11)
📝 frontend/appflowy_flutter/lib/plugins/database_view/tar_bar/setting_menu.dart (+2 -6)
📝 frontend/resources/translations/en.json (+1 -1)

📄 Description

Closes: #3196 #3197

Feature Preview

https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/7310c72c-e30e-4aa8-868a-422f9534ed43


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/3201 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 8/14/2023 **Status:** ✅ Merged **Merged:** 8/15/2023 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `fix/grid-sorts` --- ### 📝 Commits (3) - [`976154f`](https://github.com/AppFlowy-IO/AppFlowy/commit/976154ffd2ce867e8d541e59f552f61cb95b8949) fix: overflow and alignment in sort editor - [`7e48dd4`](https://github.com/AppFlowy-IO/AppFlowy/commit/7e48dd44ff8c7280b0a2be3bca2c8788fbf489b7) fix: add and delete button on row - [`05bc1eb`](https://github.com/AppFlowy-IO/AppFlowy/commit/05bc1eb1787bf4f700a41be8892a08c625618c43) Merge branch 'main' into fix/grid-sorts ### 📊 Changes **5 files changed** (+91 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/sort_choice_button.dart` (+10 -12) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/sort_editor.dart` (+62 -75) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/sort_menu.dart` (+16 -11) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/tar_bar/setting_menu.dart` (+2 -6) 📝 `frontend/resources/translations/en.json` (+1 -1) </details> ### 📄 Description Closes: #3196 #3197 <!--- 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 https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/7310c72c-e30e-4aa8-868a-422f9534ed43 <!--- 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 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:19:32 +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#5615
No description provided.