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

Feature 1366: Struktur Datenpanel anpassen #1403

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

daniel-va
Copy link
Contributor

Resolves #1366.

@daniel-va daniel-va requested a review from TIL-EBP December 9, 2024 11:53
import {customElement, property} from 'lit/decorators.js';

@customElement('ngm-core-icon')
export class CoreIcon extends LitElement {
Copy link
Contributor

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;
Copy link
Contributor

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`
Copy link
Contributor

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()
Copy link
Contributor

Choose a reason for hiding this comment

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

remove

`;
}

// enum Tab {
Copy link
Contributor

Choose a reason for hiding this comment

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

remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Struktur Datenpanel anpassen
2 participants