Page MenuHomePhabricator

[web] render `DBOpsHandler` in `TunnelbrokerProvider`
ClosedPublic

Authored by kamil on Apr 23 2024, 5:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 5:12 PM
Unknown Object (File)
Wed, Oct 23, 7:24 PM
Unknown Object (File)
Wed, Oct 23, 7:24 PM
Unknown Object (File)
Wed, Oct 23, 7:24 PM
Unknown Object (File)
Wed, Oct 23, 7:21 PM
Unknown Object (File)
Sun, Oct 20, 7:50 PM
Unknown Object (File)
Fri, Oct 18, 10:29 PM
Unknown Object (File)
Oct 17 2024, 2:16 PM
Subscribers

Details

Summary

We need to use Tunnelbroker to confirm message after successfully processing ops

Test Plan

Being able to call useTunnelbroker in DBOpsHandler and ops working properly on web

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Apr 23 2024, 6:42 AM
web/app.react.js
85 ↗(On Diff #39398)

Can you undo this change?

Are there any actions that need ops processing dispatched before we render TunnelbrokerProvider?

This revision is now accepted and ready to land.Apr 29 2024, 12:42 AM

Are there any actions that need ops processing dispatched before we render TunnelbrokerProvider?

I don't think so, there isn't any gate or component that will cause DBOpsHandler not being rendered