mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[PR #1488] [MERGED] refactor: Move waiting for lock out of adapters into controller #1896
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#1896
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/1488
Author: @marcelklehr
Created: 12/19/2023
Status: ✅ Merged
Merged: 12/20/2023
Merged by: @marcelklehr
Base:
develop← Head:refactor/wait-lock📝 Commits (3)
3657c92refactor: Move waiting for lock out of adapters into controllerc667d53fix(Tree): Move scheduled message from tooltip to alert8ee5783fix(tests/locking): Adjust test to new locking behavior📊 Changes
14 files changed (+158 additions, -98 deletions)
View changed files
📝
_locales/en/messages.json(+6 -0)📝
manifest.json(+1 -8)📝
src/errors/Error.ts(+8 -0)📝
src/lib/Account.ts(+22 -3)📝
src/lib/adapters/GoogleDrive.ts(+15 -17)📝
src/lib/adapters/NextcloudBookmarks.ts(+7 -12)📝
src/lib/adapters/WebDav.ts(+10 -14)📝
src/lib/browser/BrowserController.js(+18 -22)📝
src/lib/interfaces/Controller.ts(+5 -0)📝
src/lib/native/NativeController.js(+36 -13)📝
src/test/test.js(+8 -1)📝
src/ui/components/AccountCard.vue(+4 -1)📝
src/ui/views/Overview.vue(+0 -4)📝
src/ui/views/native/Tree.vue(+18 -3)📄 Description
fixes #1480
fixes #1068
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.