-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
chore: VideoConfPopup
keyboard navigability
#31831
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #31831 +/- ##
===========================================
+ Coverage 54.49% 54.56% +0.06%
===========================================
Files 2270 2274 +4
Lines 50095 50141 +46
Branches 10219 10229 +10
===========================================
+ Hits 27300 27358 +58
+ Misses 20322 20309 -13
- Partials 2473 2474 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
...t/views/room/contextualBar/VideoConference/VideoConfPopups/VideoConfPopup/StartCallPopup.tsx
Outdated
Show resolved
Hide resolved
…LinkAction * 'develop' of github.com:RocketChat/Rocket.Chat: (41 commits) fix: Login page breaking when handling not expected errors (#31804) chore: Upgrade `react-virtuoso` (#31843) chore: Refactor & Improve Livechat Widget API (#30924) i18n: Rocket.Chat.Livechat language update from LingoHub 🤖 on 2024-02-28Z (#31855) i18n: Rocket.Chat language update from LingoHub 🤖 on 2024-02-28Z (#31856) chore: Sidebar toolbar keyboard navigation (#31846) fix(eslint-config): react config file export (#31845) chore: cache ui-context package (#31805) fix: make lifecycle methods part of inherited class in federation services (#31844) fix: client ignoring offline presence updates (#31833) test: saml login custom role (#31830) chore: `VideoConfPopup` keyboard navigability (#31831) fix: revert status websocket payload changes (#31823) chore: `UserCard` focus improvements (#31812) regression: Prevent storing lastFocused message by click event (#31819) chor: allow offline development build test: make calendar api tests fully independent (#31785) fix: Correct display of discussion names in sidebar search (#31701) bump meteor 2.15 (#31799) test: make apps api tests fully independent (#31787) ...
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
SR-22