gristlabs / grist-widget

A repository of custom widgets to embed in Grist documents
https://gristlabs.github.io/grist-widget/
Apache License 2.0
57 stars 61 forks source link

Fixes Calendar not working offline #139

Closed Spoffy closed 2 months ago

Spoffy commented 2 months ago

The calendar widget currently doesn't work in Grist Desktop, due to it trying to fetch certain dependencies from the internet.

This PR adds those dependencies to the bundle, enabling offline use.

Testing

This change was tested locally by producing a new bundle and rebuilding Grist Desktop.

netlify[bot] commented 2 months ago

Deploy Preview for boisterous-sunburst-a5c941 ready!

Name Link
Latest commit 29dc782febc98dc66f424f1ae0aee41fa306622d
Latest deploy log https://app.netlify.com/sites/boisterous-sunburst-a5c941/deploys/66ee551deb47990008f3b8bf
Deploy Preview https://deploy-preview-139--boisterous-sunburst-a5c941.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 configuration.

berhalak commented 2 months ago

Do you know why this happened? It used to work offline.

Spoffy commented 2 months ago

Added #140 on the issue tracker to cover this.