mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
feat: new nice landing page
This commit is contained in:
parent
ed74e0492c
commit
f4d4499547
11 changed files with 434 additions and 13 deletions
|
|
@ -25,14 +25,15 @@ ui_elements <- function(selection) {
|
|||
## Default just output "NULL"
|
||||
## This could probably be achieved more legantly, but this works.
|
||||
dev_banner(),
|
||||
shiny::column(width = 2),
|
||||
shiny::column(
|
||||
width = 8,
|
||||
# shiny::uiOutput(outputId = "language_select"),
|
||||
htmlOutput("intro_text")
|
||||
# shiny::includeHTML(i18n$t("www/intro.html"))
|
||||
# shiny::markdown(readLines(i18n$t("www/intro.md")))
|
||||
),
|
||||
landing_page_ui(i18n=i18n),
|
||||
# shiny::column(width = 2),
|
||||
# shiny::column(
|
||||
# width = 8,
|
||||
# # shiny::uiOutput(outputId = "language_select"),
|
||||
# htmlOutput("intro_text")
|
||||
# # shiny::includeHTML(i18n$t("www/intro.html"))
|
||||
# # shiny::markdown(readLines(i18n$t("www/intro.md")))
|
||||
# ),
|
||||
shiny::column(width = 2)
|
||||
)
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue