Conversation
- Add Settings model (Codable), LocalStore protocol, DefaultsStore and FileStore implementations - Add SettingsManager with multi-store load/save (FileStore takes priority) - Config file at ~/.minimalCountdown/settings.json - Wire SettingsManager into ScreenSaver view, ConfigureView, and sheet VC - Add OSLog logging across SettingsManager, FileStore, DefaultsStore, ScreenSaver view - Add custom JSON encoder/decoder extensions - Add post-build install script with screensaver cache clearing - Add AccentColor, BackgroundColor, StyleElement enums with CaseNameable protocol
set minimal macOS14 target for ScreenSaver
add macOS `DevApp` target into project file
create DevApp SwiftUI wrapper for screensaver
create Settings screen in SwiftUI
add native SwiftUI settings sheet into DevApp
refactor ConfigureSheetController to handle SwiftUI
…squashed commit for bugfix/config-file
…re/swiftui-refactor:
chore: remove obsolete AppKit renderer and helpers
refactor(devApp): add menu to toggle isPreview for DevApp
refactor(config): rewrite settings sheet in SwiftUI; add AppearancePicker
refactor(devApp): embed SwiftUI CountdownWindow with TimelineView
refactor(saver): host SwiftUI via NSHostingView with @observable clock
feat(views): introduce shared SwiftUI countdown view hierarchy
refactor(date): parameterize duration strings on now
…cker redesign, squashed commit of feature/observable-settings
…ed commit of feature/save-throws
…eature/section-reorder
…f feature/saver-settings-restructure
…Resources, squashed commit of feature/brightness-ratios-uxpolish
…ature/font-section
…ture/effect-section
…of feature/appearance-picker-tiles
…of feature/localization
…ral systems, squashed commit of feature/rtl-numeric-systems * feat(ui): add NumeralSystem enum + Typography.numeralSystem field * feat(ui): format countdown digits via numeral system; pin countdown row LTR * feat(ui): add Numerals picker to the Digits section * feat(ui): add Arabic (ar) localization * feat(ui): add Hebrew (he) localization * feat(ui): add Farsi (fa) localization * feat(ui): add Hindi (hi) localization * feat(ui): add Sanskirt (sa) localization * refactor(ui): fix non-latin labels size
…anguage-selection
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.
No description provided.