nishiki-tech / nishiki-frontend

Nishiki is an app for tracking and sharing food inventories within groups for better pantry management.
https://nishiki.tech
MIT License
17 stars 5 forks source link

Feature: Set up App icons & Web Manifest #303

Closed nick-y-ito closed 4 months ago

nick-y-ito commented 4 months ago

Overview

This PR introduces our LOGO everywhere, such as favicon, touch icon, and OG image.

Changes

Review points

Sorry for the large quantity of changed files, but there are only three files that you need to focus on for a review:

Other files are just image modifications or directory refactoring.

Screen Captures

Favicon (on Google Chrome of MacBook)

image
image

Favicon (on Google Safari of MacBook)

image
image
image
image

Touch Icons on iPhone, Android, Mac, Windows and Linux

Screenshot 2024-03-07 at 14 06 35 image image

All requirements for PWA are fulfilled

Screenshot 2024-03-05 at 16 29 32

PWA on Android

https://github.com/nishiki-tech/nishiki-frontend/assets/99148565/70343cdd-9eea-433a-8d7f-53910c34bd8c

https://github.com/nishiki-tech/nishiki-frontend/assets/99148565/55a75124-6ffa-40d9-b390-0887d7185219

PWA with Google Chrome on MacBook

https://github.com/nishiki-tech/nishiki-frontend/assets/99148565/ad5bd8a7-55d9-4bda-b203-2e3944192df1

References

Icons

Image Generators

Web Manifest

Meta Data

Twitter Card

OGP

Notes

-

Assignee Checklist:

Reviewer Checklist:

nick-y-ito commented 4 months ago

The look of the icon on Android is not as expected. The image should fill the entire icon.

I needed to specify the icons as "maskable" in manifest.ts. It's solved now.

nick-y-ito commented 4 months ago

@kanta1207 @ShoeheyOt @kotaaaa Please review this PR when you have time. Thank you!

nick-y-ito commented 4 months ago

@hitohata @taniguchiiqqq Could you also test if you can install it as a PWA and the rounded icon is displayed correctly on Windows and Linux, please?

ShoeheyOt commented 4 months ago

@nick-y-ito Thank you for your work! I tried to use it on Windows, Linux laptop and iPhone. It's All LGTM :)

nick-y-ito commented 4 months ago

@hitohata @ShoeheyOt @kanta1207 Thank you for your reviews!😄