[PR #2065] [MERGED] Split interval based sync and change-based sync into two options #1990

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

📋 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: developHead: enh/split-sync-interval-and-auto-sync


📝 Commits (3)

  • 32ed78e fix(Folder#inspect): Make hash visible again
  • aa38269 fix(SyncProcess): Minor fixes
  • e26cef2 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/2065 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 9/19/2025 **Status:** ✅ Merged **Merged:** 9/20/2025 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `enh/split-sync-interval-and-auto-sync` --- ### 📝 Commits (3) - [`32ed78e`](https://github.com/floccusaddon/floccus/commit/32ed78e4c7ce92d4682a7a6fbaa7c41e40836487) fix(Folder#inspect): Make hash visible again - [`aa38269`](https://github.com/floccusaddon/floccus/commit/aa382698df7d2b4db91349f33a55b54b6277ac79) fix(SyncProcess): Minor fixes - [`e26cef2`](https://github.com/floccusaddon/floccus/commit/e26cef231e565374f540a24a3d7b4dc2db32fbf5) feat: Split interval based sync and change-based sync into two options ### 📊 Changes **17 files changed** (+116 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `_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) </details> ### 📄 Description _No description provided_ --- <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:27 +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#1990
No description provided.