All release notes

v1.8.10

2 fixes

Enhance offline data handling in OrganizedContentList

  • Added checks to confirm offline status and the presence of initial SSR items before using IndexedDB data.
  • Preserved threadColors and lastVisited updates from current items if they are newer than server data.
  • Implemented a sequence counter for unique timestamps during optimistic updates to prevent conflicts.

Ensure correct lastVisited ordering in OrganizedContentList

  • src/components/react/OrganizedContentList.tsx: Added sorting after updating current items