Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest PWA Configuration for Node-RED Dashboard #88

Closed
patricks89 opened this issue Jul 29, 2023 · 0 comments · Fixed by #708
Closed

Manifest PWA Configuration for Node-RED Dashboard #88

patricks89 opened this issue Jul 29, 2023 · 0 comments · Fixed by #708
Labels
feature-request New feature or request that needs to be turned into Epic/Story details size:M - 3 Sizing estimation point

Comments

@patricks89
Copy link

Description

I would appreciate if there was a part for manifest PWA configuration for Node-RED Dashboard.

This would support the use of a dashboard/app even better.

By that I mean the HTML part like:

<link rel="manifest" href="manifest.json" />

and the provision of the manifest.json directly via the dashboard.

{ "name": "HackerWeb", "short_name": "HackerWeb", "start_url": ".", "display": "standalone", "background_color": "#fff", "description": "A readable Hacker News app.", "icons": [ { "src": "images/touch/homescreen48.png", "sizes": "48x48", "type": "image/png" }, { "src": "images/touch/homescreen72.png", "sizes": "72x72", "type": "image/png" }, { "src": "images/touch/homescreen96.png", "sizes": "96x96", "type": "image/png" }, { "src": "images/touch/homescreen144.png", "sizes": "144x144", "type": "image/png" }, { "src": "images/touch/homescreen168.png", "sizes": "168x168", "type": "image/png" }, { "src": "images/touch/homescreen192.png", "sizes": "192x192", "type": "image/png" } ], "related_applications": [ { "platform": "play", "url": "https://play.google.com/store/apps/details?id=cheeaun.hackerweb" } ] }

The dashboard can be started directly in the operating system as an app via the browser engine.

Source Info:
https://developer.mozilla.org/en-US/docs/Web/Manifest

Here an example of my own Node as a PWA Node-RED Application installed in Edge Browser:
image

Have you provided an initial effort estimate for this issue?

I am no FlowForge team member

@patricks89 patricks89 added feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do labels Jul 29, 2023
@joepavitt joepavitt added size:M - 3 Sizing estimation point and removed needs-triage Needs looking at to decide what to do labels Aug 1, 2023
@joepavitt joepavitt moved this to 📚 Could Have in Dashboard Backlog Aug 1, 2023
@MarianRaphael MarianRaphael moved this from 📚 Could Have to Backlog in Dashboard Backlog Aug 3, 2023
@cgjgh cgjgh mentioned this issue Mar 25, 2024
11 tasks
@github-project-automation github-project-automation bot moved this from Backlog to Done in Dashboard Backlog Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details size:M - 3 Sizing estimation point
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants