v1.11.3
Fix
Always show active thread button on note pages in desktop navigation
- The desktop navigation wasn't showing the active thread button when
- viewing notes, even though the mobile navigation worked correctly. The
- issue was that the showActiveThread logic checked if the thread was in
- persistent navigation but didn't implement the special case for note
- pages mentioned in the comments.
- This fix ensures that on note pages (isNote === true), the active thread
- button always displays regardless of whether it's in persistent navigation,
- matching the behavior of the mobile navigation and providing consistent
- thread context to users.
