Sort sprite list by recently updated by default#116
Conversation
Adds `updated_at` from the API response to the Sprite model and introduces a "Recently Updated" sort option (now the default) that orders sprites by when they were last modified. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Code review2 issues found — both related to missing unit tests per CLAUDE.md. 1. Missing unit tests for
|
Summary
updated_atfrom the Sprites API response into a newupdatedAt: Date?field onSpriteupdated_atdescendingcreated_at)sortedByDate(_:)helper on[Sprite]to avoid duplicating the date-sort closureTest plan
updated_atby default on launchcreated_atupdated_atsort to the bottom🤖 Generated with Claude Code