Skip to content

PWA support #3639

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

Merged
merged 4 commits into from
May 20, 2025
Merged

PWA support #3639

merged 4 commits into from
May 20, 2025

Conversation

gfejer
Copy link
Contributor

@gfejer gfejer commented Apr 26, 2025

Small change, but I would appreciate PWA support for iOS devices, so when added to home screen it looks better.

┆Issue is synchronized with this Notion page by Unito

@gfejer gfejer requested a review from a team as a code owner April 26, 2025 08:42
Copy link
Contributor Author

@gfejer gfejer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected typo

Copy link
Contributor

@huchenlei huchenlei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix build error:

error during build:
[vite:build-html] Unable to parse HTML; parse5 error code missing-whitespace-between-attributes
 at /home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/index.html:17:16
15 |      <meta name="viewport" content="width=device-width, initial-scale=1, viewpor>
16 |  
17 |      <link rel="manifest" href="manifest.json">
   |                 ^
18 |    
19 |    </head>
file: /home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/index.html
    at handleParseError (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-DbT5NFX0.js:35172:9)
    at Parser.onParseError (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-DbT5NFX0.js:35097:7)
    at Tokenizer._err (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:1155:89)
    at Tokenizer._stateAfterAttributeValueQuoted (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:2760:22)
    at Tokenizer._callState (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:1666:22)
    at Tokenizer._runParsingLoop (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:1179:22)
    at Tokenizer.write (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:1204:14)
    at Parser.parse (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:[48](https://github.com/Comfy-Org/ComfyUI_frontend/actions/runs/14725970382/job/41359210690?pr=3639#step:6:49)86:26)
    at parse (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-D-7KCb9p.js:7957:19)
    at traverseHtml (file:///home/runner/work/ComfyUI_frontend/ComfyUI_frontend/ComfyUI_frontend/node_modules/vite/dist/node/chunks/dep-DbT5NFX0.js:35092:15)
Error: Process completed with exit code 1.

@christian-byrne
Copy link
Contributor

For context:

PWA support allows web apps to behave more like native apps, particularly on mobile devices. Users can add ComfyUI to their home screen with proper app icons, full-screen experience, and smoother navigation.

Copy link
Contributor

@christian-byrne christian-byrne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution!

@christian-byrne christian-byrne merged commit d8821db into Comfy-Org:main May 20, 2025
10 checks passed
christian-byrne added a commit that referenced this pull request May 22, 2025
Co-authored-by: bymyself <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants