feat(settings): add settings import and export - #129
Draft
esphynox wants to merge 3 commits into
Draft
Conversation
esphynox
force-pushed
the
feat/settings-import-export
branch
2 times, most recently
from
August 23, 2026 22:22
bb12981 to
61c6d68
Compare
esphynox
marked this pull request as draft
August 24, 2026 00:02
esphynox
force-pushed
the
feat/settings-import-export
branch
from
August 24, 2026 00:34
61c6d68 to
c750a26
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add settings export and import using a JSON archive backed by stored setting metadata, so Keyty can save and restore user configuration without exporting the full defaults domain.
Add General settings actions for exporting and importing settings archives, localized transfer errors, and settings pane refreshes after reset or import so the visible state stays in sync with restored values.
Add focused coverage for settings transfer round-trips, default fallback behavior, and invalid archive handling.
Tests
tuist generatexcodebuild test -project Keyty.xcodeproj -scheme Keyty -destination 'platform=macOS'xcodebuild test -project Keyty.xcodeproj -scheme Keyty -destination 'platform=macOS' -only-testing:KeytyTests/SettingsTransferServiceTestsRun project commands from
Apps/Keyty.UI Changes
Documentation
Release Notes
Add settings import and export actions so users can save and restore their Keyty configuration.