v1.39.5
Improvement
Adjust max-height for mobile viewport in shared note component
- Updated the max-height of the scrollable content area to 100vh to allow full viewport height on mobile devices, enhancing usability and responsiveness.
Improvement
Update shared content styles for improved layout
- Removed max-height constraint from the scrollable content area to allow for dynamic height adjustment.
- Set a new max-height of 75svh for the content area inside CardFullEditable to enhance usability and responsiveness.
Fix
Resolve TypeScript type issues and update class names for shared content
- Added type assertions for shareToken in both note and thread components to address TypeScript errors.
- Updated class names in the shared note and thread components for consistency and improved styling.
- Enhanced user interface elements by refining the structure of shared content sections.
Feature
Implement shared content handling and mobile layout improvements
- Added a script to auto-process pending shared content after user authentication, including handling notes and threads.
- Enhanced user experience with toast notifications for successful actions.
- Updated mobile styles for gradient backgrounds and video overlay padding across sign-in, sign-up, and upgrade pages.
- Improved error handling and logging for shared content actions.
