feat: new nice landing page

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-12-18 12:59:57 +01:00
commit f4d4499547
No known key found for this signature in database
11 changed files with 434 additions and 13 deletions

View file

@ -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)
)
),