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

Event to detect that the user has clicked on settings or about menu-items #1466

Open
2 tasks done
viktorhajer opened this issue Sep 11, 2024 · 1 comment
Open
2 tasks done
Labels
type: enhancement New feature or request Workflow: Issue created JIRA issue is created and will be analyzed

Comments

@viktorhajer
Copy link

Prerequisites

  • I have read the Contributing Guidelines.
  • I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

Suggestion / feature request

It would be great if a new event can be introduced to check the user has clicked on the about or settings menu.

    <ix-menu-about (clicked)="aboutClicked()">
      <ix-menu-about-item label="Tab 1">Content 1</ix-menu-about-item>
      <ix-menu-about-item label="Tab 2">Content 2</ix-menu-about-item>
    </ix-menu-about>
    
    <ix-menu-settings (clicked)="settingsClicked()">
      <ix-menu-settings-item label="Example Setting 1"></ix-menu-settings-item>
      <ix-menu-settings-item label="Example Setting 1"></ix-menu-settings-item>
    </ix-menu-settings>
@viktorhajer viktorhajer added triage We discuss this topic in our internal weekly type: enhancement New feature or request labels Sep 11, 2024
@matthiashader matthiashader added Workflow: Issue created JIRA issue is created and will be analyzed and removed triage We discuss this topic in our internal weekly labels Sep 11, 2024
Copy link
Contributor

github-actions bot commented Sep 11, 2024

🤖 Hello @viktorhajer

Your issue will be analyzed and is part of our internal workflow.
To get informed about our workflow please checkout the Contributing Guidelines

JIRA: IX-1658

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request Workflow: Issue created JIRA issue is created and will be analyzed
Projects
None yet
Development

No branches or pull requests

2 participants