shinybusy icon indicating copy to clipboard operation
shinybusy copied to clipboard

Left Margin Issue with `shinybusy::add_busy_bar()` Display

Open danielvartan opened this issue 9 months ago • 3 comments

Hi there, :wave:

Thank you for creating such a great package!

I’ve encountered an issue with the shinybusy::add_busy_bar() function. While it works as expected in most cases, I noticed an unintended behavior: the bar has a margin on the left side that doesn’t appear to be a design choice.

Here’s a screenshot for reference:

image

You can reproduce this issue using the following repository and Shiny app:

Repository: https://github.com/danielvartan/cran-logs Shiny App: https://danielvartan.shinyapps.io/cran-logs/?package=shinybusy

Below are my system details for your reference.

I hope this information helps in diagnosing the issue. Please let me know if you need any additional details.

Best regards!


RStudio Edition : Desktop
RStudio Version : 2024.12.0 Build 467
OS Version : Ubuntu 24.04.1 LTS
R Version : 4.4.2
sessionInfo()
#> R version 4.4.2 (2024-10-31)
#> Platform: x86_64-pc-linux-gnu
#> Running under: Ubuntu 24.04.1 LTS
#> 
#> Matrix products: default
#> BLAS:   /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.12.0 
#> LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.12.0
#> 
#> locale:
#>  [1] LC_CTYPE=pt_BR.UTF-8       LC_NUMERIC=C              
#>  [3] LC_TIME=pt_BR.UTF-8        LC_COLLATE=en_US.UTF-8    
#>  [5] LC_MONETARY=pt_BR.UTF-8    LC_MESSAGES=en_US.UTF-8   
#>  [7] LC_PAPER=pt_BR.UTF-8       LC_NAME=C                 
#>  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
#> [11] LC_MEASUREMENT=pt_BR.UTF-8 LC_IDENTIFICATION=C       
#> 
#> time zone: America/Sao_Paulo
#> tzcode source: system (glibc)
#> 
#> attached base packages:
#> [1] stats     graphics  grDevices utils     datasets  methods   base     
#> 
#> loaded via a namespace (and not attached):
#>  [1] digest_0.6.37     fastmap_1.2.0     xfun_0.49         glue_1.8.0       
#>  [5] knitr_1.49        htmltools_0.5.8.1 rmarkdown_2.29    lifecycle_1.0.4  
#>  [9] cli_3.6.3         reprex_2.1.1      withr_3.0.2       compiler_4.4.2   
#> [13] rstudioapi_0.17.1 tools_4.4.2       evaluate_1.0.1    yaml_2.3.10      
#> [17] rlang_1.1.4       fs_1.6.5

Created on 2025-01-02 with reprex v2.1.1

danielvartan avatar Jan 02 '25 20:01 danielvartan