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 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 : >
Original file line number Diff line number Diff line change 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 $ {}
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
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
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
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.0.3 " ,
2+ "version" : " 0.0.4 " ,
33 "dependencies" : {
44 "@calcit/procs" : " ^0.5.28"
55 },
You can’t perform that action at this time.
0 commit comments