Only shows the collection page, the dataset page, and the export modal.
Known bugs:
FIXED - need to figure out a way to have the dev-mode remote point to the local api & the prod-mode remote point to the browser origin API. Currently, if you want to test this locally, you need to make sure that your app/store/api.ts file has the url var point to the BACKEND_URL/endpoint, and inside the ExportModal, inside the exportLink func, the exportUrl should point to the BACKEND_URL const as well.
filled issue & punted - export modal needs to dismiss after download
Only shows the collection page, the dataset page, and the export modal.
Known bugs:
FIXED - need to figure out a way to have the dev-mode remote point to the local api & the prod-mode remote point to the browser origin API. Currently, if you want to test this locally, you need to make sure that your
app/store/api.ts
file has theurl
var point to theBACKEND_URL/endpoint
, and inside theExportModal
, inside theexportLink
func, theexportUrl
should point to theBACKEND_URL
const as well.filled issue & punted - export modal needs to dismiss after download
closes #663