aws-samples / amazon-bedrock-client-for-mac

The Amazon Bedrock Client for Mac is a Bedrock macOS client built with SwiftUI.
MIT No Attribution
102 stars 16 forks source link

Fix incorrect date sorting in chat list view #25

Closed michaellatman closed 1 month ago

michaellatman commented 1 month ago

The previous implementation of sorting dates in the chat list view was causing incorrect ordering, where dates were not properly sorted in descending order. This issue was due to the lexicographic string sorting, which compares strings character by character based on their Unicode code point values, rather than treating them as dates.