keepassxreboot / keepassxc-browser

KeePassXC Browser Extension
GNU General Public License v3.0
1.78k stars 188 forks source link

Add configuration option for modifying the passkeys default group #2346

Closed varjolintu closed 1 month ago

varjolintu commented 2 months ago

Extension side implementation of https://github.com/keepassxreboot/keepassxc/pull/11260. Adds a new input field for configuring the default group where passkeys are stored.

Screenshot 2024-09-21 at 12 03 42

Will be only enabled for KeePassXC 2.7.10 and newer.

varjolintu commented 1 month ago

Reminder to myself that the version query should be refactored: you could just give a list for all version to compare with and results for all of those instead of making multiple sendMessage()s.