-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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] Anonymous user buttons #27551
Merged
Merged
[FIX] Anonymous user buttons #27551
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 #27551 +/- ##
===========================================
+ Coverage 40.92% 42.48% +1.56%
===========================================
Files 837 811 -26
Lines 17647 17133 -514
Branches 1984 1909 -75
===========================================
+ Hits 7222 7279 +57
+ Misses 10186 9611 -575
- Partials 239 243 +4
Flags with carried forward coverage won't be shown. Click here to find out more. |
gabriellsh
requested changes
Dec 20, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, this fixes it, but can you add E2E tests for it? Seems like an easy win.
ggazzo
reviewed
Dec 29, 2022
gabriellsh
previously approved these changes
Jan 3, 2023
dionisio-bot
bot
added
the
stat: ready to merge
PR tested and approved waiting for merge
label
Jan 5, 2023
hugocostadev
requested review from
tassoevan
and removed request for
tassoevan
January 5, 2023 18:34
tassoevan
requested changes
Jan 9, 2023
tassoevan
approved these changes
Jan 10, 2023
gabriellsh
added a commit
that referenced
this pull request
Jan 11, 2023
…customRolesUpsell * 'develop' of github.com:RocketChat/Rocket.Chat: Regression: Composer Toolbox overlapping borders (#27714) [FIX] Add the possibility of danger style prop to close button on UiKit contextual-bar component (#27533) [FIX] Discussion visibility when inside a private team. (#27601) Chore: Restrict legacy message events (#27691) [FIX] Anonymous user buttons (#27551) [BREAK] [FIX] VideoConference Ringer working intermittently on microservices (#27703) [BREAK] Update Meteor to 2.9 and NodeJS to 14.21.1 (#27639)
Merged
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.
Proposed changes (including videos or screenshots)
When the server accepts an anonymous user to join and chat without login, two buttons appears: one for Login and the other to send messages without login.
The component was rewritten to use the fuselage Design System and native hooks to perform actions.
Issue(s)
closes #27149
fixes https://forums.rocket.chat/t/sign-in-to-start-talking-and-or-talk-as-anonymous-buttons-dont-work/15358
Steps to test or reproduce
Further comments
TC-318