Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fc1943s committed Dec 4, 2023
1 parent 7882687 commit 7a1307e
Show file tree
Hide file tree
Showing 3 changed files with 2,280 additions and 2,230 deletions.
18 changes: 11 additions & 7 deletions apps/dice/ui/src/components/content.spi
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,18 @@ inl render () : _ leptos.div =
] fun () =>
:>(;[
leptos.div [
$'"class=\\\"flex [flex:auto] [flex-basis:max-content] flex-col [overflow-y:auto]\\\""'
$'"class=\\\"flex [flex:auto] [overflow-y:auto] [height:100%]\\\""'
] fun () =>
open menu_tabs
match tab |> leptos.signal_get with
| History => history.render () |> leptos.views_to_view
| Settings => settings.render () |> leptos.views_to_view
| _ => ;[] |> leptos.views_to_view
|> leptos.view_to_fragment
leptos.div [
$'"class=\\\"flex flex-1 flex-col [overflow-y:auto]\\\""'
] fun () =>
open menu_tabs
match tab |> leptos.signal_get with
| History => history.render () |> leptos.views_to_view
| Settings => settings.render () |> leptos.views_to_view
| _ => ;[] |> leptos.views_to_view
|> leptos.view_to_fragment
|> leptos.element_to_fragment
|> leptos.element_to_view

leptos.div [
Expand Down
Loading

0 comments on commit 7a1307e

Please sign in to comment.