-
Notifications
You must be signed in to change notification settings - Fork 42
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
chore(ui): announcement cleanup #6975
Conversation
Sorry, accidental approval prior to fully reviewing the changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just had one question about the new announcement state that was added.
(just realized my review probably doesn't count though)
} | ||
|
||
enum AnnouncementState { | ||
Dismissed = 'dismissed', | ||
Display = 'display', | ||
Disabled = 'disabled', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this new state being used anywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it's not. I added it for a different solution and forgot to remove it.
This PR is to remove code related to the Price Increase announcement and the MQTT EOL announcement. It leaves the component and handler in place for future announcements.
Checklist
Authors and Reviewer(s), please verify the following: