- Added page redirect from / to /~~/landscape

- Removed chat autoaccept
This commit is contained in:
Isaac Visintainer 2019-01-07 13:33:51 -08:00
parent bab30e5333
commit 27c53212dd
6 changed files with 22 additions and 10 deletions

View File

@ -462,7 +462,7 @@
dms.str.sta (~(put by dms.str.sta) nom.circ hos.circ ~) dms.str.sta (~(put by dms.str.sta) nom.circ hos.circ ~)
== ==
=/ act=poke [%hall-action %source %inbox & (sy [circ ~] ~)] =/ act=poke [%hall-action %source %inbox & (sy [circ ~] ~)]
:- [ost.bol %poke /join-chat [our.bol %hall] act]~ :- ~
this(invites.str.sta [nev.rum.rum invites.str.sta]) this(invites.str.sta [nev.rum.rum invites.str.sta])
:: ::
:: %our: :: %our:

View File

@ -7,7 +7,10 @@
/^ manx /^ manx
/| /|
/, /web/collections /; landscape /collections-elem/ /, /web/collections /; landscape /collections-elem/
/web/pages /!hymn/ /web/landscape /; landscape /!hymn/
/web/pages /| /!hymn/
/hymn/
==
/ /; landscape /!hymn/ / /; landscape /!hymn/
== ==
:: ::

View File

@ -6,7 +6,9 @@
/^ manx /^ manx
/| /|
/, /web/collections /collections-elem/ /, /web/collections /collections-elem/
/ /!hymn/ / /| /!hymn/
/hymn/
==
== ==
:: ::
/: /===/web/404 /!hymn/ /: /===/web/404 /!hymn/

View File

@ -6,7 +6,9 @@
/+ landscape /+ landscape
/= wrapped /= wrapped
/^ $-(inr=manx out=manx) /^ $-(inr=manx out=manx)
/, /web/pages /~ |=(manx +<) /, /web/collections /~ landscape
/ /~ landscape /web/landscape /~ landscape
/web/pages /~ |=(manx +<)
/ /~ landscape
== ==
wrapped wrapped

View File

@ -1,6 +1,5 @@
^- manx ^- manx
;meta(http-equiv "refresh", content "0; url=/~~/landscape");
;div ;script(type "text/javascript")
;div(urb-component "InboxPage"); ; window.location = "/~~/landscape"
;input(type "hidden", name "urb-metadata", urb-structure-type "header-inbox");
== ==

6
web/landscape.hoon Normal file
View File

@ -0,0 +1,6 @@
^- manx
;div
;div(urb-component "InboxPage");
;input(type "hidden", name "urb-metadata", urb-structure-type "header-inbox");
==