summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-27 17:16:20 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-27 17:16:20 -0400
commit1e8ab7027927892ffef282ea5df36cb953c6c2e7 (patch)
tree0f496c0ee1f473d1eed9dd3282de36834e3ff058
parentff8c60ca1d57965ea9c4d8c45790980f587de96c (diff)
devblog
-rw-r--r--doc/assistant/share_with_a_friend_walkthrough/enabletor.pngbin0 -> 39694 bytes
-rw-r--r--doc/assistant/share_with_a_friend_walkthrough/wormholepairing.pngbin0 -> 59760 bytes
-rw-r--r--doc/devblog/day_441__webapp_wormhole_pairing.mdwn18
3 files changed, 18 insertions, 0 deletions
diff --git a/doc/assistant/share_with_a_friend_walkthrough/enabletor.png b/doc/assistant/share_with_a_friend_walkthrough/enabletor.png
new file mode 100644
index 000000000..6dd285683
--- /dev/null
+++ b/doc/assistant/share_with_a_friend_walkthrough/enabletor.png
Binary files differ
diff --git a/doc/assistant/share_with_a_friend_walkthrough/wormholepairing.png b/doc/assistant/share_with_a_friend_walkthrough/wormholepairing.png
new file mode 100644
index 000000000..a2817da83
--- /dev/null
+++ b/doc/assistant/share_with_a_friend_walkthrough/wormholepairing.png
Binary files differ
diff --git a/doc/devblog/day_441__webapp_wormhole_pairing.mdwn b/doc/devblog/day_441__webapp_wormhole_pairing.mdwn
new file mode 100644
index 000000000..b27723b9d
--- /dev/null
+++ b/doc/devblog/day_441__webapp_wormhole_pairing.mdwn
@@ -0,0 +1,18 @@
+Added the Magic Wormhole UI to the webapp for pairing Tor remotes.
+This replaces the XMPP pairing UI when using "Share with a friend"
+and "Share with your other devices" in the webapp.
+
+[[!img assistant/share_with_a_friend_walkthrough/enabletor.png]]
+
+[[!img assistant/share_with_a_friend_walkthrough/wormholepairing.png]]
+
+I have not been able to fully test it yet, and it's part of the `no-xmpp`
+branch until I can.
+
+It's been a while since I worked on the webapp. It was not as hard as I
+remembered to deal with Yesod. The inversion of control involved in coding
+for the web is as annoying as I remembered.
+
+----
+
+Today's work was sponsored by Riku Voipio.