chore: Renders back button through prop in admin settings#32987
chore: Renders back button through prop in admin settings#32987kodiakhq[bot] merged 4 commits intodevelopfrom
Conversation
|
Looks like this PR is ready to merge! 🎉 |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32987 +/- ##
===========================================
- Coverage 55.00% 54.99% -0.01%
===========================================
Files 2596 2596
Lines 56004 55992 -12
Branches 11588 11587 -1
===========================================
- Hits 30803 30794 -9
+ Misses 22559 22556 -3
Partials 2642 2642
Flags with carried forward coverage won't be shown. Click here to find out more. |
gabriellsh
left a comment
There was a problem hiding this comment.
Yes, I painstakingly opened each group and tested the back button. Manually.
|
@gabriellsh me too
|
…Chat into improve/threadMetrics * 'improve/threadMetrics' of github.com:RocketChat/Rocket.Chat: ci: Bump `@actions/download-artifact` and `@actions/upload-artifact` (#32930) fix: Allow custom fields on messages to be updated even if `msg` prop is not updated (via API) (#32791) test: Make Omnichannel jobs run every 3 secs on CI instead of 1 min (#32967) ci: only rebuild docker if event is pull request and is from outside (#32997) ci: remove tmp files (#32996) test: Mock `dns.lookup` on `checkUrlForSsrf` tests (#32995) chore: `FilterByText` component sanitization (#32957) chore: Renders back button through prop in admin settings (#32987) feat: add `sidepanel` to teams api (#32868) chore: don't mark room as read after sending message (#32941) chore: replace `dtinth/setup-github-actions-caching-for-turbo` to use `rhark… (#32990)

Proposed changes (including videos or screenshots)
This PR proposes to render the back button in
GroupPagethroughonClickBackprop. It will allow to use this page outside the route without displaying the button that move back to the settings pageIssue(s)
Steps to test or reproduce
Further comments
SCI-63