v1.173.0
Feature
Implement note caching and seeding from list responses
- Added new interfaces for note seeding and detail conversion to improve caching mechanisms.
- Implemented `listNoteToNoteDetail` function to transform list notes into a detailed format for caching.
- Introduced `seedNoteFromList` function to populate note detail cache when notes are loaded from the API.
- Updated `NotePage`, `SpacePage`, and `ThreadPage` components to utilize the new caching functionality, ensuring immediate content display when opening notes.
- Enhanced `SpaceContentList` and `ThreadNotesList` components to trigger note caching upon loading notes.
