mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
|%
|
|
+$ rolodex (map ship contact)
|
|
+$ contact
|
|
$: nickname=@t
|
|
email=@t
|
|
phone=@t
|
|
website=@t
|
|
color=@ux
|
|
avatar=(unit @t)
|
|
==
|
|
::
|
|
+$ edit-field
|
|
$% [%nickname nickname=@t]
|
|
[%email email=@t]
|
|
[%phone phone=@t]
|
|
[%website website=@t]
|
|
[%color color=@ux]
|
|
[%avatar avatar=(unit @t)]
|
|
==
|
|
::
|
|
+$ update
|
|
$% [%initial =rolodex]
|
|
[%add =ship =contact]
|
|
[%remove =ship]
|
|
[%edit =ship =edit-field]
|
|
==
|
|
--
|