v1.117.0
Feature
Enhance content handling and rehydration logic across components
- Updated CardFullEditable to use editor HTML for current content when available, improving note linking functionality.
- Enhanced NewNotePanel to delay form display until rehydration is complete, preventing UI flicker and ensuring accurate data loading.
- Refined SpaceContentList to extract item ID and type from pathname more efficiently, improving URL handling.
- Adjusted ThreadNotesList to utilize extractIdFromPath for consistent thread ID extraction, enhancing navigation reliability.
- Removed development-only sample thread logic from PersistentNavigation to streamline codebase.
