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: allow theming individual menu items #2066

Merged
merged 7 commits into from
Sep 23, 2021
Merged

Commits on Sep 21, 2021

  1. feat: allow theming individual menu items

    This change enables theming individual menu bar items, for example to display one item as the primary item. As the menu bar uses the context menu to display submenus, most of the changes are in there.
    Erik Lumme authored and yuriy-fix committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    9f42244 View commit details
    Browse the repository at this point in the history
  2. fix: formatting

    Erik Lumme authored and yuriy-fix committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    fa031c0 View commit details
    Browse the repository at this point in the history
  3. fix: code smell

    Erik Lumme authored and yuriy-fix committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    d436911 View commit details
    Browse the repository at this point in the history
  4. fix: fix test after changing web component API to override instead of…

    … merge themes
    Erik Lumme authored and yuriy-fix committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    9683f8c View commit details
    Browse the repository at this point in the history
  5. Format code

    yuriy-fix committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a1446da View commit details
    Browse the repository at this point in the history
  6. Add docs to the methods

    yuriy-fix committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    9b8aa0c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Use add/remove themeNames

    yuriy-fix committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    f7037c5 View commit details
    Browse the repository at this point in the history