-
Notifications
You must be signed in to change notification settings - Fork 26
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
Zoom feature #524
Zoom feature #524
Conversation
mat-icon-button | ||
[matMenuTriggerFor]="actionbarMenu" | ||
[disabled]="store.view.empty"> | ||
<mat-icon svgIcon="dots-horizontal"></mat-icon> | ||
<mat-icon svgIcon="menu"></mat-icon> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, make that configurable. The menu icon is not always desirable.
* Whether the action is display or not | ||
*/ | ||
@Input() | ||
set noDisplay(value: boolean) { this.noDisplay$.next(value); } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be named display instead of noDisplay.
It's would be nice if you can also highlight the selected line. At this moment, there is no way to know which line is selected. Maybe a larger line for selected feature? |
Not sure to understand what you are referencing to ? When you are on the list, the "focus'" line is already highlighted ? |
Simple modifications to allow zoom feature menu in the toast panel.