All release notes

v1.74.1

1 feature, 1 fix

Adjust TiptapEditor toolbar CSS for improved layout

  • Removed unnecessary flex gap from the TiptapEditor toolbar class, streamlining the styling.
  • This change enhances the visual consistency of the toolbar within the editor interface.

Enhance BottomSheet responsiveness for mobile by adjusting size based on visual viewport

  • Added a useEffect to dynamically size the BottomSheet content when the note/resource panel is open, ensuring it stays above the keyboard on mobile devices.
  • Updated CSS to utilize a custom property for maximum height, improving layout consistency and scrolling behavior within the BottomSheet.