Skip to content

Commit a5a1bd9

Browse files
authored
fix(306,308,310): Sidebar and accordion updates (#231)
1 parent 11381ea commit a5a1bd9

File tree

152 files changed

+53
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+53
-19
lines changed

.Rprofile

Whitespace-only changes.

R/data-apps-deps.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ apps_deps_map <- list(`001-hello` = "rsconnect", `012-datatables` = "ggplot2",
5959
"sf", "withr"), `302-bootswatch-themes` = c("ggplot2", "progress",
6060
"rversions", "sf", "withr"), `304-bslib-card` = c("rlang",
6161
"rversions"), `305-bslib-value-box` = c("rlang", "rversions"
62-
), `306-accordion-add-remove` = "magrittr", `308-sidebar-kitchen-sink` = c("lorem",
63-
"rversions", "testthat"), `309-flexdashboard-tabs-navs` = "rmarkdown",
64-
`310-bslib-sidebar-dynamic` = c("rversions", "testthat"),
62+
), `306-accordion-add-remove` = "magrittr", `308-sidebar-kitchen-sink` = c("jsonlite",
63+
"lorem", "testthat"), `309-flexdashboard-tabs-navs` = "rmarkdown",
64+
`310-bslib-sidebar-dynamic` = c("jsonlite", "testthat"),
6565
`311-bslib-sidebar-toggle-methods` = c("rversions", "testthat"
6666
), `313-bslib-card-tab-focus` = c("rversions", "testthat",
6767
"withr"), `314-bslib-tooltips` = "withr", `315-bslib-input-switch` = "withr",

R/data-shinyverse.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ shinyverse_remotes <- c(
2424
"rstudio/shiny",
2525
"rstudio/shinymeta",
2626
"rstudio/shinytest",
27+
"rstudio/chromote",
2728
"rstudio/shinytest2",
2829
"rstudio/shinythemes",
2930
"rstudio/shinyvalidate",

README.md

Lines changed: 1 addition & 0 deletions

inst/apps/306-accordion-add-remove/app.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ ui <- page_sidebar(
1414
"accordion-icon-color" = "white",
1515
"accordion-icon-active-color" = "white"
1616
) %>%
17-
bs_add_rules(".bslib-sidebar-layout .main { background-color: lightgray; }"),
17+
bs_add_rules(
18+
".bslib-sidebar-layout .main { background-color: lightgray; }"
19+
),
1820
sidebar = sidebar(
1921
bg = "#1E1E1E",
2022
accordion(
85.2 KB
49.3 KB
82.2 KB
42 KB

0 commit comments

Comments
 (0)