Skip to content

Commit

Permalink
fix: force release.. (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro authored and mineme0110 committed Apr 30, 2024
1 parent 1afe1a2 commit 02921df
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions webapp/src/main/scala/io/iohk/atala/mediator/AppUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,6 @@ object AppUtils {

typings.materialRipple.mod.MDCRipple.attachTo(menuButton.ref)

// def makeLi(didName: String, icon: String) =
// li(
// className("mdc-list-item"),
// role("menuitem"),
// span(className("mdc-list-item__ripple")),
// i(className("material-icons mdc-list-item__graphic"), icon), // FIXME icon make a make a clone of icon
// // span(
// // className("mdc-list-item__graphic mdc-menu__selection-group-icon"),
// // i(aria.label("Atomium"), atomiumSVG)
// // ),
// span(className("mdc-list-item__text"), didName),
// onClick --> Observer[org.scalajs.dom.MouseEvent](onNext =
// ev => Global.agentVar.update(e => fmgp.did.AgentProvider.allAgents.get(didName)),
// )
// )

val options = {
div(
className("mdc-menu mdc-menu-surface"),
Expand Down

0 comments on commit 02921df

Please sign in to comment.