mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 20:01:32 +03:00
added index renderer
This commit is contained in:
parent
e35bf61db8
commit
9e3b98cfd9
53
ren/collections/index.hoon
Normal file
53
ren/collections/index.hoon
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
/- collections
|
||||||
|
/+ rekey, old-zuse
|
||||||
|
/= gas /$ fuel:html
|
||||||
|
/= x /^ (map knot topicful:collections) /_ /collections-topic-full/
|
||||||
|
:: need a way to get the content
|
||||||
|
/= y /^ config:collections /% /&collections-config&/txt/
|
||||||
|
|%
|
||||||
|
++ authed
|
||||||
|
%+ lien
|
||||||
|
~(tap in (~(get ju aut.ced.gas) %$))
|
||||||
|
|= a/knot
|
||||||
|
=((scot %p p.bem.gas) a)
|
||||||
|
--
|
||||||
|
^- manx
|
||||||
|
=, old-zuse
|
||||||
|
;div
|
||||||
|
;h1: {(trip desc.y)}
|
||||||
|
;* ?: authed
|
||||||
|
;=
|
||||||
|
;a(href "")
|
||||||
|
;button.btn.btn-secondary
|
||||||
|
Write →
|
||||||
|
==
|
||||||
|
==
|
||||||
|
==
|
||||||
|
;=
|
||||||
|
;a(href "")
|
||||||
|
;button.btn.btn-primary
|
||||||
|
Subscribe →
|
||||||
|
==
|
||||||
|
==
|
||||||
|
==
|
||||||
|
;ul
|
||||||
|
;* %+ turn
|
||||||
|
%+ sort
|
||||||
|
~(tap by x)
|
||||||
|
::aor
|
||||||
|
|= [a=(pair knot topicful:collections) b=(pair knot topicful:collections)]
|
||||||
|
::&
|
||||||
|
(gth (unt (slav %da p.a)) (unt (slav %da p.b)))
|
||||||
|
|= [t=knot con=topicful:collections]
|
||||||
|
;li
|
||||||
|
;div
|
||||||
|
;a(href "{(trip t)}")
|
||||||
|
{(trip t)}
|
||||||
|
==
|
||||||
|
==
|
||||||
|
;div
|
||||||
|
;h2: {(trip tit.info.con)}
|
||||||
|
==
|
||||||
|
==
|
||||||
|
==
|
||||||
|
==
|
Loading…
Reference in New Issue
Block a user