Skip to content

Commit

Permalink
Merge pull request #234 from Sage-Bionetworks/fds-1235-hide-sidebar-btns
Browse files Browse the repository at this point in the history
FDS 1235 Hide sidebar buttons
  • Loading branch information
afwillia authored Jan 10, 2024
2 parents caab2b0 + 98bcb71 commit 9d12da7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ app_server <- function( input, output, session ) {

session$userData$access_token <- access_token

shinyjs::hide(selector = ".sidebar-menu")

# SET UP REACTIVE VALUES ###################################################

# reactive dash config
Expand Down Expand Up @@ -79,6 +81,9 @@ app_server <- function( input, output, session ) {
color="#424874"
)

# show sidebar tabs
shinyjs::show(selector = ".sidebar-menu")

# update reactiveVals
selected_dcc_config_list$synapse_asset_view(mod_select_dcc_out()$selected_dcc_config$synapse_asset_view)
selected_dcc_config_list$manifest_dataset_id(mod_select_dcc_out()$selected_dcc_config$manifest_dataset_id)
Expand Down

0 comments on commit 9d12da7

Please sign in to comment.