Skip to content

Convert log message into Toast Notification #28

@FrancoStino

Description

@FrancoStino
Image

Instead of input logs, implement a notification toast system?

Example:

await client.tui
        .showToast({
          body: {
            title: toastContent.title,
            message: toastContent.message,
            variant: "warning",
          },
        })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions