Skip to content

Commit

Permalink
test rtl option
Browse files Browse the repository at this point in the history
  • Loading branch information
abennici committed Jul 24, 2024
1 parent fda0a5b commit fb5deeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/computation_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ computation_ui <- function(id){
uiOutput(ns("computation_by"))
),
box(width = 6, title = i18n("LABEL_BOX_PLOT"),
#maximizable = T,
uiOutput(ns("plot_wrapper"))
)
),
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
{"package": "sortable", "version": "0.5.0", "repos": "https://cloud.r-project.org"},
{"package": "data.tree", "version": "1.1.0", "repos": "https://cloud.r-project.org"},
{"package": "DiagrammeR", "version": "1.0.11", "repos": "https://cloud.r-project.org"}
//{"package": "bs4Dash", "version": "2.3.3", "repos": "https://cloud.r-project.org"}
]
}
2 changes: 2 additions & 0 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ ui <- shiny::tagList(
),
dashboardBody(
tags$head(
#tags$link(rel = "stylesheet", type = "text/css", href = "https://cdn.rtlcss.com/bootstrap/v4.5.3/css/bootstrap.min.css"),
#tags$link(rel = "stylesheet", type = "text/css", href = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.rtl.min.css"),
tags$link(rel = "stylesheet", type = "text/css", href = "shiny-calipseo.css"),
tags$link(rel = "stylesheet", href = "https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css"),
tags$script(src = "https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js")
Expand Down

0 comments on commit fb5deeb

Please sign in to comment.