Skip to content

Add configurable image library folder support - #14

Merged
shawonashraf merged 1 commit into
mainfrom
cursor/separate-image-library-b484
Apr 25, 2026
Merged

Add configurable image library folder support#14
shawonashraf merged 1 commit into
mainfrom
cursor/separate-image-library-b484

Conversation

@shawonashraf

@shawonashraf shawonashraf commented Apr 25, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a shared AppSettings helper to persist a custom image-library folder path (with default fallback to ~/Documents/Wardrobe/Images)
  • update StorageManager so all drag-drop saves and directory imports resolve the active library folder at runtime
  • add a new SettingsView so users can choose a custom library folder or revert to the default
  • wire app navigation and scene configuration to expose settings in both the sidebar and the macOS Settings window
  • update gallery "Open folder" action to open the active configured library directory

Testing

  • xcodebuild -project Wardrobe.xcodeproj -scheme Wardrobe -destination 'platform=macOS' build (fails in Linux cloud environment: xcodebuild unavailable)
  • which xcodebuild || true; swift --version || true (confirms missing macOS Swift toolchain in this environment)
  • xcrun --find xcodebuild || true; uname -a (confirms no Xcode tooling and Linux host)
Open in Web Open in Cursor 

Co-authored-by: Shawon Ashraf <shawon.ashraf@outlook.com>
@shawonashraf
shawonashraf marked this pull request as ready for review April 25, 2026 15:39
@shawonashraf

Copy link
Copy Markdown
Owner Author

This will close issue #9

@shawonashraf shawonashraf linked an issue Apr 25, 2026 that may be closed by this pull request
@shawonashraf
shawonashraf merged commit 16ead6a into main Apr 25, 2026
1 check 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.

Separate image library

2 participants