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: Toolbar: Toggle to show Toolbar Actions in burger menu on desktop #102

Closed
Laess3r opened this issue Jul 18, 2022 · 0 comments · Fixed by #103
Closed

feat: Toolbar: Toggle to show Toolbar Actions in burger menu on desktop #102

Laess3r opened this issue Jul 18, 2022 · 0 comments · Fixed by #103
Assignees
Labels
enhancement New feature or request

Comments

@Laess3r
Copy link
Member

Laess3r commented Jul 18, 2022

Feature request

The toolbar actions are confusing if many actions are present in desktop view. The user needs to hover over the actions in order to see it's description.

The idea: Add a property to the toolbar, to always enable 'mobile mode' which uses a burger menu.

Description

Current view in desktop mode. A lot of actions might confuse the users.

image

Possible Solution

Solution in desktop mode:

A new property in the toolbar always enables the mobile mode:
this.toolbarService.setToolbarActionsAlwaysAsMenu(true);

Outcome:
The first action will always stay present. This is useful for help-actions etc. The other actions are then moved in a burger menu:

image

image

If an action has a badge, the burger menu will also get an indicating badge:

image

image

@Laess3r Laess3r added the enhancement New feature or request label Jul 18, 2022
@Laess3r Laess3r self-assigned this Jul 18, 2022
@Laess3r Laess3r linked a pull request Jul 18, 2022 that will close this issue
@Laess3r Laess3r changed the title feat: Toolbar Action improvements feat: Toolbar: Toggle to show Toolbar Actions in burger menu on desktop Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant