Skip to content

Commit 80a3c6e

Browse files
committed
use lighter modal style; tag 0.0.4
1 parent 30b6750 commit 80a3c6e

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
&& git clone https://github.com/Respo/respo-markdown.calcit.git
4646
&& git clone https://github.com/Respo/respo-ui.calcit.git
4747
&& git clone https://github.com/Respo/respo-router.calcit.git
48-
&& git clone https://github.com/Respo/alerts.calcit.git
48+
&& git clone https://github.com/Respo/alerts.calcit.git --branch 0.8.4
4949
5050
- name: "compiles to js"
5151
run: >

calcit.cirru

Lines changed: 23 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{} (:package |docs-workflow)
33
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!)
44
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
5-
:version |0.0.3
5+
:version |0.0.4
66
:entries $ {}
77
:files $ {}
88
|docs-workflow.comp.container $ {}
@@ -62,6 +62,8 @@
6262
quick-modal $ use-modal (>> states :quick)
6363
{} (:title "|Quick jump")
6464
:style $ {} (:max-width "\"40vw") (:height "\"90vh") (:max-height "\"90vh") (:margin-right 0)
65+
:backdrop-style $ {}
66+
:background-color $ hsl 0 29 10 0.2
6567
:render $ fn (on-close)
6668
div
6769
{} $ :style
@@ -112,6 +114,7 @@
112114
comp-page-entries nil (:selected state) children $ fn (xs d!)
113115
d! cursor $ next-path state xs
114116
comp-doc-page target
117+
=< nil 120
115118
.render quick-modal
116119
when dev? $ comp-reel (>> states :reel) reel ({})
117120
|find-target $ quote
@@ -208,7 +211,7 @@
208211
update :history $ fn (xs)
209212
if (.includes? xs path) xs $ prepend
210213
if
211-
> (count xs) 3
214+
> (count xs) 4
212215
butlast xs
213216
, xs
214217
, path

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.3",
2+
"version": "0.0.4",
33
"dependencies": {
44
"@calcit/procs": "^0.5.28"
55
},

0 commit comments

Comments
 (0)