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

Added support to add links to the help menu dropdown #2514

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

abujeda
Copy link
Contributor

@abujeda abujeda commented Jan 26, 2023

Added a new profile property called help_menu to add links to the Help dropdown menu.
Link definitions are consistent with the new custom navbar, uses the same logic.

See discussion in issue: #2472

┆Issue is synchronized with this Asana task by Unito

@abujeda
Copy link
Contributor Author

abujeda commented Jan 26, 2023

Simple sample configurations:

    help_menu:
      - group: "Custom Links"
      - title: "Link 1"
        icon_uri: "fas://book"
        url: "/path/link"

Screenshot 2023-01-26 at 14 47 44

    help_menu:
      - title: "Link 1"
        icon_uri: "fas://book"
        url: "/path/link"

Screenshot 2023-01-26 at 14 49 06

Copy link
Contributor

@johrstrom johrstrom left a comment

Choose a reason for hiding this comment

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

LGTM

@johrstrom johrstrom merged commit 5107872 into OSC:master Jan 30, 2023
@abujeda abujeda deleted the 2472_help_menu_links branch February 1, 2023 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants