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

MM-42752 : Channel header icons impacted by long channel name in mobile view #23138

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

Conversation

Manishpandey11
Copy link

Summary

Modified the code so that channel name truncates if necessary and channel header icons unaffected

Ticket Link

Fixes #19858

Release Note

NONE

@mm-cloud-bot
Copy link

@Manishpandey11: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

I understand the commands that are listed here

@mattermost-build
Copy link
Contributor

Hello @Manishpandey11,

Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here.

@M-ZubairAhmed M-ZubairAhmed changed the title fixed issues related to header MM-42752 : Channel header icons impacted by long channel name in mobile view Apr 26, 2023
@M-ZubairAhmed
Copy link
Member

/release-note-none

@mm-cloud-bot mm-cloud-bot added release-note-none Denotes a PR that doesn't merit a release note. and removed do-not-merge/release-note-label-needed labels Apr 26, 2023
@@ -218,4 +218,4 @@
.badge-notify {
background: $red;
}
}
}
Copy link
Member

Choose a reason for hiding this comment

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

add empty line after the last line

@@ -104,16 +102,14 @@ class MobileChannelHeaderPlug extends React.PureComponent<Props> {
}

return (
<li className='flex-parent--center'>
Copy link
Member

Choose a reason for hiding this comment

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

you may as well remove flex-parent--center from stylesheet since it is only used in this component

@M-ZubairAhmed M-ZubairAhmed added 2: Dev Review Requires review by a developer 3: QA Review Requires review by a QA tester. May occur at the same time as Dev Review 1. UX Review Requires review by a UX Designer labels Apr 26, 2023
@mattermost-build
Copy link
Contributor

E2E tests not automatically triggered, because PR has no approval yet. Please ask a developer to review and then try again to attach the QA label.

@matthewbirtch matthewbirtch added the Setup Cloud Test Server Setup an on-prem test server label Apr 26, 2023
@mm-cloud-bot
Copy link

Creating a new SpinWick test server using Mattermost Cloud.

@mm-cloud-bot
Copy link

Enterprise Edition Image not available in the 30 minutes timeframe, checking the Team Edition Image and if available will use that.

@matthewbirtch
Copy link
Contributor

It seems there may be an issue with the test server. Can't test this at the moment

@M-ZubairAhmed M-ZubairAhmed added EETests and removed Setup Cloud Test Server Setup an on-prem test server labels Apr 27, 2023
Copy link
Contributor

@nevyangelova nevyangelova left a comment

Choose a reason for hiding this comment

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

Thanks @Manishpandey11 can you just resolve the linting error 🎉

@mattermost-build
Copy link
Contributor

This PR has been automatically labelled "stale" because it hasn't had recent activity.
A core team member will check in on the status of the PR to help with questions.
Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. UX Review Requires review by a UX Designer 2: Dev Review Requires review by a developer 3: QA Review Requires review by a QA tester. May occur at the same time as Dev Review Contributor Lifecycle/1:stale release-note-none Denotes a PR that doesn't merit a release note.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Channel header icons impacted by long channel name in mobile view
6 participants