Skip to content

Add breathing room around torrent list cards - #189

Merged
taylorcox75 merged 1 commit into
developfrom
bugfix/187
Jul 30, 2026
Merged

Add breathing room around torrent list cards#189
taylorcox75 merged 1 commit into
developfrom
bugfix/187

Conversation

@taylorcox75

Copy link
Copy Markdown
Owner

Summary

  • Fixes [Bug/Request] Little to no UI padding/margin on each torrent entry #187 — torrent rows had almost no padding (paddingHorizontal: 2), making the list feel cluttered edge-to-edge.
  • Bumped the torrents list paddingHorizontal from 2 to spacing.md (12) so cards sit inset from the screen edges (swipe actions have fixed widths, so this doesn't affect swipe-to-pause/delete).
  • Bumped TorrentCard's card/cardDetailed internal padding and vertical margin between rows to the standard spacing scale for a less cramped look.

Test plan

  • Pure spacing/layout numeric change; no logic touched. node_modules wasn't present in this environment so tsc/jest weren't run — screenshots will be reviewed separately per the issue author's request.

Generated by Claude Code

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.
@taylorcox75
taylorcox75 merged commit 80c3d22 into develop Jul 30, 2026
@taylorcox75
taylorcox75 deleted the bugfix/187 branch July 30, 2026 23:28
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
taylorcox75 added a commit that referenced this pull request Jul 31, 2026
* Add breathing room around torrent list cards (#187) (#189)
* Windows drive path
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.

2 participants