Commit d259996d authored by arturo's avatar arturo

>>> continue

parent b0c8f683
Pipeline #2505 canceled with stage
...@@ -97,19 +97,20 @@ component = here.component "main" cpt where ...@@ -97,19 +97,20 @@ component = here.component "main" cpt where
B.icon B.icon
{ name: "dot-circle-o" } { name: "dot-circle-o" }
] ]
, -- @NOTE #219: disable "landing view" (deprecated feature)
B.button -- ,
{ title: "Show default landing view" -- B.button
, callback: \_ -> changeViewCallback LandingMode -- { title: "Show default landing view"
, variant: OutlinedButtonVariant Secondary -- , callback: \_ -> changeViewCallback LandingMode
, className: displayView == LandingMode ? -- , variant: OutlinedButtonVariant Secondary
"active" $ -- , className: displayView == LandingMode ?
"" -- "active" $
} -- ""
[ -- }
B.icon -- [
{ name: "circle" } -- B.icon
] -- { name: "circle" }
-- ]
] ]
] ]
, ,
......
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