[PR #4579] [MERGED] chore: revamp mobile database toolbar #6329

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4579
Author: @richardshiue
Created: 2/1/2024
Status: Merged
Merged: 2/3/2024
Merged by: @appflowy

Base: mainHead: chore/database-toolbar-revamp


📝 Commits (2)

  • d6f32b5 chore: revamp mobile database toolbar
  • 8a0f586 chore: code cleanup

📊 Changes

6 files changed (+106 additions, -179 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_field_list.dart (+14 -7)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/view/edit_database_view_screen.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/tab_bar/mobile/mobile_tab_bar_header.dart (+64 -113)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/setting/mobile_database_controls.dart (+21 -59)
frontend/resources/flowy_icons/16x/arrow_tight.svg (+5 -0)

📄 Description

Also remove the divider between the appbar and the row title in the row detail page

https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/bce97cd9-6832-4f03-a8f3-73d9ce724839

Feature Preview


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/4579 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 2/1/2024 **Status:** ✅ Merged **Merged:** 2/3/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `chore/database-toolbar-revamp` --- ### 📝 Commits (2) - [`d6f32b5`](https://github.com/AppFlowy-IO/AppFlowy/commit/d6f32b597ff304ab79ce5e5c98e17787aa43c6fa) chore: revamp mobile database toolbar - [`8a0f586`](https://github.com/AppFlowy-IO/AppFlowy/commit/8a0f586f7087471de6fef3f51987e08959b7f30b) chore: code cleanup ### 📊 Changes **6 files changed** (+106 additions, -179 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_field_list.dart` (+14 -7) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/view/edit_database_view_screen.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/tab_bar/mobile/mobile_tab_bar_header.dart` (+64 -113) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/setting/mobile_database_controls.dart` (+21 -59) ➕ `frontend/resources/flowy_icons/16x/arrow_tight.svg` (+5 -0) </details> ### 📄 Description Also remove the divider between the appbar and the row title in the row detail page https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/bce97cd9-6832-4f03-a8f3-73d9ce724839 ### Feature Preview <!--- 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) - [ ] 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:22:44 +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#6329
No description provided.