From 1fd3f679928396d73fd88aa2e3d6eac71e98b12b Mon Sep 17 00:00:00 2001 From: alex-sandercock Date: Wed, 25 Sep 2024 09:03:14 -0400 Subject: [PATCH] Sidebar updates --- R/app_ui.R | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/R/app_ui.R b/R/app_ui.R index 9986fc5..0ed8546 100644 --- a/R/app_ui.R +++ b/R/app_ui.R @@ -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")),