v1.197.1
Fix
Improve handling of navigation history and unorganized threads
- Enhanced logic to preserve existing counts for navigation items, ensuring accurate badge persistence.
- Updated handling of unorganized threads to mark them as closed instead of removing them when they have 0 notes, preserving their position in history.
- Adjusted filtering logic to retain closed unorganized threads in the navigation history for better user experience.
Feature
Enhance navigation and notes data handling
- Integrated database queries to fetch thread and note counts for member spaces in the navigation API.
- Updated logic in the notes API to correctly join with NoteThreads for unorganized notes.
- Improved thread data fetching in the NavigationColumn to utilize prefetching for better performance.
- Adjusted NavigationContext to include memberOfSpaces for more accurate space data handling.
