mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[PR #2065] [MERGED] Split interval based sync and change-based sync into two options #1990
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#1990
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/2065
Author: @marcelklehr
Created: 9/19/2025
Status: ✅ Merged
Merged: 9/20/2025
Merged by: @marcelklehr
Base:
develop← Head:enh/split-sync-interval-and-auto-sync📝 Commits (3)
32ed78efix(Folder#inspect): Make hash visible againaa38269fix(SyncProcess): Minor fixese26cef2feat: Split interval based sync and change-based sync into two options📊 Changes
17 files changed (+116 additions, -42 deletions)
View changed files
📝
_locales/en/messages.json(+8 -2)📝
src/lib/Account.ts(+5 -1)📝
src/lib/Tree.ts(+2 -2)📝
src/lib/browser/BrowserController.js(+2 -5)📝
src/lib/interfaces/AccountStorage.ts(+2 -0)📝
src/lib/native/NativeController.js(+2 -5)📝
src/lib/strategies/Default.ts(+5 -4)📝
src/lib/strategies/Unidirectional.ts(+4 -4)📝
src/ui/components/AccountCard.vue(+1 -1)➕
src/ui/components/OptionSyncIntervalEnabled.vue(+33 -0)📝
src/ui/components/OptionsGit.vue(+7 -2)📝
src/ui/components/OptionsGoogleDrive.vue(+7 -2)📝
src/ui/components/OptionsKarakeep.vue(+7 -0)📝
src/ui/components/OptionsLinkwarden.vue(+7 -2)📝
src/ui/components/OptionsNextcloudBookmarks.vue(+7 -2)📝
src/ui/components/OptionsWebdav.vue(+7 -2)📝
src/ui/views/NewAccount.vue(+10 -8)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.