mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 06:35:59 +03:00
[PR #1687] [MERGED] Refactor to use location types #1918
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#1918
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/1687
Author: @marcelklehr
Created: 7/28/2024
Status: ✅ Merged
Merged: 8/2/2024
Merged by: @marcelklehr
Base:
develop← Head:refactor/location-types📝 Commits (10+)
92c9b99fix(Folder#traverse)06b8e74refactor: Add generic types for item location036438erefactor: Distinguish between plans of different stages and diffsae50c6brefactor: Get Default SyncProcess in orderce1f052refactor: Refactor Merge and Unidirectional strategiesdd70104refactor: Fix Diff#findChaind1276a5refactor: Fix all mentions of TItem and TResource61caf6fMerge branch 'develop' into refactor/location-types1a035b1fix: Folder#cloneec567ecfix: Make default and slave tests pass📊 Changes
26 files changed (+1542 additions, -1244 deletions)
View changed files
📝
src/errors/Error.ts(+3 -3)📝
src/lib/Account.ts(+2 -2)📝
src/lib/Diff.ts(+107 -99)📝
src/lib/LocalTabs.ts(+9 -9)📝
src/lib/Mappings.ts(+3 -3)📝
src/lib/Scanner.ts(+75 -62)📝
src/lib/Tree.ts(+71 -46)📝
src/lib/adapters/Caching.ts(+13 -13)📝
src/lib/adapters/NextcloudBookmarks.ts(+21 -21)📝
src/lib/browser/BrowserAccount.ts(+6 -1)📝
src/lib/browser/BrowserAccountStorage.js(+2 -2)📝
src/lib/browser/BrowserTree.ts(+19 -19)📝
src/lib/interfaces/AccountStorage.ts(+2 -2)📝
src/lib/interfaces/Adapter.ts(+3 -3)📝
src/lib/interfaces/Ordering.ts(+3 -3)📝
src/lib/interfaces/Resource.ts(+18 -18)📝
src/lib/interfaces/Serializer.ts(+3 -3)📝
src/lib/native/NativeAccount.ts(+8 -0)📝
src/lib/native/NativeAccountStorage.js(+2 -2)📝
src/lib/native/NativeTree.ts(+14 -14)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.