-
Notifications
You must be signed in to change notification settings - Fork 44
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
Did an update broke the themes? #147
Comments
Hey @vgeo999 , thank you for reporting this. Indeed we've made quite a few changes to shiny.semantic (that sits under the hood of semantic.dashboard) recently. They shouldn't affect themes though, so this is something unexpected. I'll test that and let you know soon. |
Hi @dokato , thank you very much! Any news yet? Thank you for investigating! I'm looking forward to have the style opportunity again :) |
hi @vgeo999 , in fact, I did, but unfortunately don't have an answer for you atm. I've checked that the css files from semantic forest are loaded correctly from our CDN. For some strange reason they must be overridden somehow, but I have not yet identified where. Apologies for that, I imagine it must be very frustrating. But please give us a bit more time. We are working hard on https://github.com/Appsilon/shiny.semantic that |
Hi @dokato , how is it going? :) |
Hey @vgeo999 , sorry for a late reply. Indeed we were working on resolving this issue recently. So far we still focused on the integration of |
We opened an issue for that here, please watch this thread for more updates: Appsilon/shiny.semantic#295 |
I have traced this specific issue to the use of IMO the fix is to use I'll try to submit a PR. |
Use "ui content" instead of "ui segment" in dashboard body. Related to #147
Hi there,
first of all thank you very much for semantic.dashboard!
I try to use it in my current project and so far I'm happy with the layout (allthough it seems application-titles are still not possible to add, but nevermind). A few days ago, I updated my shiny server and all related packages and then realized my whole application turned white instead of having this "slate"-theme. In fact, the box-labels appear to react when changing the theme, but anything else stays white. Is that, because of the new updates? Can I fix it somehow without getting back to the old versions?
Attached an image, where I ran some sample code of yours, recproducing the theme issue for darkly-theme (now white as well).
Thank you very much in advance!
Greetings from germany,
Liz
PS: SessionInfo()
R version 3.6.3 (2020-02-29)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18362)
Matrix products: default
locale:
[1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252 LC_MONETARY=German_Germany.1252 LC_NUMERIC=C
[5] LC_TIME=German_Germany.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] DT_0.13 plotly_4.9.2.1 semantic.dashboard_0.1.5 shiny.semantic_0.3.0 ggplot2_3.3.0
[6] mailR_0.4.1 shinyBS_0.61 shinyjs_1.1 shinyWidgets_0.5.1 shiny_1.4.0.2
[11] xlsx_0.6.3 stm_1.3.5
loaded via a namespace (and not attached):
[1] tidyselect_1.0.0 purrr_0.3.4 rJava_0.9-12 lattice_0.20-38 colorspace_1.4-1 vctrs_0.3.1 viridisLite_0.3.0
[8] htmltools_0.4.0 yaml_2.2.1 rlang_0.4.5 R.oo_1.23.0 later_1.0.0 pillar_1.4.3 glue_1.4.0
[15] withr_2.2.0 R.utils_2.9.2 matrixStats_0.56.0 lifecycle_0.2.0 stringr_1.4.0 munsell_0.5.0 gtable_0.3.0
[22] R.methodsS3_1.8.0 htmlwidgets_1.5.1 fastmap_1.0.1 crosstalk_1.1.0.1 httpuv_1.5.2 xlsxjars_0.6.1 Rcpp_1.0.3
[29] xtable_1.8-4 promises_1.1.0 scales_1.1.0 jsonlite_1.6.1 mime_0.9 digest_0.6.25 stringi_1.4.6
[36] dplyr_0.8.5 grid_3.6.3 tools_3.6.3 magrittr_1.5 lazyeval_0.2.2 tibble_3.0.1 tidyr_1.0.2
[43] crayon_1.3.4 pkgconfig_2.0.3 ellipsis_0.3.0 Matrix_1.2-18 data.table_1.12.8 assertthat_0.2.1 httr_1.4.1
[50] rstudioapi_0.11 R6_2.4.1 compiler_3.6.3
The text was updated successfully, but these errors were encountered: