Skip to content

Commit

Permalink
Smaller formatting for the Grouped by Module link.
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Nov 12, 2024
1 parent 5a77ce2 commit 74e4e19
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import com.squareup.invert.models.StatDataType
import org.jetbrains.compose.web.dom.A
import org.jetbrains.compose.web.dom.H1
import org.jetbrains.compose.web.dom.H3
import org.jetbrains.compose.web.dom.H4
import org.jetbrains.compose.web.dom.Text
import ui.BootstrapColumn
import ui.BootstrapLoadingMessageWithSpinner
Expand Down Expand Up @@ -119,6 +120,8 @@ fun CodeReferencesComposable(
append(" for ${statInfo?.description ?: statKey} (${codeReferencesNavRoute.statKey})")
}
})
}
H4 {
codeReferencesNavRoute.statKey?.let { statKey ->
A("#", {
onClick {
Expand All @@ -130,7 +133,6 @@ fun CodeReferencesComposable(
}
}


if (moduleToOwnerMapFlowValue == null || metadata == null) {
BootstrapLoadingSpinner()
return
Expand Down

0 comments on commit 74e4e19

Please sign in to comment.