File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 45
45
&& git clone https://github.com/Respo/respo-markdown.calcit.git
46
46
&& git clone https://github.com/Respo/respo-ui.calcit.git
47
47
&& 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
49
49
50
50
- name : " compiles to js"
51
51
run : >
Original file line number Diff line number Diff line change 2
2
{} ( :package |docs-workflow )
3
3
:configs $ {} ( :init-fn |docs-workflow.main/main! ) ( :reload-fn |docs-workflow.main/reload! )
4
4
: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
6
6
:entries $ {}
7
7
:files $ {}
8
8
|docs-workflow.comp.container $ {}
62
62
quick-modal $ use-modal ( >> states :quick )
63
63
{} ( :title "|Quick jump" )
64
64
:style $ {} ( :max-width "\" 40vw" ) ( :height "\" 90vh" ) ( :max-height "\" 90vh" ) ( :margin-right 0 )
65
+ :backdrop-style $ {}
66
+ :background-color $ hsl 0 29 10 0.2
65
67
:render $ fn ( on-close )
66
68
div
67
69
{} $ :style
112
114
comp-page-entries nil ( :selected state ) children $ fn ( xs d! )
113
115
d! cursor $ next-path state xs
114
116
comp-doc-page target
117
+ =< nil 120
115
118
.render quick-modal
116
119
when dev? $ comp-reel ( >> states :reel ) reel ( {} )
117
120
|find-target $ quote
208
211
update :history $ fn ( xs )
209
212
if ( .includes? xs path ) xs $ prepend
210
213
if
211
- > ( count xs ) 3
214
+ > ( count xs ) 4
212
215
butlast xs
213
216
, xs
214
217
, path
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.3 " ,
2
+ "version" : " 0.0.4 " ,
3
3
"dependencies" : {
4
4
"@calcit/procs" : " ^0.5.28"
5
5
},
You can’t perform that action at this time.
0 commit comments