Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistent Theme Selection Error in dashboardHeader Function of ds4Dash Package #372

Open
nionmaron opened this issue Mar 11, 2024 · 1 comment

Comments

@nionmaron
Copy link

Description

I am encountering a persistent issue with the dashboardHeader function in the ds4Dash package (version 2.3.3). Despite multiple re-installations of the package, the problem persists. The issue is specifically related to the theme selection feature - toggling between dark and light themes does not work as expected.

Actual Behavior

The theme should switch between dark and light modes seamlessly. There is a rendering error in the behavior of dark and light themes

Possible Solution

As a temporary solution, I am looking for a way to disable the dark and light theme feature in the dashboardHeader. Any guidance on how to achieve this would be greatly appreciated.

System Information

  • ds4Dash Version: 2.3.3
  • Operating System: Windows 10 x64
  • R Version: 4.2.1
image
@nionmaron
Copy link
Author

I've managed to resolve the issue by disabling certain features in the dashboardHeader function. Specifically, I set dark and help parameters to NULL

dashboardPage(dark = NULL, help = NULL)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant