v1.66.3
Fix
Adjust scroll container selection and enhance flex behavior in new-note-panel
- Modified the order of scroll container selection in TiptapEditor to prioritize '.tiptap-content' over '.card-stack__inner'.
- Added flex-shrink property to .new-note-panel .card-stack__inner-content to improve layout responsiveness.
Fix
Update redirection logic and error messages for note and thread additions
- Modified redirection logic to use absolute URLs for added notes and threads, ensuring consistent navigation.
- Updated error messages for adding notes and threads to clarify user feedback when attempting to add their own content.
- Enhanced invitation acceptance and space joining pages to utilize the new redirection logic for improved user experience.
Feature
Enhance PWA detection and improve sharing labels across components
- Updated PWA detection logic to account for app-like display modes (standalone, fullscreen, minimal-ui) and Android app referrer.
- Refactored sharing labels in multiple components for clarity, changing "Shared with anyone with the link" to "Shared to anyone with link" and "Turn on sharing with link to anyone" to "Share to anyone with link".
- Introduced rehydration of form state from localStorage in NewNotePanel for improved user experience on mobile.
