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: custom theme validation added #3246

Merged
merged 1 commit into from Dec 26, 2023
Merged

fix: custom theme validation added #3246

merged 1 commit into from Dec 26, 2023

Conversation

anmolsinghbhatia
Copy link
Collaborator

Problem:

New users encounter an application error when they attempt to switch to a custom theme. To reproduce this issue:

  • Access profile settings.
  • Navigate to preferences and select a custom theme, then reload or change the navigation.

Resolution:

The problem occurs from a recent code refactoring, causing the removal of necessary default values. I've rectified this by implementing a validation: if no palette is available, the theme won't be applied.

These issues are associated with [PLE-154]

@anmolsinghbhatia anmolsinghbhatia added 🐛bug Something isn't working 🌐frontend labels Dec 26, 2023
@anmolsinghbhatia anmolsinghbhatia added this to the v0.15-dev milestone Dec 26, 2023
@sriramveeraghanta sriramveeraghanta changed the base branch from preview to develop December 26, 2023 07:40
@sriramveeraghanta sriramveeraghanta merged commit 542b18a into develop Dec 26, 2023
4 of 5 checks passed
@sriramveeraghanta sriramveeraghanta deleted the fix/theme branch December 26, 2023 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working 🌐frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants