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

Fix visual issues with dragging AreaTabBar icons #1435

Merged
merged 3 commits into from
Sep 25, 2023

Conversation

FastestMolasses
Copy link
Member

Description

I updated the Views that use an AreaTabBar to use a ViewModel that is observed and updated properly when dragging an icon. I also clipped the AreaTabBar so that the icons cannot be dragged outside of it. There has also been some renaming and some code cleanup.

Related Issues

Closes #1434

Checklist

  • I read and understood the contributing guide as well as the code of conduct
  • The issues this PR addresses are related to each other
  • My changes generate no new warnings
  • My code builds and runs on my machine
  • My changes are all related to the related issue above
  • I documented my code

Screenshots

Icon Dragging Old:
icon

Icon Dragging New:
drag fixed

Icon Clip Old:
clipping

Icon Clip New:
clipped fixed

Copy link
Collaborator

@austincondiff austincondiff left a comment

Choose a reason for hiding this comment

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

Looks good! ✅

@thecoolwinter thecoolwinter merged commit 4bdac2e into CodeEditApp:main Sep 25, 2023
2 checks passed
@thecoolwinter thecoolwinter added the bug Something isn't working label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐞 Dragging AreaTabBar Icons Could Cause Visual Issues
3 participants