shrub/pkg/interface
J c1b259af5b interface, gcp: don't spam the console with 500s
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.
2021-02-26 23:42:57 +00:00
..
config interface: update tutorial location 2021-02-11 10:40:50 +10:00
dbug dbug: make eyre Channels header match the table 2020-12-14 17:20:31 -06:00
public interface: document title 2021-01-06 12:54:52 -08:00
src interface, gcp: don't spam the console with 500s 2021-02-26 23:42:57 +00:00
.babelrc interface: adds absolute path resolution to imports 2020-08-14 15:04:38 -07:00
.eslintrc.js interface: max-lines 300, warn for function max 2020-08-06 15:36:40 -04:00
.gitignore Add 'pkg/interface/' from commit 'ae564f567fccff9413b63158ee821b36652d6b53' 2019-07-23 12:49:05 -07:00
CONTRIBUTING.md interface: multi ship devserver 2020-10-13 15:06:12 +10:00
package-lock.json interface: explicitly depend on querystring 2021-02-25 22:50:50 +00:00
package.json interface: explicitly depend on querystring 2021-02-25 22:50:50 +00:00
README.md interface/README: add README 2020-08-31 21:41:12 -04:00
tsconfig.json interface: updated tsconfig.json 2020-08-15 15:28:33 -07:00

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.