Skip to content

Filter icon animates when opening tag edit modal on Home screen #5

Description

@rushiii3

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:

  • 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.

Add Screenshots

Screenrecorder-2026-03-14-16-46-07-3462.mp4

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions