Merge branch 'master' of github.com:tloncorp/landscape

This commit is contained in:
Hunter Miller 2023-03-22 11:37:09 -05:00
commit 2994940124
6 changed files with 50 additions and 4 deletions

18
.github/workflows/add-to-project.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Add issues to project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
# You can target a repository in a different organization
# to the issue
project-url: https://github.com/orgs/tloncorp/projects/13
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

View File

@ -1,5 +1,5 @@
/- *docket, hood, treaty
/+ *server, agentio, default-agent, multipart, dbug, verb
/+ *server, *hood, agentio, default-agent, multipart, dbug, verb
|%
+$ card card:agent:gall
+$ app-state
@ -229,7 +229,7 @@
?~ got=(~(get by tyr) desk)
~
?: ?& ?=(%dead zest.u.got)
?=(~ (get-apps-have:hood our.bowl desk now.bowl))
?=(~ (get-apps-have our.bowl desk now.bowl))
==
~
`u=[desk (get-light-charge charge)]

View File

@ -1,7 +1,7 @@
:~ title+'Landscape'
info+'An app launcher for Urbit.'
color+0xee.5432
glob-http+['https://bootstrap.urbit.org/glob-0v4.j7vmr.1f73g.f5fss.kd40a.71cut.glob' 0v4.j7vmr.1f73g.f5fss.kd40a.71cut]
glob-http+['https://bootstrap.urbit.org/glob-0v1.vn28s.ros39.7q2vj.5kucj.fk5qq.glob' 0v1.vn28s.ros39.7q2vj.5kucj.fk5qq]
::glob-ames+~zod^0v0
base+'grid'
version+[1 7 0]

8
desk/lib/hood.hoon Normal file
View File

@ -0,0 +1,8 @@
=* dude dude:gall
|%
++ get-apps-have
|= [our=ship =desk now=@da]
^- (list [=dude live=?])
%~ tap in
.^((set [=dude live=?]) ge+/(scot %p our)/[desk]/(scot %da now))
--

20
desk/sur/hood.hoon Normal file
View File

@ -0,0 +1,20 @@
:: only the types from base-dev/sur/hood.hoon
=, clay
=* dude dude:gall
|%
+$ pike
$: sync=(unit [=ship =desk])
hash=@uv
=zest
wic=(set weft)
==
::
+$ pikes (map desk pike)
::
:: $rung: reference to upstream commit
::
+$ rung [=aeon =weft]
::
+$ sync-state [nun=@ta kid=(unit desk) let=@ud]
+$ sink (unit [her=@p sud=desk kid=(unit desk) let=@ud])
--

View File

@ -2,7 +2,7 @@
/* tslint:disable */
/**
* Mock Service Worker (1.1.1).
* Mock Service Worker (1.2.0).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.