From aeadbe894a6ab59ad8086d57a9c07795513af43d Mon Sep 17 00:00:00 2001 From: Isaac Visintainer Date: Tue, 4 Sep 2018 18:01:17 -0700 Subject: [PATCH] added poke arm for onboarding bit --- app/collections.hoon | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/collections.hoon b/app/collections.hoon index b2540b4ab8..658ba0713a 100644 --- a/app/collections.hoon +++ b/app/collections.hoon @@ -212,6 +212,16 @@ %collections-action act == :: +:: +poke-noun +:: +:: utility for setting whether or not to display the onboarding page +:: +++ poke-noun + |= onb=? + ^- (quip move _this) + =< ta-done + (ta-write:ta /web/landscape/onboard/atom [%atom !>(onb)]) +:: :: +ta: main event core for collections :: ++ ta