All release notes

v1.173.10

4 fixes

Improve default background gradient handling for unorganized threads

  • Updated the background gradient fallback for unorganized threads to use 'paper' if no color is specified, enhancing visual consistency in note details.

Improve handling and display of unorganized threads across the application

  • Enhanced note detail retrieval to ensure unorganized threads are included and displayed correctly.
  • Updated navigation components to consistently label unorganized threads as "Unorganized".
  • Refined logic for counting notes in unorganized threads to improve accuracy in various views.
  • Adjusted thread titles in navigation and note pages to reflect the correct naming for unorganized threads.

Update handling of unorganized threads in navigation and note details

  • Modified note detail retrieval to include unorganized threads for accurate display.
  • Updated AppLayout and navigation components to correctly label unorganized threads as "Unorganized".
  • Enhanced note count logic in MobileNavigation and PersistentNavigation to prioritize updated thread data.

Update background gradient defaults and add openedInSpaceIds

  • Changed default background gradient to 'var(--color-gradient-gray)' in NotePage and useNote hooks.
  • Updated AppLayout to use logical OR for background gradient fallback.
  • Added openedInSpaceIds to navigation history in ThreadPage for better state management.