unfoldingWord / gateway-translate

A tool for editing and translating text in USFM markup
MIT License
2 stars 3 forks source link

Add support for any repo, url or file upload #79

Closed superdav42 closed 1 year ago

superdav42 commented 1 year ago

Describe what your pull request addresses

63

Test Instructions

For the curious it looks like this: image

netlify[bot] commented 1 year ago

Deploy Preview for gateway-translate ready!

Name Link
Latest commit adabf2544be5dc7a28c7c32986bee989db880fa6
Latest deploy log https://app.netlify.com/sites/gateway-translate/deploys/636ed5eea225a70008d94974
Deploy Preview https://deploy-preview-79--gateway-translate.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

mandolyte commented 1 year ago

@superdav42 I love the look and the features. Some findings: image This happens before I even log in. So there are some timing issues. Perhaps you need to wait until authenticated?

mandolyte commented 1 year ago

Before I add any books, this shows up: image Again, I think you need wait on something... suspect the data is trying to be read before it is available.

mandolyte commented 1 year ago

When I supply these values to the dialog: image

I am kicked out back to the login page. Here is the console: image

mandolyte commented 1 year ago

I should add that if I use a URL to get that same book above, it works fine: image

mandolyte commented 1 year ago

Downloading and uploading worked perfectly. Really nice work!

superdav42 commented 1 year ago

@mandolyte All errors you encountered should be fixed now. Ready to review again.