All release notes

v1.77.14

1 feature, 2 fixes, 1 improvement

Enhance thread color mesh gradients for improved visual consistency

We've made an improvement: Enhance thread color mesh gradients for improved visual consistency

  • Updated the mesh gradient styles across multiple pages to increase the size and opacity of background elements, enhancing the visual appeal.
  • Adjusted radial gradient transparency levels for better color representation in invitations, shared notes, threads, and join spaces.
  • Added hover and active effects for thread list items to improve user interaction feedback.

Clear selected space on dashboard navigation

  • Updated MobileNavigation and NavigationColumn components to clear the selected space ID when navigating to the dashboard or the home path. This ensures the space switcher displays "My Home" correctly, enhancing user experience during navigation.

Set toolbarAtBottom prop to true in NewNotePanel

  • Updated the `toolbarAtBottom` prop in the `NewNotePanel` component to a static value of `true` for both scripture and resource note types.
  • This change ensures consistent toolbar placement at the bottom of the editor, enhancing usability across different note types.

Add toolbar positioning option to note forms and editor

  • Introduced a new `toolbarAtBottom` prop to `NewNotePanel`, `DefaultNoteForm`, and `ScriptureNoteForm` components to allow toolbar placement at the bottom of the editor.
  • Updated `TiptapEditor` to conditionally render the toolbar at the bottom or top based on the new prop, enhancing usability on mobile devices.