Skip to content

Commit

Permalink
upgrade deps; refine UI; tag 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 16, 2023
1 parent f00614f commit aed5770
Show file tree
Hide file tree
Showing 7 changed files with 202 additions and 193 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.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.7.5/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/cr'
name: 'cr'
version: '0.7.5'
version: '0.7.13'

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

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
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.7.5/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/cr'
name: 'cr'
version: '0.7.5'
version: '0.7.13'

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

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
29 changes: 19 additions & 10 deletions calcit.cirru

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

8 changes: 4 additions & 4 deletions compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |app)
:configs $ {} (:init-fn |app.server/main!) (:reload-fn |app.server/reload!) (:version |0.1.8)
:configs $ {} (:init-fn |app.server/main!) (:reload-fn |app.server/reload!) (:version |0.1.10)
:modules $ [] |lilac/ |recollect/ |memof/ |ws-edn.calcit/ |cumulo-util.calcit/ |cumulo-reel.calcit/ |fuzzy-filter/
:entries $ {}
:page $ {} (:init-fn |app.client/main!) (:reload-fn |app.client/reload!)
Expand Down Expand Up @@ -455,7 +455,7 @@
=< nil 8
list->
{} $ :style
merge ui/flex $ {} (:overflow :auto) (:padding-bottom 120)
merge ui/row-middle ui/flex $ {} (:overflow :auto) (:flex-wrap :wrap) (:padding-bottom 120) (:align-items :flex-start) (:gap "\"8px")
-> (:processes router-data) (.to-list)
.sort $ fn (x y)
-
Expand Down Expand Up @@ -688,15 +688,15 @@
:white-space :pre-line
|css-content-list $ quote
defstyle css-content-list $ {}
"\"&" $ {} (:font-family ui/font-code) (:white-space :pre) (:font-size 12) (:line-height "\"1.5em") (:max-height 240) (:max-width 800) (:overflow :auto) (:border-radius "\"4px")
"\"&" $ {} (:font-family ui/font-code) (:white-space :pre) (:font-size 12) (:line-height "\"1.5em") (:max-height 240) (:overflow :auto) (:border-radius "\"4px")
|css-link-kill $ quote
defstyle css-link-kill $ {}
"\"&" $ merge style/link
{} (:color :red) (:border-color :red)
|css-process $ quote
defstyle css-process $ {}
"\"&" $ merge
{} (:margin 8) (:font-family ui/font-code) (:border-radius "\"4px") (:display :inline-block) (:vertical-align :top) (:min-width "\"calc(25% - 10px)") (:transition-duration "\"300ms")
{} (:font-family ui/font-code) (:border-radius "\"4px") (:display :inline-block) (:vertical-align :top) (:min-width "\"calc(25% - 10px)") (:max-width "\"calc(50vw - 15px)") (:transition-duration "\"300ms")
|css-process-log $ quote
defstyle css-process-log $ {}
"\"&" $ merge ui/row-middle
Expand Down
4 changes: 2 additions & 2 deletions package.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:dependencies $ {}
|calcit-lang/lilac |main
|calcit-lang/memof |main
|calcit-lang/recollect |0.0.10-a1
|Respo/respo.calcit |0.15.0-a2
|calcit-lang/recollect |main
|Respo/respo.calcit |main
|Respo/respo-ui.calcit |main
|Respo/respo-message.calcit |main
|Cumulo/cumulo-util.calcit |main
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "termina",
"version": "0.1.9",
"version": "0.1.10",
"description": "Start process from a Webpage",
"bin": {
"termina": "./server.mjs"
Expand All @@ -19,7 +19,7 @@
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"@calcit/procs": "^0.7.7",
"@calcit/procs": "^0.7.13",
"chalk": "^5.3.0",
"dayjs": "^1.11.9",
"latest-version": "^7.0.0",
Expand All @@ -33,6 +33,6 @@
"devDependencies": {
"bottom-tip": "^0.1.5",
"feather-icons": "^4.29.0",
"vite": "^4.4.7"
"vite": "^4.4.9"
}
}
Loading

0 comments on commit aed5770

Please sign in to comment.