mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
- Added page redirect from / to /~~/landscape
- Removed chat autoaccept
This commit is contained in:
parent
bab30e5333
commit
27c53212dd
@ -462,7 +462,7 @@
|
||||
dms.str.sta (~(put by dms.str.sta) nom.circ hos.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])
|
||||
::
|
||||
:: %our:
|
||||
|
@ -7,7 +7,10 @@
|
||||
/^ manx
|
||||
/|
|
||||
/, /web/collections /; landscape /collections-elem/
|
||||
/web/pages /!hymn/
|
||||
/web/landscape /; landscape /!hymn/
|
||||
/web/pages /| /!hymn/
|
||||
/hymn/
|
||||
==
|
||||
/ /; landscape /!hymn/
|
||||
==
|
||||
::
|
||||
|
@ -4,9 +4,11 @@
|
||||
/? 309
|
||||
/= inner
|
||||
/^ manx
|
||||
/|
|
||||
/|
|
||||
/, /web/collections /collections-elem/
|
||||
/ /!hymn/
|
||||
/ /| /!hymn/
|
||||
/hymn/
|
||||
==
|
||||
==
|
||||
::
|
||||
/: /===/web/404 /!hymn/
|
||||
|
@ -6,7 +6,9 @@
|
||||
/+ landscape
|
||||
/= wrapped
|
||||
/^ $-(inr=manx out=manx)
|
||||
/, /web/pages /~ |=(manx +<)
|
||||
/ /~ landscape
|
||||
/, /web/collections /~ landscape
|
||||
/web/landscape /~ landscape
|
||||
/web/pages /~ |=(manx +<)
|
||||
/ /~ landscape
|
||||
==
|
||||
wrapped
|
||||
|
7
web.hoon
7
web.hoon
@ -1,6 +1,5 @@
|
||||
^- manx
|
||||
|
||||
;div
|
||||
;div(urb-component "InboxPage");
|
||||
;input(type "hidden", name "urb-metadata", urb-structure-type "header-inbox");
|
||||
;meta(http-equiv "refresh", content "0; url=/~~/landscape");
|
||||
;script(type "text/javascript")
|
||||
; window.location = "/~~/landscape"
|
||||
==
|
||||
|
6
web/landscape.hoon
Normal file
6
web/landscape.hoon
Normal file
@ -0,0 +1,6 @@
|
||||
^- manx
|
||||
|
||||
;div
|
||||
;div(urb-component "InboxPage");
|
||||
;input(type "hidden", name "urb-metadata", urb-structure-type "header-inbox");
|
||||
==
|
Loading…
Reference in New Issue
Block a user