[PR #4506] [MERGED] chore: enable timestamp field in mobile #6282

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4506
Author: @richardshiue
Created: 1/26/2024
Status: Merged
Merged: 1/26/2024
Merged by: @richardshiue

Base: mainHead: chore/mobile-timestamp-field


📝 Commits (2)

  • 1aab3aa chore: allow creating timestamp field in mobile
  • cbff05f chore: restore podfile.lock

📊 Changes

5 files changed (+151 additions, -51 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_type_grid.dart (+35 -25)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_type_option_editor.dart (+103 -16)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_grid/mobile_grid_timestamp_cell.dart (+6 -7)
📝 frontend/appflowy_flutter/lib/util/field_type_extension.dart (+4 -0)
📝 frontend/resources/translations/en.json (+3 -3)

📄 Description

  • also make the header bar draggable
Screenshot 2024-01-26 at 4 47 22 PM

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/4506 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 1/26/2024 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `chore/mobile-timestamp-field` --- ### 📝 Commits (2) - [`1aab3aa`](https://github.com/AppFlowy-IO/AppFlowy/commit/1aab3aa8f3fbe31abe728fcac980137c4a4790a4) chore: allow creating timestamp field in mobile - [`cbff05f`](https://github.com/AppFlowy-IO/AppFlowy/commit/cbff05f70d75a96bc0663fd08b00ba3d4e70c628) chore: restore podfile.lock ### 📊 Changes **5 files changed** (+151 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_type_grid.dart` (+35 -25) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_type_option_editor.dart` (+103 -16) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_grid/mobile_grid_timestamp_cell.dart` (+6 -7) 📝 `frontend/appflowy_flutter/lib/util/field_type_extension.dart` (+4 -0) 📝 `frontend/resources/translations/en.json` (+3 -3) </details> ### 📄 Description - also make the header bar draggable <img width="484" alt="Screenshot 2024-01-26 at 4 47 22 PM" src="https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/6e18687b-010e-48ec-ba55-7d30c36b99a8"> ### 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:31 +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#6282
No description provided.