Add support for displaying plugins GUI URL #1634
Labels
✨ Enhancement
Issues marked with this label indicate further enhancements to the program, such as new features.
🤝 Help welcome
Issues marked with this label are open for help. If you could offer us a hand, please do!
👍 PR-ok
Issues marked with this label are good candidates for being accepted in a pull request.
Checklist
Enhancement purpose
Convenience
Solution
The title speaks for itself.
Add support to render plugins gui url.
Why currently available solutions are not sufficient?
More convenience!
Can you help us with this enhancement idea?
Somehow, I can test and offer feedback, but can't code
Additional info
Since ASF now officially supports plugins GUI (as of V5.4.5.2, reference #2877 #2876 ) it would be nice to display URLs of plugins interfaces in ASF-ui.
All plugins that have a GUI must pass a
WebPath
that can be used to display a link to the plugin's GUI. (TheWebPath
is sent by ASF along with the plugin name, reference)For example, it would be nice to add a link button next to the plugin name (if the plugin has a GUI) to open the plugin's GUI page in a new window, it would also be cool to add a second button that opens the plugin GUI inside the ASF-ui (
<iframe>
it inside the main window, reference to screenshot 2).Screenshot 1. Globe for open in new tab, laptop for embed into ASF-ui (just for examle).
Screenshot 2. Embeded plugin GUI (market white).
Also, the plugin GUI URLs can be here:
Screenshot 3. Globe for open in new tab, laptop for embed into ASF-ui (just for examle).
The text was updated successfully, but these errors were encountered: