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
20 stars 5 forks source link

Refactor: Refactor the `MobileLayout` and introdude the Typography components #252

Closed nick-y-ito closed 6 months ago

nick-y-ito commented 6 months ago

Overview

The primary change of this PR is to make it possible to use the MobileLayout as needed, and not use it if unnecessary. With this PR, we can dynamically change the header contents.

Changes

Review points

Screen Captures

https://github.com/nishiki-tech/nishiki-frontend/assets/99148565/e38dde48-b0e8-4e08-a21b-e522426e211a

References

-

Notes

The following must be addressed in a different scope shortly.

Assignee Checklist:

Reviewer Checklist:

nick-y-ito commented 6 months ago

@kanta1207 Thank you for your review and solving the problem! I have revised the code as you suggested, so please take a moment to review the latest commits!

nick-y-ito commented 6 months ago

@kanta1207 Thank you again for you review 😄