Skip to content

Commit

Permalink
use new sage logo animation
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Mar 6, 2024
1 parent c49111d commit 762fa41
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ app_server <- function( input, output, session ) {
# show waiter on button click
waiter::waiter_show(
html = shiny::tagList(
shiny::img(src = "www/loading.gif"),
shiny::img(src = "www/sage-loader.svg"),
shiny::h3("Getting data. This may take a moment.", style = "color:white;")),
color="#424874"
)
Expand Down
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ app_ui <- function() {
waiter::use_waiter(),
waiter::waiter_preloader(
html = shiny::tagList(
shiny::img(src = "www/loading.gif"),
shiny::img(src = "www/sage-loader.svg"),
shiny::h4("Retrieving Synapse information...", style = "color:white;")
),
color = "#424874"
Expand Down
15 changes: 15 additions & 0 deletions inst/app/www/sage-loader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 762fa41

Please sign in to comment.