gexijin / idepGolem

15 stars 10 forks source link

Navbar invisible and buttons greyed out with the newest version of bslib #632

Closed atomcz93 closed 3 months ago

atomcz93 commented 5 months ago

Describe the bug Navbar invisible and buttons greyed out with the newest version of bslib (0.6.1). I found the temporary solution. Workaround was to downgrade the bslib version from 0.6.1 to 0.4.0.

To Reproduce Steps to reproduce the behavior:

  1. Install Windows: iDEP as an R package
  2. Run app by idepGolem::run_app()
  3. Look at the buttons color (they are greyed out, but active). Check if navbar is visible. It is not visible due to the background color. Buttons and a version mark is hidden (buttons are active but invisible).

Expected behavior I want the application to look similar as on the Website, without FE GUI issues.

Screenshots

Additional context I needed to downgrade the version of bslib to bslib_0.4.0 - the problem was fixed then.

rayhendricks commented 4 months ago

I am having the same issue when installing idep_golem from this github release. Yes workaround is to install bslib_0.4.0.

gexijin commented 3 months ago

This is due to new version of Shiny to 1.18, which is incompatible with the bslib::bs_theme. I have reverted to the basic Shiny style. This is fixed in version 2.01.