-
Notifications
You must be signed in to change notification settings - Fork 20
Update official hApp UI without re-installing happ #132
Comments
That's already possible actually, at least it should be if there's no bug. Provided that you add the new official UI to the same happ release as the prior one in the DevHub. An "Update" button should appear on the app and allow you to update to the latest UI. It just currently requires a page refresh for the button to appear. |
Still I can't seem to get the update button to show. I tried replacing all the "Official UI" for all prior releases with the latest UI. I also tried using integer version numbers in case it was an issue with 0.0.X version comparison. Not sure if this is a devhub or launcher issue. |
Did you try the steps in this section: https://github.com/holochain/launcher#updating-the-ui-of-your-web-app ? |
Okay, I just tried uploading the new ui zip file via "My GUIs", and then assigned all releases of the happ to that latest GUI. Still not seeing the latest UI nor an update button after restarting launcher. I assume I don't have to wait for network validation, do I? |
No you shouldn't. Since you uploaded it yourself the data should also already be there. One reason it might not be working is that you did not install the app via the app library but from the filesystem. Because in that case the launcher cannot relate it to a happ release hash in the DevHub. |
If that's not the problem it may potentially also be related to holochain/launcher#133 but I'd need to look into this in more depth... |
Yes got it! Sorry about this, my mistake: the app was installed from a local file. Thanks so much for your help! |
Is your feature request related to a problem? Please describe.
I'd like to be able to update to the latest version of a hApp's "official" UI without re-installing it.
Describe the solution you'd like
Roughly I'm imagining:
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: