touchft

Results 17 comments of touchft

In most cases, the `[xxx]` will appear in the last position, so we can combine elements with many fold/level elegantly. Otherwise, it will make user harder to locate the element's...

> The UI looks really cool! heart > > However, my comments remain. As I said, points 1, 2 and 3 introduce massive amounts of computations and complexity (for potential...

Take one more step to simply the suggestions as: 1. If **the last argument is `[xxx]`**, `[xxx]` will always be the `HTML content` in `ele()`. E.g. , Julia `ele("aa", "bb",...

> Cool interface, indeed! > > This is, how I would rewrite it with the current StippleUI > > ``` > tooltip(args...; kwargs...) = quasar(:tooltip, args...; kwargs...) > tabs(fieldname::Symbol, args...;...

> We need to differentiate between elements that are typically wrapped and those that are not. > Furthermore , we should add doc strings somehow Hope to see the change....

`PlotlyJS.jl` are wrap of `PlotlyBase.jl`. The good is that the `data` and `layout` fields from `PlotlyBase` behave same as they do in `plot` of `StipplePlotly`. BTW: I cannot find `Plots.plotlybase_syncplot`...

Sorry. I have to make myself more clear. Supposing I have 100 trace and layout to plot on web, all trace and layout change every second. If use current method...