-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[front] - feat(assistants): sort by date (#6558)
* [front/components/assistant] - feature: add 'Edited at' sorting option for search - Extend the SearchOrder to include an 'edited_at' option for sorting search results - Implement the logic for sorting based on the 'edited_at' timestamp - Update SearchOrderDropdown to display a human-friendly label for the 'edited_at' sort option - Introduce a mapping object to convert search order keys to their pretty-printed equivalents for UI display * [front] - fix: update label for 'edited_at' in SearchOrderDropdown - Changed the 'edited_at' label to 'Last edited at' for clarity --------- Co-authored-by: Jules <[email protected]>
- Loading branch information
1 parent
95d7be8
commit 1b0e776
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters