From 90fda94f9c7ad27c097ad15f9b1794284ceb9caf Mon Sep 17 00:00:00 2001 From: Kimo Knowles Date: Mon, 26 Aug 2024 11:55:52 +0200 Subject: [PATCH] [nested-grid] Move style demo tab --- src/re_demo/nested_grid.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/re_demo/nested_grid.cljs b/src/re_demo/nested_grid.cljs index 9c83abd5..0ed84d35 100644 --- a/src/re_demo/nested_grid.cljs +++ b/src/re_demo/nested_grid.cljs @@ -709,11 +709,11 @@ [:code ":cell"] " is responsible for styling the resulting " [:code ":value."]]]]) (defn demos [] - (let [tabs [{:id :style :label "Style" :view style-demo} - {:id :basic :label "Basic Demo" :view basic-demo} + (let [tabs [{:id :basic :label "Basic Demo" :view basic-demo} {:id :internals :label "Internals" :view internals-demo} {:id :multimodal :label "Multimodal" :view multimodal-demo} - {:id :app :label "Applications" :view app-demo}] + {:id :app :label "Applications" :view app-demo} + {:id :style :label "Style" :view style-demo}] !tab-id (r/atom (:id (first tabs))) !tab (r/reaction (u/item-for-id @!tab-id tabs))] (fn []