Skip to content

fix: keep create new chat button visible when inbox is empty - #145

Merged
mrsumanbiswas merged 1 commit into
CommandLineCoding:v0.3.0from
Hamdan-harish:bug/new-chat-button-turning-off
Aug 11, 2026
Merged

fix: keep create new chat button visible when inbox is empty#145
mrsumanbiswas merged 1 commit into
CommandLineCoding:v0.3.0from
Hamdan-harish:bug/new-chat-button-turning-off

Conversation

@Hamdan-harish

Copy link
Copy Markdown
Contributor

Description

Fixes #144

The Create New Chat button was **disappearing when scrolling on the home page, even when the * *inbox was **empty.

Changes

  • Disable scroll-based FAB hiding when the inbox is empty.
  • Keep the Create New Chat button visible when there are no conversations.
  • Preserve the existing scrolling logic behaviour when conversations are present.
  • Keep the FAB hidden during selection mode.

Testing

  • Verified the FAB remains visible while scrolling with an empty inbox.
  • Verified the existing scroll-based logic still works when conversations are present.
  • Verified the FAB remains hidden in selection mode.

@mrsumanbiswas
mrsumanbiswas merged commit 08287a9 into CommandLineCoding:v0.3.0 Aug 11, 2026
1 check passed
@Hamdan-harish
Hamdan-harish deleted the bug/new-chat-button-turning-off branch August 12, 2026 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Create New Chat button disappears when scrolling with empty inbox

2 participants