mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
12afe8acd7
When applying add-group or remove-group updates optimistically, we send our ship resourceFromPath objects, and get back /ship/~name/resource strings. When we apply the update optimistically, we use the former, storing the object in state. This causes interface errors, as it expects the string. Therefore, on both ends we construct the string and dedupe if it comes in after application. Fixes urbit/landscape#917 |
||
---|---|---|
.. | ||
.husky | ||
.storybook | ||
config | ||
dbug | ||
public | ||
src | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
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.