Skip to content

Develop → main - #199

Merged
taylorcox75 merged 23 commits into
mainfrom
develop
Aug 1, 2026
Merged

Develop → main#199
taylorcox75 merged 23 commits into
mainfrom
develop

Conversation

@taylorcox75

Copy link
Copy Markdown
Owner

Summary

Merges the accumulated develop work into main for release, including the TorrentCard compact-padding test fix (#198) plus prior fixes: Windows drive path autocomplete, expo-doctor SDK 57 sync, README screenshot cleanup, card breathing-room/spacing polish, and EAS/eas.json restructuring.

Test plan

  • npx tsc --noEmit — exit 0
  • npm test — 983/983 passing
  • npm run lint — 0 errors

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
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
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.
…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).
…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.
* Fix broken TorrentCard compact padding test
@taylorcox75
taylorcox75 merged commit cc145a8 into main Aug 1, 2026
3 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