Gerrie van Wyk
Gerrie van Wyk
### What are the changes and their implications? Previous version removed label height, however, inline label is not center and needs the minHeight to be in the middle of the...
https://github.com/lowdefy/lowdefy/discussions/1313 Additions for `fill`, `push`, `shift`, etc. and `new Array(n)`.
### What are the changes and their implications? The first step for better dev-ex is to throw more informative errors. This PR adds config traces to all app objects in...
#### Describe the feature An app level init event which triggers on app load for any page. Perhaps consider a onPageLoad events also which triggers when any page is loaded...
### Discussed in https://github.com/lowdefy/lowdefy/discussions/1153 Originally posted by **xiaoxiji1234** April 2, 2022 Hi, I made a page and wrapped a`Button` with `Box`. Both `Box` and `Button` have corresponding click events. Can...
### Motivation Doing date logic can be hard, for example: ```yaml _if: test: _mql.expr: expr: $and: - $eq: - $year: _date: now - $year: $ifNull: - _state: is_today - _date:...
#### Describe the bug When setting a List block invisible, the subBlocks are removed. As a result, the list items are lost when setting the List block to visible. For...