[PR #1839] [MERGED] refactor(Account#setData): Accept partial data and use lock to set data #1940

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

📋 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: developHead: refactor/partial-set-data-with-lock


📝 Commits (6)

  • 0a1aa0a refactor(Account#setData): Accept partial data and use lock to set data
  • 12613b4 refactor(Account#setData): Accept partial data and use lock to set data
  • 24e208d fix: typescript error
  • b73ad3e fix: lint error
  • a825f2f update ios project files
  • ccc9c86 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/1839 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `refactor/partial-set-data-with-lock` --- ### 📝 Commits (6) - [`0a1aa0a`](https://github.com/floccusaddon/floccus/commit/0a1aa0ab1422a7e55eb88bae433d422cd2c03cbb) refactor(Account#setData): Accept partial data and use lock to set data - [`12613b4`](https://github.com/floccusaddon/floccus/commit/12613b4c9191cabae347745096e497358b549118) refactor(Account#setData): Accept partial data and use lock to set data - [`24e208d`](https://github.com/floccusaddon/floccus/commit/24e208d69db8fbd205af04d838423cf6d01438dd) fix: typescript error - [`b73ad3e`](https://github.com/floccusaddon/floccus/commit/b73ad3e035359ff7179499d2ba1f73bbd63e8b88) fix: lint error - [`a825f2f`](https://github.com/floccusaddon/floccus/commit/a825f2f6b81828d19e51dc5913d7fae96b4369a2) update ios project files - [`ccc9c86`](https://github.com/floccusaddon/floccus/commit/ccc9c86003a61232d9a7eb63938658af42d772dd) fix: Account#setData was broken ### 📊 Changes **8 files changed** (+69 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description fixes #1834 --- <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:18 +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#1940
No description provided.