NutsNews iOS — Saved Stories Thumbnail Ratio Patch
Section titled “NutsNews iOS — Saved Stories Thumbnail Ratio Patch”This patch updates the Saved Stories screen so saved-story thumbnails render with the same stable 3:2 thumbnail frame used by the home feed cards.
What changed
Section titled “What changed”- Updates
NutsNews/NutsNews/Features/Saved/SavedStoriesView.swift. - Uses a fixed 3:2 thumbnail frame for saved stories.
- Uses
scaledToFill, clipping, and the same rounded image shape pattern as home cards. - Updates the saved-story placeholder to match the home-card placeholder style more closely.
- Does not change API, saved-story storage, search, settings, mood, stats, or digest behavior.
Install
Section titled “Install”rm -rf ~/Downloads/nutsnews-ios-saved-thumbnails-home-ratio-patch
ditto -x -k \ ~/Downloads/nutsnews-ios-saved-thumbnails-home-ratio-patch.zip \ ~/Downloads/nutsnews-ios-saved-thumbnails-home-ratio-patchcd /Users/ramideltoro/nutsnews-ios
zsh ~/Downloads/nutsnews-ios-saved-thumbnails-home-ratio-patch/nutsnews_ios_saved_thumbnails_home_ratio_patch/scripts/install_saved_thumbnails_home_ratio_patch.sh \ ~/Downloads/nutsnews-ios-saved-thumbnails-home-ratio-patch/nutsnews_ios_saved_thumbnails_home_ratio_patchcd /Users/ramideltoro/nutsnews-ios/NutsNews
xcodebuild \ -project NutsNews.xcodeproj \ -scheme NutsNews \ -destination 'platform=iOS Simulator,name=iPhone 17 Pro Max' \ build- Open the app.
- Save a story from the home screen.
- Open the hamburger menu.
- Open Saved Stories.
- Confirm saved thumbnails use the same wide 3:2 crop/ratio as home feed cards.
- Open a saved story and confirm Article Detail still opens.
- Remove a saved story and confirm removal still works.
Commit
Section titled “Commit”cd /Users/ramideltoro/nutsnews-ios
git status
git add \ NutsNews/NutsNews/Features/Saved/SavedStoriesView.swift \ NUTSNEWS_IOS_SAVED_THUMBNAILS_HOME_RATIO_PATCH_README.md
git commit -m "Match saved story thumbnail ratio to home"