Skip to content

Commit

Permalink
Sidebar updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sandercock committed Sep 25, 2024
1 parent f8ef96e commit 1fd3f67
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@ app_ui <- function(request) {
),
help = NULL, #This is the default bs4Dash button to control the presence of tooltips and popovers, which can be added as a user help/info feature.
bs4DashSidebar(
skin="light", status = "info",
skin="light",
status = "info",
fixed=TRUE,
#minified = F,
expandOnHover = TRUE,
sidebarMenu(id = "MainMenu",
flat = FALSE,
tags$li(class = "header", style = "color: grey; margin-top: 10px; margin-bottom: 10px; padding-left: 15px;", "Menu"),
menuItem("Home", tabName = "welcome", icon = icon("house")),
menuItem("Home", tabName = "welcome", icon = icon("house"),startExpanded = FALSE),
tags$li(class = "header", style = "color: grey; margin-top: 18px; margin-bottom: 10px; padding-left: 15px;", "Genotype Processing"),
menuItem("DArT Report2VCF", tabName = "dosage2vcf", icon = icon("share-from-square")),
menuItem("Updog Dosage Calling", tabName = "updog", icon = icon("list-ol")),
Expand Down

0 comments on commit 1fd3f67

Please sign in to comment.