mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
This commit is contained in:
parent
83064f4c99
commit
d6861492e3
1 changed files with 46 additions and 46 deletions
|
@ -49,7 +49,7 @@ library(rlang)
|
|||
#### Current file: /Users/au301842/FreesearchR/R//app_version.R
|
||||
########
|
||||
|
||||
app_version <- function()'25.5.5'
|
||||
app_version <- function()'25.5.6'
|
||||
|
||||
|
||||
########
|
||||
|
@ -440,7 +440,7 @@ create_column_ui <- function(id) {
|
|||
uiOutput(outputId = ns("columns")),
|
||||
uiOutput(outputId = ns("feedback")),
|
||||
tags$div(
|
||||
style = css(
|
||||
style = htmltools::css(
|
||||
display = "grid",
|
||||
gridTemplateColumns = "3fr 1fr",
|
||||
columnGap = "10px",
|
||||
|
@ -729,7 +729,7 @@ btn_column <- function(label, data, inputId) {
|
|||
tags$button(
|
||||
type = "button",
|
||||
class = paste0("btn btn-column-", type),
|
||||
style = css(
|
||||
style = htmltools::css(
|
||||
"--bs-btn-padding-y" = ".25rem",
|
||||
"--bs-btn-padding-x" = ".5rem",
|
||||
"--bs-btn-font-size" = ".75rem",
|
||||
|
@ -3996,7 +3996,7 @@ simple_snake <- function(data){
|
|||
#### Current file: /Users/au301842/FreesearchR/R//hosted_version.R
|
||||
########
|
||||
|
||||
hosted_version <- function()'v25.5.5-250516'
|
||||
hosted_version <- function()'v25.5.6-250516'
|
||||
|
||||
|
||||
########
|
||||
|
|
Loading…
Add table
Reference in a new issue