Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): add smooth toggle transition for reposity issues list #199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arashsheyda
Copy link

@arashsheyda arashsheyda commented Oct 25, 2024

this PR adds a smooth toggle animation to the repository issues list.

Screen.Recording.2024-10-24.at.10.24.26.PM.mov

<div id={`repo-${repository.id}`} onClick={() => setIsIssueOpen(!isIssueOpen)}>
<div>
<div id={`repo-${repository.id}`}>
<div onClick={() => setIsIssueOpen(!isIssueOpen)}>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved onClick to this line so the IssuesList will be only closed if user clicked on the top-bar section of repo-item

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant