Sebastian Werler
Sebastian Werler
That's a nice idea. Sounds like some kind of server-side fixtures (e.g. fixtures for request responses). We will discuss it and then enqueue it in our working queue.
We will review this. Sounds great, but we have to investigate for potential unwanted implications...
Hi Stephen, try to replace your ``` javascript footer: EtherPOS.PrivateFooter ``` with ``` javascript footer: EtherPOS.PrivateFooter.design({}) ```
Either it's an `m_require` issue or your view really doesn't exist... In your example you write: ``` javascript myProject.PrivateFooter ``` Is "myProject" your namespace/app name? Because then you'll have to...
This fits to the problem that you want to have different colors. There's several other workarounds that fix this, too. I've got my doubts with these solutions, 'cause they're kind...
Hi Giovanni, thanks for your ideas. Your suggestions do really make sense and we've had sth. like your ideas already in mind. The pre and post renderers will get the...
Another part where pre rendering based on a value is totally necessary is the ListView. It would be nice to be able to only show the list, if there's values...