Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
triphook committed Nov 3, 2023
1 parent ec172c3 commit a6983c9
Show file tree
Hide file tree
Showing 6 changed files with 420 additions and 111 deletions.
3 changes: 3 additions & 0 deletions R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ app_server <- function(input, output, session) {
shinyjs::disable(selector = '.nav li a[data-value="Figures"]')
shinyjs::disable(selector = '.nav li a[data-value="Review"]')

# switch that indicates when a file is being loaded
tadat$load_file = NA

# switch to overview tab when tadat$new changes and provide user with window letting them know how many records were automatically flagged for removal upon upload
# move this to query_data?
shiny::observeEvent(tadat$new, {
Expand Down
1 change: 1 addition & 0 deletions R/golem_utils_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ with_red_star <- function(text) {
#' @examples
#' rep_br(5)
#' @importFrom shiny HTML

rep_br <- function(times = 1) {
HTML(rep("<br/>", times = times))
}
Expand Down
Loading

0 comments on commit a6983c9

Please sign in to comment.