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

Fix: Refresh after api call #270

Closed kanta1207 closed 4 months ago

kanta1207 commented 4 months ago

Overview

Changes

Add router.refresh() to

Review points

Please check if router.refresh() works in

#

Assignee Checklist:

Reviewer Checklist:

kanta1207 commented 4 months ago

@nick-y-ito @kotaaaa @ShoeheyOt Please take a look at this PR anytime when you have a moment!

kanta1207 commented 4 months ago

@nick-y-ito Thank you for pointing out! I placed router.refresh() at the last of all of the process in every API calls. I redo the manual tests, and it seems to be working with proper animation in my environment.

Please take your time to test and see if it's working correctly in your env, too!

kanta1207 commented 4 months ago

@nick-y-ito Thank you for the review! I added router.refresh() to delete member feature, too!

And let me close this PR when the issue: https://github.com/nishiki-tech/nishiki-backend/issues/321 is resolved in the backend.