Fix log file sorting to handle both timestamp and sha formats #23
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "probablycorey/fix-log-display"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace naive sort with explicit timestamp extraction that works for both the new timestamp_sha format and legacy sha_timestamp format. Extract log filename parsing into a reusable function for consistency.
Fixes sorting logic in listLogFiles() and consolidates duplicate parsing logic in logs.tsx sidebar.