An IMPROVED VERSION using Echarts, Bokeh/ hvPlot, Vega/ Altair and Plotly can be found at https://awesome-panel.org/streaming-plots. There you can also find links to the latest version of the source code.
I don’t know who that awesome guy who made that work is. Do you @nghenzi?
(thanks )
There is something about font size on mobile though. If you go to awesome-streamlit.org you can better read that one on mobile because the text is larger. It’s built into the Streamlit template.
But one step at the time. Panel 0.10 is a revolution. It’s so much easier to create something that looks awesome (for nerds :-)). Next step is something that looks awesome for designers and front end people as well. Let’s raise the bar.
At some stage we should all sit together and think about version 2 of the templates. I think
The properties of the Templates should be similar. If you know one you should be able quickly switch and use another.
The golden and react Templates are not really templates. They could just as well be Vanilla, Bootstrap or Material Templates with the golden or react layout. And more layouts could be added in the future.
There is still an issue that it is too difficult to “wrap” your app into an external framework like Bootstrap, Material, Shoelace or Fast. Or use widgets styled using that framework. There are different ways to make this easier.
Document and showcase more examples of custom templates
Make it easier to take a BasicTemplate and customize. Maybe by refactoring, documenting or showcasing how to do this.
Implement those components as Bokeh Extensions. See awesome-panel-extensions for examples. This takes time though.
Actually support something like Paulopes components. That would be the most powerful solution https://github.com/paulopes/panel-components. But it also needs a way to setup bidirectional communication. I’ve been working on that via the WebComponent and via the DataModel
Make it easier to style the apps. Right now it’s really, really nitty griddy. Just styling the different button_type’s takes time. Not to say DataFrame, Code Markdown, Plots, … Frameworks like Material and Fast sets a small collection of ::root css variables that the user can override and change. Then the rest is automatically calculated and updated.
I would really, really like to understand how @philippjfr thinks about this one day. I think this is the major challenge to solve for Panel technically.