mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[PR #1936] [CLOSED] fix: Rip out continuations as they never really worked anyway #1959
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#1959
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/1936
Author: @marcelklehr
Created: 5/2/2025
Status: ❌ Closed
Base:
develop← Head:fix/rip-out-continuations📝 Commits (6)
cc0b17afix: Rip out continuations as they never really worked anyway71a57d1tests: Try to fix interrupt tests8cfdf8ctests: Disable interrupt tests653b9ebfix: Remove continuation methods from {Browser,Native}AccountStorageaa63818fix: fix build2b817cafix(Account#sync): Always run onSyncFail📊 Changes
10 files changed (+114 additions, -125 deletions)
View changed files
📝
src/lib/Account.ts(+49 -83)📝
src/lib/adapters/Linkwarden.ts(+2 -0)📝
src/lib/adapters/NextcloudBookmarks.ts(+5 -3)📝
src/lib/browser/BrowserAccountStorage.js(+0 -8)📝
src/lib/browser/BrowserController.js(+16 -0)📝
src/lib/interfaces/AccountStorage.ts(+0 -3)📝
src/lib/native/NativeAccountStorage.js(+0 -8)📝
src/lib/native/NativeController.js(+4 -1)📝
src/lib/strategies/Default.ts(+10 -0)📝
src/test/test.js(+28 -19)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.