-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: Room Invited State #6857
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
Merged
Merged
feat: Room Invited State #6857
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
dd395dd
feat: added status and inviter to Subscriptions schema
aleksandernsilva 9bf3b5b
feat: added subscriptions migrations for status and inviter
aleksandernsilva 6d1891c
chore: updated subscription type
aleksandernsilva 4789b85
chore: updated merge to consider invite props
aleksandernsilva ced347c
feat: added status and inviter to schema
aleksandernsilva 1928efc
feat: Added invited state to rooms
aleksandernsilva 7ea0ad1
action: organized translations
aleksandernsilva 2165314
refactor: move logic out of InvitedRoom
aleksandernsilva 622dbde
chore: disable room header for invited rooms
aleksandernsilva 20802e7
refactor: switched text to view
aleksandernsilva c9f7a5e
refactor: moved isInviteSubscription to methods folder
aleksandernsilva 0283fe7
Merge branch 'develop' into feat/invited-room-state
diegolmello 2f3bc23
Fix chip width
diegolmello b384e01
feat: added invitation badge to room item
aleksandernsilva a36ea13
action: organized translations
aleksandernsilva a61df23
Merge branch 'feat/invited-room-state' of github.com:RocketChat/Rocke…
diegolmello 54b7a6a
Fix condensed and add stories
diegolmello ea3312c
Add missing translations
diegolmello File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Minor discrepancy: Story text mentions "wrapped" but text actually truncates.
The story text says "Should Be Wrapped" but the Chip component uses
numberOfLines={1}, which causes text to truncate with an ellipsis rather than wrap to multiple lines. Consider updating the story text to better reflect the actual behavior, e.g., "Full Width Chip With Long Text That Truncates".🔎 Suggested text update
📝 Committable suggestion
🤖 Prompt for AI Agents