Skip to content

Fix: Onboarding with vertical scroll - #85

Merged
destucr merged 7 commits into
developmentfrom
fix/onboarding
Nov 25, 2025
Merged

Fix: Onboarding with vertical scroll#85
destucr merged 7 commits into
developmentfrom
fix/onboarding

Conversation

@destucr

@destucr destucr commented Nov 25, 2025

Copy link
Copy Markdown
Contributor

🎯 Summary

This PR introduces a splash screen, updates onboarding/UI assets, adjusts project configuration, and improves localization. It adds a new SplashScreenView, updates background assets, references third-party frameworks, updates the development team in build settings, and refines onboarding strings.

✨ Features/Changes

  • Added new splash screen flow (SplashScreenView) and integrated it into tinyApp.swift
  • Updated OrbLiveListenView background to use backgroundPurple
  • Added multiple new onboarding/UI assets (backgroundPurple, bgPurpleOnboarding, bgSplashScreen, lineOnboarding, onboardingShareMood, titleSplashScreen, yellowHeart)
  • Added references to third-party frameworks: AudioKit, AudioKitEX, Orb
  • Updated development team ID to 6PN64DQKLX in build settings
  • Added a shared Xcode scheme
  • Improved onboarding and feature descriptions in localization files
  • Removed unnecessary call to showListeningTutorialIfNeeded() in double-tap gesture

📁 Files Changed

  • tinyApp.swift – Integrated the new splash screen flow
  • SplashScreenView.swift – Added new splash screen implementation
  • OrbLiveListenView.swift – Updated background image reference
  • Assets.xcassets/* – Added new UI and onboarding image assets
  • project.pbxproj – Added framework references, updated team ID, added shared scheme
  • Localizable.xcstrings – Updated/added onboarding and feature description strings

🔧 Usage Examples (if applicable)

// Example usage
// SplashScreenView is now automatically shown on launch via tinyApp.swift
struct tinyApp: App {
    var body: some Scene {
        WindowGroup {
            SplashScreenView() // transitions into main content
        }
    }
}

@destucr
destucr merged commit 2663fc3 into development Nov 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant