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

Create compas-layout addon that extends from oscd-layout #316

Open
juancho0202 opened this issue Feb 21, 2024 · 2 comments
Open

Create compas-layout addon that extends from oscd-layout #316

juancho0202 opened this issue Feb 21, 2024 · 2 comments

Comments

@juancho0202
Copy link

juancho0202 commented Feb 21, 2024

Acceptance Criteria:

  • We add the custom functionality regarding userinfo event and setting the username property
  • This custom class should override the header rendering function in oscd-layout in order to add the userinfo detail to the UI

${this.username != undefined
? html<span id="userField" slot="actionItems" style="font-family:Roboto" >${translate('userinfo.loggedInAs', { name: this.username, })}</span >
: ``}

  • Remove inline style and add it to the css part of the Lit component using #userField selector
Copy link

Hello there,

Thank you for opening this issue! We appreciate your interest in our project.
However, it seems that this issue hasn't had any activity for a while. To ensure that our issue tracker remains organized and efficient, we occasionally review and address stale issues.

If you believe this issue is still relevant and requires attention, please provide any additional context, updates, or details that might help us understand the problem better.
Feel free to continue the conversation here.

If the issue is no longer relevant, you can simply close it. If you're uncertain, you can always reopen it later.

Remember, our project thrives on community contributions, and your input matters. We're here to collaborate and improve.
Thank you for being part of this journey!

@github-actions github-actions bot added the stale label Apr 21, 2024
@juancho0202 juancho0202 changed the title Create custom compas-open-scd class that extends from open-scd Create compas-oscd-layout addon that extends from oscd-layout Apr 22, 2024
@juancho0202 juancho0202 changed the title Create compas-oscd-layout addon that extends from oscd-layout Create compas-layout addon that extends from oscd-layout Apr 24, 2024
Copy link

Hello there,

Thank you for opening this issue! We appreciate your interest in our project.
However, it seems that this issue hasn't had any activity for a while. To ensure that our issue tracker remains organized and efficient, we occasionally review and address stale issues.

If you believe this issue is still relevant and requires attention, please provide any additional context, updates, or details that might help us understand the problem better.
Feel free to continue the conversation here.

If the issue is no longer relevant, you can simply close it. If you're uncertain, you can always reopen it later.

Remember, our project thrives on community contributions, and your input matters. We're here to collaborate and improve.
Thank you for being part of this journey!

@github-actions github-actions bot added the stale label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant