-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature 1366: Struktur Datenpanel anpassen #1403
base: develop
Are you sure you want to change the base?
Feature 1366: Struktur Datenpanel anpassen #1403
Conversation
Quality Gate passedIssues Measures |
import {customElement, property} from 'lit/decorators.js'; | ||
|
||
@customElement('ngm-core-icon') | ||
export class CoreIcon extends LitElement { |
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.
we should probably discuss how we proceed with icons from here on forward
@@ -1,5 +1,7 @@ | |||
ngm-side-bar { | |||
display: flex; | |||
z-index: 5; |
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.
should we try and collect all the z-indices somewehre so we have an overview of which ones are used?
})); | ||
} | ||
|
||
readonly render2 = () => html` |
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.
do we still need this?
@property() | ||
public accessor displayLayers: LayerConfig[] | null = null | ||
|
||
// @state() |
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.
remove
`; | ||
} | ||
|
||
// enum Tab { |
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.
remove
Resolves #1366.