WIP: Notes

This commit is contained in:
2026-05-21 22:00:10 +09:00
parent 170ebcd4eb
commit 5885f7f1d7
+3
View File
@@ -358,6 +358,9 @@ challenge(State = #s{recvr = PID, keys = #w{wx = KeyP}}, Challenge) ->
prompt_challenge(State, PubKey, Challenge)
end.
%% TODO: This should really be a live modal instead.
%% It needs to have a countdown, possibly a server-side reset negotiation,
%% and be able to react to server-side actions like the socket being shut down.
prompt_challenge(State = #s{recvr = PID, frame = Frame, j = J}, PubKey, Challenge) ->
Dialog = wxDialog:new(Frame, ?wxID_ANY, J("Message Signature Request")),
Sizer = wxBoxSizer:new(?wxVERTICAL),