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(suite): add message system debug info #16093

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

Conversation

Lemonexe
Copy link
Contributor

Description

Add a very brief message system debug info to Suite Debug settings.
Shamelessly stolen from mobile 😃
Because this is just a section of the Debug settings page, and not a standalone page, the list of active messages is in a modal, so as not to bloat it.

Screenshots:

Debug settings after:
Screenshot from 2024-12-20 19-11-38

See active messages modal:
Screenshot from 2024-12-20 19-11-45

@Lemonexe Lemonexe added the no-project This label is used to specify that PR doesn't need to be added to a project label Dec 20, 2024
@Lemonexe Lemonexe marked this pull request as ready for review December 20, 2024 18:17
copyToClipboard(JSON.stringify(config));
};
const handleOpenValidMessages = () => setIsModalOpen(true);
const handleCLoseValidMessages = () => setIsModalOpen(false);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const handleCLoseValidMessages = () => setIsModalOpen(false);
const handleCloseValidMessages = () => setIsModalOpen(false);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-project This label is used to specify that PR doesn't need to be added to a project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants