Page MenuHomePhabricator

[web] implement screen for testing Tunnelbroker
ClosedPublic

Authored by kamil on Oct 27 2023, 4:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 3, 10:42 PM
Unknown Object (File)
Wed, Oct 2, 1:07 PM
Unknown Object (File)
Wed, Oct 2, 1:07 PM
Unknown Object (File)
Wed, Oct 2, 1:07 PM
Unknown Object (File)
Wed, Oct 2, 6:01 AM
Unknown Object (File)
Wed, Sep 18, 8:45 PM
Unknown Object (File)
Sat, Sep 14, 12:12 AM
Unknown Object (File)
Sep 1 2024, 8:02 AM
Subscribers

Details

Summary

This is a screen for testing Tunnelbroker utilities. It might be helpful for testing on production.

Styles/components are mostly copied from other places in the codebase which visually look similar. This is only for devs/staff and will be removed in the future.

Depends on D9616

Test Plan

See example here.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Oct 27 2023, 5:42 AM
web/settings/tunnelbroker-message-list.react.js
20–24 ↗(On Diff #32456)

We should cleanup previous listeners

29–39 ↗(On Diff #32456)

That's a complicated ternary operator, can we extract it to a normal if?

web/settings/tunnelbroker-test.react.js
83 ↗(On Diff #32456)

This probably makes sense

This revision is now accepted and ready to land.Nov 3 2023, 7:06 AM