John
John
Hi @artemklevtsov, Would you be willing to create a pull request for it. Maybe it would help me to accomplish this https://github.com/rstudio/shinydashboard/pull/135. Thanks.
Hi @wch , Please, could you look on this change? I know you are very busy but I dont know if I should open more PR (e.g. I have just...
So I guess it will be easier for you just to follow this:http://stackoverflow.com/a/5309051 Basically, you would (not tested) ``` git remote add originDMPE https://github.com/dmpe/shinydashboard.git git fetch originDMPE git checkout master...
``` # Dropdown menu for tasks, with progress bar dropdownMenu(type = "user", badgeStatus = NULL, headerUserPanel(name = "John Malc", desc = "Shiny Developer", image = "https://almsaeedstudio.com/themes/AdminLTE/dist/img/user2-160x160.jpg") ) ``` ``` dropdownMenu
> The interface for boxItem is very different from other menus in shinydashboard, and it should be made more consistent. Yes, it is different. The reason is also that it...
Something like this ? ``` #' @inheritParams box #' @export boxItem
any chance of this being now at least considered @bborgesr @wch ? [if yes, i would make it merge-able again :)]
Hi @wch , Thank you for the review. I have now updated code and it works as I would like to see it working (main functionality is there now). I...