mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +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); } }); ``` |
||
---|---|---|
.. | ||
.husky | ||
.storybook | ||
config | ||
dbug | ||
public | ||
src | ||
webterm | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
.nvmrc | ||
babel.config.js | ||
CONTRIBUTING.md | ||
jest.config.js | ||
package-lock.json | ||
package.json | ||
preinstall.sh | ||
README.md | ||
tsconfig.json |
interface
Landscape is Tlon's suite of userspace applications (and web interface), currently bundled as part of Arvo.
This directory comprises the source code for the web interface. For code related to the Gall agents that make up the Landscape suite in Arvo, see pkg/arvo.
Contributions and feature requests
For information on how to contribute, see CONTRIBUTING. To submit a feature request, submit to the product board at urbit/landscape.