dfinity / examples

Example applications, microservices, and code samples for the Internet Computer
https://dfinity.org
Apache License 2.0
547 stars 394 forks source link

fix: frontend button unresponsive #1010

Closed marc0olo closed 1 month ago

marc0olo commented 2 months ago

fixes #992

Note:

marc0olo commented 2 months ago

not sure why the pipeline fails 🤔

I changed test to be dependent on upgrade. probably I need to switch back to relying on install. I made that change because running test twice resulted in an error locally.

marc0olo commented 1 month ago

@domwoe shall I aim to fix the darwin job or just merge the PR? it isn't the same issue, but here we also have problems with the darwin job in other PRs. most of them got merged and the issue was ignored. darwin provisioning fails in other jobs, but somehow this is not an issue for this example. still the job here fails for whatever reason when trying to build the frontend.

wondering if there is a way to avoid the provisioning step in all of the jobs since it wastes a lot of resources 🤔

marc0olo commented 1 month ago

I will just merge it now so that users have a working example again. let's address the github actions separately if we want that.