Skip to content

Commit 805dca1

Browse files
Merge pull request #50 from clj-codes/fix/dashboard-better-mobile-layout
fix(dashboard): better mobile & bump
2 parents 6758312 + afb9f3b commit 805dca1

File tree

6 files changed

+156
-155
lines changed

6 files changed

+156
-155
lines changed

.clj-kondo/lilactown/helix/clj_kondo/lilactown/helix.clj

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,8 @@
2626

2727
(defn dom
2828
"Macro analysis for `helix.dom/*`."
29-
[{:keys [node]}]
30-
(let [[fn-sym & body] (-> node :children)
31-
[old-props body] (if (api/map-node? (first body))
32-
[(-> body first :children) (next body)]
33-
[nil body])
34-
children body
35-
new-props (when old-props
36-
(->> old-props
37-
(map
38-
#(if (cond-> (api/sexpr %) symbol? (= '&))
39-
(api/keyword-node :&)
40-
%))
41-
api/map-node))
42-
expanded (api/list-node
43-
(list* fn-sym new-props children))]
44-
{:node (with-meta expanded (meta node))}))
29+
[m]
30+
($ m))
4531

4632

4733
(defn analyze-definition

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:paths ["src" "resources"]
22
:deps {lilactown/helix {:git/url "https://github.com/lilactown/helix"
3-
:git/sha "773a646b55c2dd8c729df214bdf374ef8720eefa"}
3+
:git/sha "32178efcdc38b1e94a01212220018d74f90859d6"}
44
town.lilac/flex {:git/url "https://github.com/lilactown/flex"
55
:git/sha "afa6491ace9015577ffa9245086f945825a93633"}
66
metosin/reitit-malli {:mvn/version "0.7.1"}
@@ -10,5 +10,5 @@
1010
applied-science/js-interop {:mvn/version "0.4.2"}}
1111
:aliases {:dev {:extra-paths ["dev" "test"]
1212
:extra-deps {nubank/matcher-combinators {:mvn/version "3.9.1"}
13-
thheller/shadow-cljs {:mvn/version "2.28.10"}
14-
cider/cider-nrepl {:mvn/version "0.49.1"}}}}}
13+
thheller/shadow-cljs {:mvn/version "2.28.11"}
14+
cider/cider-nrepl {:mvn/version "0.49.2"}}}}}

0 commit comments

Comments
 (0)