[PR #1784] [MERGED] Maintenance: Convert FixEncryptionKey, Loading, AnimatedLoading components to TypeScript #3955

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

📋 Pull Request Information

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

Base: masterHead: maintenance/ts-modals-2


📝 Commits (4)

  • 7064d32 fixencryptionkey modal to typescript
  • d65af92 add release notes
  • cad2c58 converting loading components to typescript
  • 3b9f541 updatign to payee entity since it's a select *

📊 Changes

7 files changed (+27 additions, -12 deletions)

View changed files

📝 packages/desktop-client/src/components/common/Modal.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/FixEncryptionKey.tsx (+10 -1)
📝 packages/desktop-client/src/icons/AnimatedLoading.tsx (+4 -4)
📝 packages/desktop-client/src/icons/Loading.tsx (+2 -2)
📝 packages/loot-core/src/client/state-types/queries.d.ts (+2 -2)
📝 packages/loot-core/src/types/server-handlers.d.ts (+2 -2)
upcoming-release-notes/1784.md (+6 -0)

📄 Description

Convert FixEncryptionKey, Loading, AnimatedLoading components to TypeScript and update get-payee query type.

https://github.com/actualbudget/actual/issues/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/1784 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/19/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `maintenance/ts-modals-2` --- ### 📝 Commits (4) - [`7064d32`](https://github.com/actualbudget/actual/commit/7064d322434078305d9c1032ae64a80103ad0594) fixencryptionkey modal to typescript - [`d65af92`](https://github.com/actualbudget/actual/commit/d65af922161a425b5881d05b291e7a9d5327c3c3) add release notes - [`cad2c58`](https://github.com/actualbudget/actual/commit/cad2c5852f9e14ce0f0303427b94316dcb3f3368) converting loading components to typescript - [`3b9f541`](https://github.com/actualbudget/actual/commit/3b9f541a5eac50d36c305de8ac6a07fec046d0d0) updatign to payee entity since it's a select * ### 📊 Changes **7 files changed** (+27 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/Modal.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/FixEncryptionKey.tsx` (+10 -1) 📝 `packages/desktop-client/src/icons/AnimatedLoading.tsx` (+4 -4) 📝 `packages/desktop-client/src/icons/Loading.tsx` (+2 -2) 📝 `packages/loot-core/src/client/state-types/queries.d.ts` (+2 -2) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+2 -2) ➕ `upcoming-release-notes/1784.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 FixEncryptionKey, Loading, AnimatedLoading components to TypeScript and update get-payee query type. https://github.com/actualbudget/actual/issues/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:23 -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#3955