mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[PR #1903] [MERGED] feat(Logger): Use IndexedDB to store logs in order to store more #1955
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1955
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:feat/indexeddb-logs📝 Commits (2)
feff8b2feat(Logger): Use IndexedDB to store logs in order to store more44724dcfix(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.