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

Theme export and theme details flicker fix when duplicating and then canceling #1920

Merged
merged 6 commits into from
Nov 2, 2024

Conversation

austincondiff
Copy link
Collaborator

@austincondiff austincondiff commented Oct 25, 2024

Description

When the user went to Theme settings and duplicated an existing theme then closed the sheet, there was a flicker of the duplicated theme as it faded out. That flicker is no longer there.

This PR also includes the following improvements

  • Fixed a few minor bugs introduced with theme search.
  • Enabled custom theme export.
  • Adds theme deletion confirmation alert

Related Issues

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

Screen.Recording.2024-10-26.at.5.41.12.PM.mov

@austincondiff austincondiff changed the title Fixed theme details flicker when duplicating and then canceling. Fixed theme details flicker when duplicating and then canceling Oct 25, 2024
…nd then reappeared shortly after with the new name.
@austincondiff austincondiff marked this pull request as ready for review October 26, 2024 14:55
@austincondiff austincondiff changed the title Fixed theme details flicker when duplicating and then canceling Theme export and theme details flicker fix when duplicating and then canceling Oct 26, 2024
Copy link
Member

@tom-ludwig tom-ludwig left a comment

Choose a reason for hiding this comment

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

Looks great!
Just a reminder to please add comments explaining decisions, like why saving previousTheme is needed. Thanks!

@tom-ludwig tom-ludwig merged commit 7048a28 into CodeEditApp:main Nov 2, 2024
2 checks passed
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.

🐞 Closing the Duplicate Theme Sheet Causes Flickering ✨ Export Custom Themes
3 participants