Commit Graph

8 Commits

Author SHA1 Message Date
8add0a801a Fix CloudSyncManager sync status getting stuck on 'Syncing...'
- Set initial sync status on init based on iCloud availability
- Update status after initial synchronize call in init
- Properly set isSyncing and syncStatus in scheduleDelayedCloudCheck
- Update syncStatus to 'Synced' after handling cloud changes
2026-01-04 13:28:20 -06:00
b5a5c62fa8 Add PremiumGate utility for generic freemium settings gating
- Add PremiumGate enum with get/canSet helpers for premium-gated settings
- Supports entirely premium settings (returns default for free users)
- Supports partial premium (only specific values require premium)
- Preserves stored values so re-subscribing restores previous choices
2026-01-04 13:22:57 -06:00
40d1285c38 Fix Swift 6 concurrency warning for showDebugLogs
Mark showDebugLogs as nonisolated(unsafe) to resolve the 'static property is not concurrency-safe' error. This is appropriate for a debug flag that is typically set once at app launch.
2026-01-04 12:36:22 -06:00
9f4046bfd2 Use @_implementationOnly for UIKit imports to prevent macro conflicts 2026-01-02 12:15:08 -06:00
b3033c084a Remove @_exported imports to prevent macro conflicts
- Changed Exports.swift to use regular imports instead of @_exported
- This prevents ambiguous macro resolution issues in consuming apps
2026-01-02 12:02:27 -06:00
8e788ef212 docs: Update README with complete feature documentation 2026-01-02 11:59:57 -06:00
7afa45698f Update README with complete feature documentation 2026-01-02 11:59:29 -06:00
fa7d848f52 Initial commit: Bedrock design system and UI component library
- Design system: spacing, typography, colors, animations, opacity, shadows
- Protocol-based color theming (AppColorTheme)
- Settings UI components: toggles, pickers, selection indicators
- Sound and haptic feedback manager (generic AppSound protocol)
- Onboarding state management
- Cloud sync manager (PersistableData protocol)
- Visual effects: ConfettiView, PulsingModifier
- Debug utilities: DebugBorderModifier
- Device information utilities (cross-platform)
- Unit tests for design constants
2026-01-02 11:58:30 -06:00