[PR #5607] [MERGED] Implement responsive DateSelect component for mobile view #24640

Closed
opened 2026-04-16 18:10:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5607
Author: @MatissJanis
Created: 8/22/2025
Status: Merged
Merged: 8/22/2025
Merged by: @MatissJanis

Base: masterHead: matiss/mobile-date-select


📝 Commits (4)

  • f1066fe Implement responsive DateSelect component for mobile view
  • 5f6f7f4 Refactor DateSelect component to import InputField for mobile forms
  • 1c9050b Remove duplicate import of useResponsive in DateSelect component
  • 15d43fa Update DateSelect component to allow null values for selected date and ensure proper handling of input value

📊 Changes

2 files changed (+36 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/select/DateSelect.tsx (+30 -3)
upcoming-release-notes/5607.md (+6 -0)

📄 Description

Needs to be tested on a mobile device to work effectively
Screenshot 2025-08-22 at 20 39 19


🔄 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/actualbudget/actual/pull/5607 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/22/2025 **Status:** ✅ Merged **Merged:** 8/22/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/mobile-date-select` --- ### 📝 Commits (4) - [`f1066fe`](https://github.com/actualbudget/actual/commit/f1066fe52368bdd4b6b82d92e1c7823a0c2f2f32) Implement responsive DateSelect component for mobile view - [`5f6f7f4`](https://github.com/actualbudget/actual/commit/5f6f7f4fd3b1d305353f76f9d4c28461a1b2907f) Refactor DateSelect component to import InputField for mobile forms - [`1c9050b`](https://github.com/actualbudget/actual/commit/1c9050b61dd51bf39bdea47d520dfdb3a2b4125a) Remove duplicate import of useResponsive in DateSelect component - [`15d43fa`](https://github.com/actualbudget/actual/commit/15d43fa1b3bdd3a396cfb34e4d8024f961f5bf34) Update DateSelect component to allow null values for selected date and ensure proper handling of input value ### 📊 Changes **2 files changed** (+36 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/select/DateSelect.tsx` (+30 -3) ➕ `upcoming-release-notes/5607.md` (+6 -0) </details> ### 📄 Description Needs to be tested on a mobile device to work effectively <img width="426" height="676" alt="Screenshot 2025-08-22 at 20 39 19" src="https://github.com/user-attachments/assets/e96074df-64f8-48a6-a75f-27affea453f1" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 18:10:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#24640