mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 09:21:42 +03:00
c1b259af5b
Options here were: make the get-token thread try to return a unit, or write a different thread to check whether GCP Storage seemed to be configured and poll on that thread, or move the whole thing into a Gall app. The compromise between time-to-implement and overall cleanliness seemed to be to write a different thread that just checks whether the settings fields have been poked. Unfortunately this means GcpManager is now a somewhat hefty JavaScript state machine. Took out the logic to check whether S3 was configured in GcpManager, since it was really only there to prevent spamming the console with 500s. If you have both S3 and GCP Storage configured for some reason, you will now use GCP per the logic in useStorage. |
||
---|---|---|
.. | ||
config | ||
dbug | ||
public | ||
src | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
CONTRIBUTING.md | ||
package-lock.json | ||
package.json | ||
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.