Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timestamps to sessions and sort the history by last updated #25

Closed
fmaclen opened this issue Apr 12, 2024 · 1 comment · Fixed by #82
Closed

Add timestamps to sessions and sort the history by last updated #25

fmaclen opened this issue Apr 12, 2024 · 1 comment · Fixed by #82
Labels
enhancement New feature or request released

Comments

@fmaclen
Copy link
Owner

fmaclen commented Apr 12, 2024

  • Should add an updatedAt field to Sessions
  • Once Sessions have dates we should sort them in descending order, where the most recent ones are at the top.
  • The current implementation already does apply sorting but not based on the date.
  • A similar implementation was done for Knowledge
  • In the Knowledge section we should sort the list by updatedAt as well and also display it on the UI formatted with date-fns using the formatDistance helper.
  • The current Knowledge timestamp is rendered to the UI in src/routes/knowledge/+layout.svelte
@fmaclen
Copy link
Owner Author

fmaclen commented Jul 18, 2024

🎉 This issue has been resolved in version 0.3.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant