-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Regression: Fix Custom CSS #27993
Merged
Merged
Regression: Fix Custom CSS #27993
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## develop #27993 +/- ##
===========================================
+ Coverage 43.77% 44.88% +1.11%
===========================================
Files 793 766 -27
Lines 15403 14903 -500
Branches 2142 2070 -72
===========================================
- Hits 6742 6689 -53
+ Misses 8370 7919 -451
- Partials 291 295 +4
Flags with carried forward coverage won't be shown. Click here to find out more. |
ggazzo
previously approved these changes
Feb 14, 2023
ggazzo
force-pushed
the
chore/custom-css
branch
from
February 14, 2023 21:59
4a52579
to
b963d94
Compare
dougfabris
force-pushed
the
chore/custom-css
branch
from
February 17, 2023 21:40
777a85e
to
d4a7f9a
Compare
dougfabris
previously approved these changes
Feb 23, 2023
dionisio-bot
bot
added
stat: ready to merge
PR tested and approved waiting for merge
and removed
stat: needs QA
labels
Feb 23, 2023
ggazzo
reviewed
Feb 23, 2023
packages/ui-composer/src/MessageComposer/MessageComposerInput.tsx
Outdated
Show resolved
Hide resolved
ggazzo
reviewed
Feb 23, 2023
gabriellsh
added a commit
that referenced
this pull request
Feb 24, 2023
…jumpToMessage * 'develop' of github.com:RocketChat/Rocket.Chat: Regression: Fix RegisterForm Translations (#28156) Chore: e2e omnichannel tests - Close every opened page after the test (#28152) Chore: Remove fail-fast from matrix strategy (#28153) Chore: Fix houston metadata Regression: Fix improper usage of useEndpointData (#28050) Regression: View mode preferences without the selected option by default (#28120) Chore: Fix fetching Apps-Engine and MongoDB versions for release notes (#28129) Regression: Slash commands detected at any line (#28142) Regression: App requests notify admin function generating wrong link (#28111) Chore: Improve time of meteor build (#28128) Chore: Update tokens (#28079) Regression: Fix sidebar horizontal scrolling (#28125) Chore: Presence cap tweaks (#28058) Chore: Fix Services Docker Build Chore: Custom CSS (#27993) Chore: Fix CI Docker Alpine build missing (#28138) Chore: Fix CI docker publish (#28134) Chore: Refactor CI to improve code reusability and organization (#28108)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reposition palette style tags before custom-css file in head to fix precedence override.
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments