Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Minimized calling cell #17697

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

fix: Minimized calling cell #17697

wants to merge 1 commit into from

Conversation

przemvs
Copy link
Contributor

@przemvs przemvs commented Jul 5, 2024

https://wearezeta.atlassian.net/browse/WPB-9782

Description

Improved calling view. Calling view has been moved to the bottom and styles has been refactored to avoid usage styles from conversation list cell.

Screenshots/Screencast (for UI changes)

Before:

Not detached window:
image

Detached window:
image

After:

Not detached window:
image

Detached window:
image

Checklist

  • PR has been self reviewed by the author;
  • Hard-to-understand areas of the code have been commented;
  • If it is a core feature, unit tests have been added;

Important details for the reviewers

(Delete this section if unnecessary)

  • use (x) data
  • can be reviewed commit-by-commit
  • be sure to look at ...

Copy link

sonarcloud bot commented Jul 5, 2024

Base automatically changed from new-navigation to dev July 18, 2024 13:26
@@ -366,8 +350,7 @@ const Conversations: React.FC<ConversationsProps> = ({
/>
)}

{((showSearchInput && currentTabConversations.length === 0) ||
(hasNoConversations && currentTab !== SidebarTabs.ARCHIVES)) && (
{((showSearchInput && currentTabConversations.length === 0) || hasNoConversations) && (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As you are touching this part of code, I would suggest to remove === 0

@echoes-hq echoes-hq bot added the echoes: features End-user visible changes intended to create customer value label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes: features End-user visible changes intended to create customer value 👕 size: XXL type: bug / fix 🐞
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants