[PR #4672] [MERGED] ♻️ (typescript) converted indexeddb to strict TS #5526

Closed
opened 2026-02-28 21:13:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4672
Author: @MatissJanis
Created: 3/21/2025
Status: Merged
Merged: 4/6/2025
Merged by: @MatissJanis

Base: masterHead: matiss/indexeddb-strict


📝 Commits (3)

  • e22ffd2 ♻️ (typescript) converted indexeddb to strict TS
  • daf0f04 Small addition
  • 044413a Merge branch 'master' into matiss/indexeddb-strict

📊 Changes

8 files changed (+122 additions, -172 deletions)

View changed files

📝 packages/loot-core/package.json (+0 -1)
📝 packages/loot-core/src/platform/server/asyncStorage/index.ts (+2 -0)
📝 packages/loot-core/src/platform/server/fs/index.web.ts (+1 -0)
packages/loot-core/src/platform/server/indexeddb/index.d.ts (+0 -24)
packages/loot-core/src/platform/server/indexeddb/index.js (+0 -0)
packages/loot-core/src/platform/server/indexeddb/index.ts (+113 -0)
packages/loot-core/src/platform/server/indexeddb/index.web.ts (+0 -147)
upcoming-release-notes/4672.md (+6 -0)

📄 Description

Looking for 2+ reviews


🔄 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/4672 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/21/2025 **Status:** ✅ Merged **Merged:** 4/6/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/indexeddb-strict` --- ### 📝 Commits (3) - [`e22ffd2`](https://github.com/actualbudget/actual/commit/e22ffd2d8e362ff610cc786987316555549f25b3) :recycle: (typescript) converted indexeddb to strict TS - [`daf0f04`](https://github.com/actualbudget/actual/commit/daf0f04a11a7382dd6fcc6d7f6212ed3c61f93ab) Small addition - [`044413a`](https://github.com/actualbudget/actual/commit/044413ad571368711c569cee882d449e76856013) Merge branch 'master' into matiss/indexeddb-strict ### 📊 Changes **8 files changed** (+122 additions, -172 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/package.json` (+0 -1) 📝 `packages/loot-core/src/platform/server/asyncStorage/index.ts` (+2 -0) 📝 `packages/loot-core/src/platform/server/fs/index.web.ts` (+1 -0) ➖ `packages/loot-core/src/platform/server/indexeddb/index.d.ts` (+0 -24) ➖ `packages/loot-core/src/platform/server/indexeddb/index.js` (+0 -0) ➕ `packages/loot-core/src/platform/server/indexeddb/index.ts` (+113 -0) ➖ `packages/loot-core/src/platform/server/indexeddb/index.web.ts` (+0 -147) ➕ `upcoming-release-notes/4672.md` (+6 -0) </details> ### 📄 Description Looking for 2+ reviews --- <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 21:13:52 -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#5526