Skip to content

Commit

Permalink
chore: sync commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper Bollen authored and Casper Bollen committed Nov 11, 2024
1 parent f6c2ca4 commit e9b5df5
Show file tree
Hide file tree
Showing 5 changed files with 800 additions and 57 deletions.
3 changes: 2 additions & 1 deletion src/Client/App.fs
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ open Shared

[<Literal>]
let private themeDef = """
responsiveFontSizes(createTheme())
responsiveFontSizes(createTheme(), { factor : 2 })
"""


Expand All @@ -809,6 +809,7 @@ responsiveFontSizes(createTheme())
let private theme : obj = jsNative



// Entry point must be in a separate file
// for Vite Hot Reload to work

Expand Down
3 changes: 3 additions & 0 deletions src/Informedica.GenForm.Lib/Scripts/RenalRule.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ open Informedica.GenUnits.Lib

RenalRule.get ()

Web.getDataFromSheet dataUrlId "RenalRules"

Web.GoogleSheets.createUrl "RenalRules" (Web.getDataUrlIdGenPres ())

open RenalRule

Loading

0 comments on commit e9b5df5

Please sign in to comment.