Skip to content

Point README screenshots at assets/appstore - #195

Merged
taylorcox75 merged 1 commit into
developfrom
feature/readme
Jul 31, 2026
Merged

Point README screenshots at assets/appstore#195
taylorcox75 merged 1 commit into
developfrom
feature/readme

Conversation

@taylorcox75

Copy link
Copy Markdown
Owner

Summary

  • README.md now links to assets/appstore/01-remote.png through 05-settings.png instead of the separate screenshots/ folder
  • Removed screenshots/ entirely (including appstore/ and appstore-ipad/ subfolders), since it duplicated images already maintained in assets/appstore

Test plan

  • npx tsc --noEmit — exit 0
  • npm run lint — 0 errors (baseline warnings only)
  • npm run format — clean (unrelated pre-existing formatting drift in app.config.js/eas.json/constants/changelog.ts reverted, out of scope for this change)

The screenshots/ folder duplicated images already generated in
assets/appstore for App Store listing; README now links directly
to those instead of maintaining a separate copy.
@taylorcox75
taylorcox75 merged commit 1ec96fc into develop Jul 31, 2026
3 checks passed
@taylorcox75
taylorcox75 deleted the feature/readme branch July 31, 2026 04:45
taylorcox75 added a commit that referenced this pull request Jul 31, 2026
* Changelog

* Add breathing room around torrent list cards (#187) (#189)

List content and card padding were nearly zero (2px), making rows feel
cluttered and edge-to-edge. Bump list horizontal padding and card
padding/margins to the standard spacing scale

* Add breathing room around torrent list cards (#187) (#190)

List content and card padding were nearly zero (2px), making rows feel
cluttered and edge-to-edge. Bump list horizontal padding and card
padding/margins to the standard spacing scale

* Refactor eas.json for iOS autoIncrement settings

* build

* Updated the spacing and testing new expo build trigger

* Fix expo-doctor failure by syncing SDK 57 patch versions (#192)

expo, expo-router, react-native, and 7 other packages were a patch
version behind what SDK 57 expects, which is what expo-doctor's
version-validation check was failing on. Ran expo install --fix and
reinstalled clean to resolve the resulting peer-dependency conflict
with the previously-locked react-native 0.86.0.

* Fix path autocomplete not triggering on Windows drives other than C: (#193)

getDirectoryContent('/', ...) on a Windows host always resolves to the
root of whatever drive qBittorrent runs on, but the endpoint accepts a
drive-letter path like D:/ directly. The autocomplete trigger only
fired for text starting with '/', so typing a path on another drive
never fetched suggestions at all. Relax the trigger to also match
Windows drive-letter paths (#180).

* Changed when updates publish

* Point README screenshots at assets/appstore and remove screenshots/ (#195)

The screenshots/ folder duplicated images already generated in
assets/appstore for App Store listing; README now links directly
to those instead of maintaining a separate copy.

* Restructuring for EAS update
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