You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Home screen, when clicking Edit on any tag, a modal opens as expected. However, while the modal appears, the filter icon at the bottom of the screen animates again.
This behavior raises uncertainty about whether the animation is intentional or if the component is re-rendering unnecessarily when the modal is triggered.
Observed behavior:
User clicks Edit on a tag
The edit modal opens
At the same time, the filter icon animation restarts or becomes visible again at the bottom
This could indicate that the Home screen or bottom component is re-rendering when the modal state changes.
Expected behavior
Opening the tag edit modal should not trigger animation of unrelated UI elements such as the filter icon.
The filter icon animation should only occur when intended, not on modal open events.
UI components that are unrelated to the modal should not re-render or re-trigger animations unnecessarily.
Describe the bug
On the Home screen, when clicking Edit on any tag, a modal opens as expected. However, while the modal appears, the filter icon at the bottom of the screen animates again.
This behavior raises uncertainty about whether the animation is intentional or if the component is re-rendering unnecessarily when the modal is triggered.
Observed behavior:
This could indicate that the Home screen or bottom component is re-rendering when the modal state changes.
Expected behavior
Add Screenshots
Screenrecorder-2026-03-14-16-46-07-3462.mp4