[PR #1903] [MERGED] feat(Logger): Use IndexedDB to store logs in order to store more #1955

Closed
opened 2026-02-25 23:31:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1903
Author: @marcelklehr
Created: 4/6/2025
Status: Merged
Merged: 4/9/2025
Merged by: @marcelklehr

Base: developHead: feat/indexeddb-logs


📝 Commits (2)

  • feff8b2 feat(Logger): Use IndexedDB to store logs in order to store more
  • 44724dc fix(Controller): Do not run scheduleSync concurrently for all accounts

📊 Changes

7 files changed (+107 additions, -35 deletions)

View changed files

📝 package-lock.json (+9 -2)
📝 package.json (+1 -0)
📝 src/lib/Account.ts (+0 -2)
src/lib/IndexedDB.ts (+43 -0)
📝 src/lib/Logger.js (+23 -23)
📝 src/lib/browser/BrowserController.js (+15 -5)
📝 src/lib/native/NativeController.js (+16 -3)

📄 Description

see #1899


🔄 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/floccusaddon/floccus/pull/1903 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 4/6/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `feat/indexeddb-logs` --- ### 📝 Commits (2) - [`feff8b2`](https://github.com/floccusaddon/floccus/commit/feff8b23d04c6a47f9987a69fac8057768326fb4) feat(Logger): Use IndexedDB to store logs in order to store more - [`44724dc`](https://github.com/floccusaddon/floccus/commit/44724dcf5488024d61110644b15d80ee2e572138) fix(Controller): Do not run scheduleSync concurrently for all accounts ### 📊 Changes **7 files changed** (+107 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+9 -2) 📝 `package.json` (+1 -0) 📝 `src/lib/Account.ts` (+0 -2) ➕ `src/lib/IndexedDB.ts` (+43 -0) 📝 `src/lib/Logger.js` (+23 -23) 📝 `src/lib/browser/BrowserController.js` (+15 -5) 📝 `src/lib/native/NativeController.js` (+16 -3) </details> ### 📄 Description see #1899 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:21 +03: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
starred/floccus#1955
No description provided.