Christian Blavier

Results 15 issues of Christian Blavier

### Environment * Elixir version (elixir -v): 1.11.1 * Phoenix version (mix deps): 1.5.8 * Phoenix LiveView version (mix deps): 0.15.4 * Operating system: Ubuntu / MacOS ### Actual behavior...

Hey there! We are using Elixir Nerves to display fullscreen videos (we run native OMX player through Elixir ports) and we overlay some basic stuff other the video with Scenic....

enhancement

This ticket must be done after #35 The component playground should now be able to render all stories of a single `StoryGroup` at once. As in #35 one should be...

enhancement

Currently, the component playground is initialized from the first `Story` declared in the component entry file (or, if the first item is a group, from the first story in the...

enhancement

Playground is currently not usable on mobile

enhancement

In the component Playground a new tab (next to the Attributes tab) should be available for all components. This tab will print, in a `...` monospace font fashion: - all...

enhancement

In the component playground, a new tab (next to the Attributes tab) should be available for all live components (not for stateless) to inspect their current state.

enhancement

Upcoming `liveview 0.18.0` will ship with the ability to declare component assigns. phx_live_storybook `Attr` API is intentionally very close with declarative component assigns, so the idea is that: - if...

enhancement

One should be able to render its storybook components with different themes (to theme the components, not the storybook itself). Setup themes with ```elixir config :phx_live_storybook, MyApp, themes: [default: "Default...

enhancement

A global search menu (tailwind.css.com like) should be globally available within the storybook to search across all the storybook entries (pages & components) The UI might look like this: https://tailwindui.com/components/application-ui/navigation/command-palettes#component-f55d785e34cd53505459e68e32af879f...

enhancement