Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Conversation

ckoegel
Copy link
Contributor

@ckoegel ckoegel commented Sep 12, 2022

No description provided.

ckoegel and others added 20 commits August 17, 2022 14:06
* e911, edgemanagement, sipauthentication settings api spec (#701)

Co-authored-by: ichesnov <ichesnov@cybervisiontech.com>

* DX-2816 Updates to Voice About Page

* workflow

* branch

* remove workflow change

* Update hangup.mdx (#707)

Fix a broken hyperlink

* add stream panel

* workflow

* remove branch

Co-authored-by: Ivan Chesnov <xxxlaykxxx@gmail.com>
Co-authored-by: ichesnov <ichesnov@cybervisiontech.com>
Co-authored-by: AJ Rice <53190766+ajrice6713@users.noreply.github.com>
@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@ckoegel ckoegel marked this pull request as ready for review October 3, 2022 19:43
@ckoegel ckoegel requested a review from a team October 3, 2022 19:43
@ckoegel ckoegel marked this pull request as draft October 3, 2022 19:52
@github-actions
Copy link
Contributor

@ckoegel ckoegel marked this pull request as ready for review November 10, 2022 15:12
width: `${itemContentWidth}px`,
height: `${itemContentWidth * .51}px`,
backgroundImage: `url(${imageUrl})`,
backgroundSize: `cover`,
Copy link
Contributor

Choose a reason for hiding this comment

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

I am not super well versed on CSS here- it seems that the returned tags below use both a CSS class and a style. I would assume this is so we can have dynamic aspects of our style determined in JS to apply to our components. If this is the case, should these static values be moved out to the static CSS classes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

These static values can be moved to a static css class, but for the image div, I didn't define a class so this style object is the only thing affecting the div. I can pull these out into a static class though.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that's a lie I do have a class for these 🤡

@ckoegel ckoegel merged commit 9add152 into main Nov 10, 2022
@ckoegel ckoegel deleted the DX-2790 branch November 10, 2022 19:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants