Skip to content

Commit

Permalink
use lighter modal style; tag 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 31, 2022
1 parent 30b6750 commit 80a3c6e
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
&& git clone https://github.com/Respo/respo-markdown.calcit.git
&& git clone https://github.com/Respo/respo-ui.calcit.git
&& git clone https://github.com/Respo/respo-router.calcit.git
&& git clone https://github.com/Respo/alerts.calcit.git
&& git clone https://github.com/Respo/alerts.calcit.git --branch 0.8.4
- name: "compiles to js"
run: >
Expand Down
25 changes: 23 additions & 2 deletions calcit.cirru

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

7 changes: 5 additions & 2 deletions compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{} (:package |docs-workflow)
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!)
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
:version |0.0.3
:version |0.0.4
:entries $ {}
:files $ {}
|docs-workflow.comp.container $ {}
Expand Down Expand Up @@ -62,6 +62,8 @@
quick-modal $ use-modal (>> states :quick)
{} (:title "|Quick jump")
:style $ {} (:max-width "\"40vw") (:height "\"90vh") (:max-height "\"90vh") (:margin-right 0)
:backdrop-style $ {}
:background-color $ hsl 0 29 10 0.2
:render $ fn (on-close)
div
{} $ :style
Expand Down Expand Up @@ -112,6 +114,7 @@
comp-page-entries nil (:selected state) children $ fn (xs d!)
d! cursor $ next-path state xs
comp-doc-page target
=< nil 120
.render quick-modal
when dev? $ comp-reel (>> states :reel) reel ({})
|find-target $ quote
Expand Down Expand Up @@ -208,7 +211,7 @@
update :history $ fn (xs)
if (.includes? xs path) xs $ prepend
if
> (count xs) 3
> (count xs) 4
butlast xs
, xs
, path
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {
"@calcit/procs": "^0.5.28"
},
Expand Down

0 comments on commit 80a3c6e

Please sign in to comment.