mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 06:06:05 +03:00
[PR #1839] [MERGED] refactor(Account#setData): Accept partial data and use lock to set data #1940
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#1940
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/1839
Author: @marcelklehr
Created: 1/22/2025
Status: ✅ Merged
Merged: 1/22/2025
Merged by: @marcelklehr
Base:
develop← Head:refactor/partial-set-data-with-lock📝 Commits (6)
0a1aa0arefactor(Account#setData): Accept partial data and use lock to set data12613b4refactor(Account#setData): Accept partial data and use lock to set data24e208dfix: typescript errorb73ad3efix: lint errora825f2fupdate ios project filesccc9c86fix: Account#setData was broken📊 Changes
8 files changed (+69 additions, -61 deletions)
View changed files
📝
ios/App/App.xcodeproj/project.pbxproj(+6 -6)➕
ios/App/PrivacyInfo.xcprivacy(+17 -0)📝
src/lib/Account.ts(+15 -12)📝
src/lib/browser/BrowserController.js(+3 -4)📝
src/lib/native/NativeController.js(+2 -3)📝
src/test/test.js(+23 -33)📝
src/ui/NativeApp.vue(+2 -2)📝
src/ui/store/native/actions.js(+1 -1)📄 Description
fixes #1834
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.