-
Notifications
You must be signed in to change notification settings - Fork 498
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
Enable user mentions in Rich Text Editor #7416
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #7416 +/- ##
===========================================
+ Coverage 12.29% 12.33% +0.03%
===========================================
Files 1645 1645
Lines 163155 163416 +261
Branches 66991 67074 +83
===========================================
+ Hits 20066 20152 +86
- Misses 142439 142609 +170
- Partials 650 655 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
9d91841
to
47375d4
Compare
…rom `UserSuggestionCoordinator`
…store SwiftUI UI tests
1a880ab
to
3f9d654
Compare
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/vsPaK5 |
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.
This is a relatively large PR so I have a few questions to understand better how the bits are supposed to work together. It would be also useful to cover the behaviour changes with tests where possible
Riot/Modules/MatrixKit/Views/RoomInputToolbar/MXKRoomInputToolbarView.h
Outdated
Show resolved
Hide resolved
RiotSwiftUI/Modules/Room/UserSuggestion/Service/UserSuggestionServiceProtocol.swift
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
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.
Looks good with the changes
Fixes #7442