mirror of
https://github.com/urbit/shrub.git
synced 2024-12-11 11:02:25 +03:00
db6130146b
This still leaves an empty root node which does not take up visual space though. A more comprehensive approach would be to filter out plain URL links from the graph, eg from the function ``` t[1].children.map(c => { if (c?.children) { let links = []; c.children.filter(k => { if (k.type === 'link') { links.push({ type: 'root', children: [ { type: 'graph-url', url: k.url } ] }) } }) c.children.push(...links); } }); ``` |
||
---|---|---|
.. | ||
arvo | ||
base-dev | ||
bitcoin | ||
btc-wallet | ||
docker-image | ||
ent | ||
garden | ||
garden-dev | ||
grid | ||
herb | ||
hs | ||
interface | ||
landscape | ||
npm | ||
urbit | ||
urcrypt | ||
webterm | ||
symbolic-merge.sh |