Skip to content

Commit

Permalink
upgrade calcit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Feb 18, 2024
1 parent da6bf24 commit c290c41
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 20 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.30/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.33/cr'
name: 'cr'
version: '0.8.30'
version: '0.8.33'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.30/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.33/caps'
name: 'caps'
version: '0.8.30'
version: '0.8.33'

- run: caps --ci && cr --entry server --emit-ir -1

Expand Down
39 changes: 31 additions & 8 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
:loading
, "\"Loading..."
(:offline) "\"No connection..."
{} (:font-family ui/font-fancy) (:font-size 24)
{} (:font-family ui/font-fancy) (:font-size 16)
:color $ hsl 0 0 50
|comp-status-color $ %{} :CodeEntry (:doc |)
:code $ quote
defcomp comp-status-color (color)
Expand All @@ -188,7 +189,7 @@
:ns $ %{} :CodeEntry (:doc |)
:code $ quote
ns app.comp.container $ :require
hsl.core :refer $ hsl
respo.util.format :refer $ hsl
respo-ui.core :as ui
respo-ui.css :as css
respo.core :refer $ defcomp <> >> div span button input pre
Expand Down Expand Up @@ -526,6 +527,7 @@
router $ :router session
base-data $ {} (:logged-in? logged-in?) (:session session)
:reel-length $ count records
:attached $ {} (:type :msg) (:content "|SOME data")
merge base-data $ if logged-in?
{}
:user $ twig-user
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@calcit/procs": "^0.8.30"
"@calcit/procs": "^0.8.33"
},
"scripts": {
"compile-page": "cr --emit-js --once",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c290c41

Please sign in to comment.