holochain / holoscape

A complete end-user deployment of a Holochain conductor with UI for administration and a run-time for hApp UIs
63 stars 8 forks source link

HTML "_blank" links open in default system browser, fix issue #54 #53

Closed kristoferlund closed 4 years ago

kristoferlund commented 4 years ago

HTML links using the "_blank" target perhaps should open in system default browser instead of inside the Electron app? This short addition fixes that.

kristoferlund commented 4 years ago

Added fix to #54.

Instead of relying on app.used_ports that is not available since values are set in another Vue app, nextMinPort() now calls admin/interface/list to retrieve used port numbers.