Commit 78fa3420 authored by Fabien Manière's avatar Fabien Manière

WIP: adding for now only 2 hide/show buttons that do nothing

parent a6a23169
Pipeline #4215 failed with stage
in 0 seconds
......@@ -113,6 +113,16 @@ routerCpt = here.component "router" cpt where
H.div
{ className: "router__inner" }
[
H.div
{ className: "router__aside_controls" }
[
H.button { className: "btn-open-aside" }
[
H.text ">>"
]
]
,
forest { boxes }
,
mainPage { boxes }
......@@ -259,6 +269,15 @@ forestCpt = R.memo' $ here.component "forest" cpt where
{ className: "router__aside__handle"
}
[
H.div
{ className: "router__aside_controls" }
[
H.button { className: "btn-close-aside" }
[
H.text "<<"
]
]
,
H.div
{ className: "router__aside__handle__action" }
[]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment