v1.101.1
Fix
Improve item synchronization and refresh logic in SpaceContentList
- Updated the useEffect hook to sync state from initialItems when props change, ensuring items are cleared when no initialItems are provided.
- Added logic to refresh space content on mount when navigating back to the space page, addressing issues with stale data display.
- Enhanced dependency array for useEffect to include initialItems and spaceId for better reactivity.
Feature
Enhance UpgradePageContent with improved limit feedback and responsive design
- Added logic to conditionally render limit feedback based on notes, shared spaces, and joined spaces limits, improving user awareness of upgrade options.
- Refactored the layout for better clarity and visual consistency, including updated styles for narrow screens to enhance usability on mobile devices.
- Ensured that upgrade prompts are clearly visible when limits are reached, providing users with actionable insights for upgrading their plans.
