Skip to content

Fix "Newest Added" sort using wrong array index (24 → 23) - #112

Merged
RivianTrackr merged 1 commit into
mainfrom
claude/fix-newest-filter-changelog-bdYf0
Feb 20, 2026
Merged

Fix "Newest Added" sort using wrong array index (24 → 23)#112
RivianTrackr merged 1 commit into
mainfrom
claude/fix-newest-filter-changelog-bdYf0

Conversation

@RivianTrackr

Copy link
Copy Markdown
Owner

The client-side sort for "Newest Added" was referencing index 24 of the tire data array, but created_at lives at index 23. This caused every comparison to compare empty strings, making the sort a no-op. Bump to v1.17.1.

https://claude.ai/code/session_01EgrFSRuBCK7QEEy8WMRfLh

The client-side sort for "Newest Added" was referencing index 24 of the
tire data array, but created_at lives at index 23. This caused every
comparison to compare empty strings, making the sort a no-op. Bump to
v1.17.1.

https://claude.ai/code/session_01EgrFSRuBCK7QEEy8WMRfLh
@RivianTrackr
RivianTrackr merged commit 730228e into main Feb 20, 2026
4 checks passed
@RivianTrackr
RivianTrackr deleted the claude/fix-newest-filter-changelog-bdYf0 branch February 20, 2026 20:14
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