-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: update icon and make this app a pwa #110
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public/manifest.json
Outdated
"action": "/upload", | ||
"method": "POST", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm.. are we planning to handle POST via Service Worker? I remember issues with non-GETs and SW.
If looking into this takes too much time we can extract it into a separate issue.
Having PWA mode, even without share target is already a win ❤️ 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying to test this out, but is hard since JS-IPFS requires https and I have to test with my phone, but will update #106 with news 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the share for now, please approve the rest 🙏
reduced size of each PNG by ~30% on average
Thank you @rafaelramalho19 ❤️ |
FYSA for some reason Chrome does not show this nice seamless topbar.
|
Closes #108
TODO in future PRs