[PR #1776] [MERGED] Maintenance: DateSelect component to tsx & server-handlers get-categories type #3949

Closed
opened 2026-02-28 20:49:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1776
Author: @MikesGlitch
Created: 10/9/2023
Status: Merged
Merged: 10/10/2023
Merged by: @MatissJanis

Base: masterHead: maintenance/date-select-to-tsx


📝 Commits (4)

  • 412be71 DateSelect component to tsx
  • 62966ed Merge branch 'master' into maintenance/date-select-to-tsx
  • 61a2775 keeping the nan in case of bad manual input
  • e22c381 valueof - same thing but better

📊 Changes

6 files changed (+96 additions, -43 deletions)

View changed files

packages/desktop-client/globals.d.ts (+2 -0)
📝 packages/desktop-client/src/components/common/Input.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/View.tsx (+1 -1)
📝 packages/desktop-client/src/components/select/DateSelect.tsx (+69 -38)
📝 packages/loot-core/src/types/server-handlers.d.ts (+17 -3)
upcoming-release-notes/1776.md (+6 -0)

📄 Description

Convert DateSelect component to TypeScript and update category query type.

#1483


🔄 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/1776 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 10/9/2023 **Status:** ✅ Merged **Merged:** 10/10/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `maintenance/date-select-to-tsx` --- ### 📝 Commits (4) - [`412be71`](https://github.com/actualbudget/actual/commit/412be71a85e55b13078fb4cb6c774b7d0132c41f) DateSelect component to tsx - [`62966ed`](https://github.com/actualbudget/actual/commit/62966ed1dedbee05a4d4520c5683b82a234f08e1) Merge branch 'master' into maintenance/date-select-to-tsx - [`61a2775`](https://github.com/actualbudget/actual/commit/61a27752919e84ee67da23660ba751ae14e12a63) keeping the nan in case of bad manual input - [`e22c381`](https://github.com/actualbudget/actual/commit/e22c3814e86dbfcf6d1637ce2532f40c8bcc70dc) valueof - same thing but better ### 📊 Changes **6 files changed** (+96 additions, -43 deletions) <details> <summary>View changed files</summary> ➕ `packages/desktop-client/globals.d.ts` (+2 -0) 📝 `packages/desktop-client/src/components/common/Input.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/View.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/select/DateSelect.tsx` (+69 -38) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+17 -3) ➕ `upcoming-release-notes/1776.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Convert DateSelect component to TypeScript and update category query type. #1483 --- <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-02-28 20:49:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3949