-
Notifications
You must be signed in to change notification settings - Fork 13k
fix(federation): missing icon tooltip on add users modal #37065
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
Conversation
🦋 Changeset detectedLatest commit: 69b7a8b The changes in this PR will be included in the next version bump. This PR includes changesets to release 41 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
WalkthroughAdds a changeset for patch releases. Updates AddMatrixUsersModal.tsx to render a verification tooltip list with explicit icon typing and simplified layout. Adds three i18n keys (VERIFIED, UNVERIFIED, UNABLE_TO_VERIFY) for tooltip messages in en.i18n.json. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor U as User
participant UI as AddMatrixUsersModal (UI)
participant I18N as i18n
participant M as Matrix Verification
U->>UI: Open modal / add federated users
UI->>M: Fetch verification statuses
M-->>UI: Status list (verified/unverified/unable)
UI->>I18N: Resolve tooltip texts (VERIFIED/UNVERIFIED/UNABLE_TO_VERIFY)
I18N-->>UI: Localized strings
UI-->>U: Render list with status icon + tooltip
U->>UI: Hover status icon
UI-->>U: Show tooltip text
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (3)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
b0c0044 to
69b7a8b
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #37065 +/- ##
===========================================
+ Coverage 67.35% 67.39% +0.04%
===========================================
Files 3326 3326
Lines 113195 113253 +58
Branches 20534 20556 +22
===========================================
+ Hits 76240 76327 +87
+ Misses 34350 34306 -44
- Partials 2605 2620 +15
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
FDR-137
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
Summary by CodeRabbit