Page MenuHomePhabricator

[web] introduce temp onClickDisconnectKeyserver
ClosedPublic

Authored by ginsu on Nov 28 2023, 8:25 PM.
Tags
None
Referenced Files
F1797862: D10080.diff
Mon, May 20, 12:05 AM
Unknown Object (File)
Tue, Apr 30, 1:55 PM
Unknown Object (File)
Thu, Apr 25, 2:03 PM
Unknown Object (File)
Thu, Apr 25, 2:02 PM
Unknown Object (File)
Mar 5 2024, 6:21 AM
Unknown Object (File)
Mar 5 2024, 6:21 AM
Unknown Object (File)
Mar 5 2024, 6:21 AM
Unknown Object (File)
Mar 5 2024, 6:21 AM
Subscribers

Details

Summary

As of Nov 2023, disconnecting from a keyserver is outside the scope of the keyserver selection screen. However, we currently have the UI for this already implemented so as a temporary solution this diff has the onClickDisconnectKeyserver callback display an alert to the user, informing them that this feature is not quite ready yet

Depends on D10079

Test Plan

Please see the demo video below

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: inka, michal, rohan.
ginsu requested review of this revision.Nov 28 2023, 8:53 PM
rohan added inline comments.
web/modals/keyserver-selection/keyserver-selection-modal.react.js
26–35 ↗(On Diff #33967)
This revision is now accepted and ready to land.Nov 29 2023, 3:50 AM

address comments + rebase before landing