mavo
mavo copied to clipboard
Create web applications entirely by writing HTML and CSS!
I'm defining a mavo app where a different instances get different data files through manipulation of the mv-storage attribute. When a new instance is created it is initially empty, and...
In the upcoming version of Mavo, we give plugin authors a way to tell Mavo that data on the backend changed. To do so, they can fire the `mv-remotedatachange` event...
Testcase: https://codepen.io/leaverou/pen/BamZpKG?editors=1100 @DmitrySharabin is this a regression?
Hi, Following #832, regarding fake inputs After playing with Dmitri's codepen, I realize it doesn' work :( I change it [here](https://codepen.io/galinhalx/pen/xxYrzKj?editors=1010) so, both 'fake' inputs are displayed: while edited, both...
The Mavo CSS specifies some colors, not always both background and foreground at the same time. Some assume dark or light background. The warning and error message types set background...
I have two different situations in which the Mavo code should decide which version of the Mavo library to load for my browser. This issue has already been stated in...
Hi Based on Tasks Mavo's [demo](https://mavo.io/demos/talks/) if class="mv-autoedit" is applied, dropdown is not showing content [Codepen](https://codepen.io/galinhalx/pen/oNEjLJW?editors=1000) without class="mv-autoedit" (toogle to edit, dropdown shows values) -> **Works as expected** [Codepen](https://codepen.io/galinhalx/pen/poajbZB?editors=1010) **with**...
Testcase: https://codepen.io/leaverou/pen/XWZXyKy?editors=1100 Haven't checked but probably the fix is just one line: move `mv-alias` to `mv-list` element when rewriting `mv-multiple`. I bet we don't do anything with it now.
Hi when using 1 empty simple mavo app, for testing, with Mavo sources as ``` ``` Isn't mavo loading 2 times?  despite the redirection (302 message), total size of...
Hi while testing queries on nested collections: ([codepen](https://codepen.io/galinhalx/pen/poaJJRa) based on cats demo) it seems that condense function must have a **where** condition to properly work Wouldn't it be nice to...