ollama/app/store
Nathan Nguyen 7cdd3c9d42 app: sort conversations by last user message
Conversations in the sidebar were being sorted by the timestamp of the
last message (including assistant responses). This changes the sorting
to use only user messages, matching the behavior of ChatGPT and Claude.

Fixes #12958
2025-12-15 03:33:21 -05:00
..
testdata app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
database.go app: sort conversations by last user message 2025-12-15 03:33:21 -05:00
database_test.go app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
image.go app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
migration_test.go app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
schema.sql app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
schema_test.go app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
store.go app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
store_test.go app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00